Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-40164 (GCVE-0-2026-40164)
Vulnerability from cvelistv5 – Published: 2026-04-13 23:40 – Updated: 2026-04-14 19:27| URL | Tags |
|---|---|
| https://github.com/jqlang/jq/security/advisories/… | x_refsource_CONFIRM |
| https://github.com/jqlang/jq/commit/0c7d133c3c7e3… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-40164",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-14T19:08:48.249009Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-14T19:27:38.916Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "jq",
"vendor": "jqlang",
"versions": [
{
"status": "affected",
"version": "\u003c 0c7d133c3c7e37c00b6d46b658a02244fdd3c784"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "jq is a command-line JSON processor. Before commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784, jq used MurmurHash3 with a hardcoded, publicly visible seed (0x432A9843) for all JSON object hash table operations, which allowed an attacker to precompute key collisions offline. By supplying a crafted JSON object (~100 KB) where all keys hashed to the same bucket, hash table lookups degraded from O(1) to O(n), turning any jq expression into an O(n\u00b2) operation and causing significant CPU exhaustion. This affected common jq use cases such as CI/CD pipelines, web services, and data processing scripts, and was far more practical to exploit than existing heap overflow issues since it required only a small payload. This issue has been patched in commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-328",
"description": "CWE-328: Use of Weak Hash",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-407",
"description": "CWE-407: Inefficient Algorithmic Complexity",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-13T23:40:12.693Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29"
},
{
"name": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784"
}
],
"source": {
"advisory": "GHSA-wwj8-gxm6-jc29",
"discovery": "UNKNOWN"
},
"title": "jq: Algorithmic complexity DoS via hardcoded MurmurHash3 seed"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-40164",
"datePublished": "2026-04-13T23:40:12.693Z",
"dateReserved": "2026-04-09T19:31:56.014Z",
"dateUpdated": "2026-04-14T19:27:38.916Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-40164",
"date": "2026-06-27",
"epss": "0.00227",
"percentile": "0.13376"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-40164\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-04-14T00:16:07.360\",\"lastModified\":\"2026-04-28T21:15:56.987\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"jq is a command-line JSON processor. Before commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784, jq used MurmurHash3 with a hardcoded, publicly visible seed (0x432A9843) for all JSON object hash table operations, which allowed an attacker to precompute key collisions offline. By supplying a crafted JSON object (~100 KB) where all keys hashed to the same bucket, hash table lookups degraded from O(1) to O(n), turning any jq expression into an O(n\u00b2) operation and causing significant CPU exhaustion. This affected common jq use cases such as CI/CD pipelines, web services, and data processing scripts, and was far more practical to exploit than existing heap overflow issues since it required only a small payload. This issue has been patched in commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-328\"},{\"lang\":\"en\",\"value\":\"CWE-407\"}]}],\"references\":[{\"url\":\"https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-40164\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-14T19:08:48.249009Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-14T19:23:14.106Z\"}}], \"cna\": {\"title\": \"jq: Algorithmic complexity DoS via hardcoded MurmurHash3 seed\", \"source\": {\"advisory\": \"GHSA-wwj8-gxm6-jc29\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"jqlang\", \"product\": \"jq\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0c7d133c3c7e37c00b6d46b658a02244fdd3c784\"}]}], \"references\": [{\"url\": \"https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29\", \"name\": \"https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784\", \"name\": \"https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"jq is a command-line JSON processor. Before commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784, jq used MurmurHash3 with a hardcoded, publicly visible seed (0x432A9843) for all JSON object hash table operations, which allowed an attacker to precompute key collisions offline. By supplying a crafted JSON object (~100 KB) where all keys hashed to the same bucket, hash table lookups degraded from O(1) to O(n), turning any jq expression into an O(n\\u00b2) operation and causing significant CPU exhaustion. This affected common jq use cases such as CI/CD pipelines, web services, and data processing scripts, and was far more practical to exploit than existing heap overflow issues since it required only a small payload. This issue has been patched in commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-328\", \"description\": \"CWE-328: Use of Weak Hash\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-407\", \"description\": \"CWE-407: Inefficient Algorithmic Complexity\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-04-13T23:40:12.693Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-40164\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-14T19:27:38.916Z\", \"dateReserved\": \"2026-04-09T19:31:56.014Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-04-13T23:40:12.693Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
MSRC_CVE-2026-40164
Vulnerability from csaf_microsoft - Published: 2026-04-02 00:00 - Updated: 2026-04-24 14:40| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 19612-17084 | — | ||
| Unresolved product id: 20607-17086 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-40164 jq: Algorithmic complexity DoS via hardcoded MurmurHash3 seed - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-40164.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "jq: Algorithmic complexity DoS via hardcoded MurmurHash3 seed",
"tracking": {
"current_release_date": "2026-04-24T14:40:19.000Z",
"generator": {
"date": "2026-04-25T07:24:18.195Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-40164",
"initial_release_date": "2026-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-04-17T01:01:51.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-04-18T14:41:13.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-04-24T14:40:19.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 jq 0:1.7.1-4.azl3",
"product": {
"name": "\u003cazl3 jq 0:1.7.1-4.azl3",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 jq 0:1.7.1-4.azl3",
"product": {
"name": "azl3 jq 0:1.7.1-4.azl3",
"product_id": "19612"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 jq 0:1.6-5.cbl2",
"product": {
"name": "\u003ccbl2 jq 0:1.6-5.cbl2",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 jq 0:1.6-5.cbl2",
"product": {
"name": "cbl2 jq 0:1.6-5.cbl2",
"product_id": "20607"
}
}
],
"category": "product_name",
"name": "jq"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 jq 0:1.7.1-4.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 jq 0:1.7.1-4.azl3 as a component of Azure Linux 3.0",
"product_id": "19612-17084"
},
"product_reference": "19612",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 jq 0:1.6-5.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 jq 0:1.6-5.cbl2 as a component of CBL Mariner 2.0",
"product_id": "20607-17086"
},
"product_reference": "20607",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-40164",
"cwe": {
"id": "CWE-328",
"name": "Use of Weak Hash"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19612-17084",
"20607-17086"
],
"known_affected": [
"17084-2",
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-40164 jq: Algorithmic complexity DoS via hardcoded MurmurHash3 seed - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-40164.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-17T01:01:51.000Z",
"details": "0:1.7.1-5.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2026-04-17T01:01:51.000Z",
"details": "0:1.6-6.cbl2:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17084-2",
"17086-1"
]
}
],
"title": "jq: Algorithmic complexity DoS via hardcoded MurmurHash3 seed"
}
]
}
OPENSUSE-SU-2026:10850-1
Vulnerability from csaf_opensuse - Published: 2026-05-24 00:00 - Updated: 2026-05-24 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "jq-1.8.1-3.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the jq-1.8.1-3.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10850",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10850-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-32316 page",
"url": "https://www.suse.com/security/cve/CVE-2026-32316/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33947 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33947/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33948 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33948/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39956 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39956/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39979 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39979/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40164 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40164/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40612 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40612/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41256 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41256/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41257 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41257/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-43894 page",
"url": "https://www.suse.com/security/cve/CVE-2026-43894/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-43895 page",
"url": "https://www.suse.com/security/cve/CVE-2026-43895/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-43896 page",
"url": "https://www.suse.com/security/cve/CVE-2026-43896/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44777 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44777/"
}
],
"title": "jq-1.8.1-3.1 on GA media",
"tracking": {
"current_release_date": "2026-05-24T00:00:00Z",
"generator": {
"date": "2026-05-24T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10850-1",
"initial_release_date": "2026-05-24T00:00:00Z",
"revision_history": [
{
"date": "2026-05-24T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "jq-1.8.1-3.1.aarch64",
"product": {
"name": "jq-1.8.1-3.1.aarch64",
"product_id": "jq-1.8.1-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libjq-devel-1.8.1-3.1.aarch64",
"product": {
"name": "libjq-devel-1.8.1-3.1.aarch64",
"product_id": "libjq-devel-1.8.1-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libjq1-1.8.1-3.1.aarch64",
"product": {
"name": "libjq1-1.8.1-3.1.aarch64",
"product_id": "libjq1-1.8.1-3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.8.1-3.1.ppc64le",
"product": {
"name": "jq-1.8.1-3.1.ppc64le",
"product_id": "jq-1.8.1-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libjq-devel-1.8.1-3.1.ppc64le",
"product": {
"name": "libjq-devel-1.8.1-3.1.ppc64le",
"product_id": "libjq-devel-1.8.1-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libjq1-1.8.1-3.1.ppc64le",
"product": {
"name": "libjq1-1.8.1-3.1.ppc64le",
"product_id": "libjq1-1.8.1-3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.8.1-3.1.s390x",
"product": {
"name": "jq-1.8.1-3.1.s390x",
"product_id": "jq-1.8.1-3.1.s390x"
}
},
{
"category": "product_version",
"name": "libjq-devel-1.8.1-3.1.s390x",
"product": {
"name": "libjq-devel-1.8.1-3.1.s390x",
"product_id": "libjq-devel-1.8.1-3.1.s390x"
}
},
{
"category": "product_version",
"name": "libjq1-1.8.1-3.1.s390x",
"product": {
"name": "libjq1-1.8.1-3.1.s390x",
"product_id": "libjq1-1.8.1-3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.8.1-3.1.x86_64",
"product": {
"name": "jq-1.8.1-3.1.x86_64",
"product_id": "jq-1.8.1-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libjq-devel-1.8.1-3.1.x86_64",
"product": {
"name": "libjq-devel-1.8.1-3.1.x86_64",
"product_id": "libjq-devel-1.8.1-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libjq1-1.8.1-3.1.x86_64",
"product": {
"name": "libjq1-1.8.1-3.1.x86_64",
"product_id": "libjq1-1.8.1-3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.8.1-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64"
},
"product_reference": "jq-1.8.1-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.8.1-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le"
},
"product_reference": "jq-1.8.1-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.8.1-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jq-1.8.1-3.1.s390x"
},
"product_reference": "jq-1.8.1-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.8.1-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64"
},
"product_reference": "jq-1.8.1-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.8.1-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64"
},
"product_reference": "libjq-devel-1.8.1-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.8.1-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le"
},
"product_reference": "libjq-devel-1.8.1-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.8.1-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x"
},
"product_reference": "libjq-devel-1.8.1-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.8.1-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64"
},
"product_reference": "libjq-devel-1.8.1-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.8.1-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64"
},
"product_reference": "libjq1-1.8.1-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.8.1-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le"
},
"product_reference": "libjq1-1.8.1-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.8.1-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x"
},
"product_reference": "libjq1-1.8.1-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.8.1-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
},
"product_reference": "libjq1-1.8.1-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-32316",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-32316"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. An integer overflow vulnerability exists through version 1.8.1 within the jvp_string_append() and jvp_string_copy_replace_bad functions, where concatenating strings with a combined length exceeding 2^31 bytes causes a 32-bit unsigned integer overflow in the buffer allocation size calculation, resulting in a drastically undersized heap buffer. Subsequent memory copy operations then write the full string data into this undersized buffer, causing a heap buffer overflow classified as CWE-190 (Integer Overflow) leading to CWE-122 (Heap-based Buffer Overflow). Any system evaluating untrusted jq queries is affected, as an attacker can crash the process or potentially achieve further exploitation through heap corruption by crafting queries that produce extremely large strings. The root cause is the absence of string size bounds checking, unlike arrays and objects which already have size limits. The issue has been addressed in commit e47e56d226519635768e6aab2f38f0ab037c09e5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-32316",
"url": "https://www.suse.com/security/cve/CVE-2026-32316"
},
{
"category": "external",
"summary": "SUSE Bug 1262044 for CVE-2026-32316",
"url": "https://bugzilla.suse.com/1262044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-32316"
},
{
"cve": "CVE-2026-33947",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33947"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In versions 1.8.1 and below, functions jv_setpath(), jv_getpath(), and delpaths_sorted() in jq\u0027s src/jv_aux.c use unbounded recursion whose depth is controlled by the length of a caller-supplied path array, with no depth limit enforced. An attacker can supply a JSON document containing a flat array of ~65,000 integers (~200 KB) that, when used as a path argument by a trusted jq filter, exhausts the C call stack and crashes the process with a segmentation fault (SIGSEGV). This bypass works because the existing MAX_PARSING_DEPTH (10,000) limit only protects the JSON parser, not runtime path operations where arrays can be programmatically constructed to arbitrary lengths. The impact is denial of service (unrecoverable crash) affecting any application or service that processes untrusted JSON input through jq\u0027s setpath, getpath, or delpaths builtins. This issue has been addressed in commit fb59f1491058d58bdc3e8dd28f1773d1ac690a1f.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33947",
"url": "https://www.suse.com/security/cve/CVE-2026-33947"
},
{
"category": "external",
"summary": "SUSE Bug 1262069 for CVE-2026-33947",
"url": "https://bugzilla.suse.com/1262069"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-33947"
},
{
"cve": "CVE-2026-33948",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33948"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. Commits before 6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b contain a vulnerability where CLI input parsing allows validation bypass via embedded NUL bytes. When reading JSON from files or stdin, jq uses strlen() to determine buffer length instead of the actual byte count from fgets(), causing it to truncate input at the first NUL byte and parse only the preceding prefix. This enables an attacker to craft input with a benign JSON prefix before a NUL byte followed by malicious trailing data, where jq validates only the prefix as valid JSON while silently discarding the suffix. Workflows relying on jq to validate untrusted JSON before forwarding it to downstream consumers are susceptible to parser differential attacks, as those consumers may process the full input including the malicious trailing bytes. This issue has been patched by commit 6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33948",
"url": "https://www.suse.com/security/cve/CVE-2026-33948"
},
{
"category": "external",
"summary": "SUSE Bug 1262043 for CVE-2026-33948",
"url": "https://bugzilla.suse.com/1262043"
},
{
"category": "external",
"summary": "SUSE Bug 1265061 for CVE-2026-33948",
"url": "https://bugzilla.suse.com/1265061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-33948"
},
{
"cve": "CVE-2026-39956",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39956"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In commits after 69785bf77f86e2ea1b4a20ca86775916889e91c9, the _strindices builtin in jq\u0027s src/builtin.c passes its arguments directly to jv_string_indexes() without verifying they are strings, and jv_string_indexes() in src/jv.c relies solely on assert() checks that are stripped in release builds compiled with -DNDEBUG. This allows an attacker to crash jq trivially with input like _strindices(0), and by crafting a numeric value whose IEEE-754 bit pattern maps to a chosen pointer, achieve a controlled pointer dereference and limited memory read/probe primitive. Any deployment that evaluates untrusted jq filters against a release build is vulnerable. This issue has been patched in commit fdf8ef0f0810e3d365cdd5160de43db46f57ed03.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39956",
"url": "https://www.suse.com/security/cve/CVE-2026-39956"
},
{
"category": "external",
"summary": "SUSE Bug 1262070 for CVE-2026-39956",
"url": "https://bugzilla.suse.com/1262070"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-39956"
},
{
"cve": "CVE-2026-39979",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39979"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jv_parse_sized() API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jv_string_fmt(), which reads until a NUL terminator is found rather than respecting the caller-supplied length. This means that when malformed JSON is passed in a non-NUL-terminated buffer, the error construction logic performs an out-of-bounds read past the end of the buffer. The vulnerability is reachable by any libjq consumer calling jv_parse_sized() with untrusted input, and depending on memory layout, can result in memory disclosure or process termination. The issue has been patched in commit 2f09060afab23fe9390cce7cb860b10416e1bf5f.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39979",
"url": "https://www.suse.com/security/cve/CVE-2026-39979"
},
{
"category": "external",
"summary": "SUSE Bug 1262071 for CVE-2026-39979",
"url": "https://bugzilla.suse.com/1262071"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-39979"
},
{
"cve": "CVE-2026-40164",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40164"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. Before commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784, jq used MurmurHash3 with a hardcoded, publicly visible seed (0x432A9843) for all JSON object hash table operations, which allowed an attacker to precompute key collisions offline. By supplying a crafted JSON object (~100 KB) where all keys hashed to the same bucket, hash table lookups degraded from O(1) to O(n), turning any jq expression into an O(n) operation and causing significant CPU exhaustion. This affected common jq use cases such as CI/CD pipelines, web services, and data processing scripts, and was far more practical to exploit than existing heap overflow issues since it required only a small payload. This issue has been patched in commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40164",
"url": "https://www.suse.com/security/cve/CVE-2026-40164"
},
{
"category": "external",
"summary": "SUSE Bug 1262072 for CVE-2026-40164",
"url": "https://bugzilla.suse.com/1262072"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-40164"
},
{
"cve": "CVE-2026-40612",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40612"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.1 and earlier, jv_contains recurses into nested arrays/objects with no depth limit. With a sufficiently nested input structure (built programmatically with reduce, since the JSON parser caps at depth 10000), the C stack is exhausted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40612",
"url": "https://www.suse.com/security/cve/CVE-2026-40612"
},
{
"category": "external",
"summary": "SUSE Bug 1265060 for CVE-2026-40612",
"url": "https://bugzilla.suse.com/1265060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-40612"
},
{
"cve": "CVE-2026-41256",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41256"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.1 and earlier, Top-level jq programs loaded from a file with -f are truncated at the first embedded NUL byte on current upstream HEAD. A crafted filter file such as . followed by \\x00 and arbitrary suffix compiles and executes as only the prefix before the NUL. This leaves jq with a post-CVE-2026-33948 prefix/full-buffer mismatch on the compilation path even though the JSON parser path has already been fixed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41256",
"url": "https://www.suse.com/security/cve/CVE-2026-41256"
},
{
"category": "external",
"summary": "SUSE Bug 1265061 for CVE-2026-41256",
"url": "https://bugzilla.suse.com/1265061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-41256"
},
{
"cve": "CVE-2026-41257",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41257"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.1 and earlier, the jq bytecode VM\u0027s data stack tracks its allocation size in a signed int. When the stack grows beyond ~1 GiB (via deeply nested generator forks), the doubling arithmetic overflows. The wrapped value is passed to realloc and then used for a memmove with attacker-influenced offsets.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41257",
"url": "https://www.suse.com/security/cve/CVE-2026-41257"
},
{
"category": "external",
"summary": "SUSE Bug 1265062 for CVE-2026-41257",
"url": "https://bugzilla.suse.com/1265062"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-41257"
},
{
"cve": "CVE-2026-43894",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-43894"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.1 and earlier, when decNumberFromString is given a number literal of INT_MAX-1 (2147483646) digits, the D2U() macro overflows during signed-int arithmetic. The wrapped negative value bypasses the heap-allocation size check, causes the function to use a 30-byte stack buffer, and then writes ~715 million 16-bit units (~1.4 GiB) at an offset 1.43 GiB below the stack frame. The written content is fully attacker-controlled (the parsed decimal digits, packed 3-per-unit).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-43894",
"url": "https://www.suse.com/security/cve/CVE-2026-43894"
},
{
"category": "external",
"summary": "SUSE Bug 1265070 for CVE-2026-43894",
"url": "https://bugzilla.suse.com/1265070"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-43894"
},
{
"cve": "CVE-2026-43895",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-43895"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.1 and earlier, jq accepts embedded NUL bytes in import paths at the jq-language level, but later resolves those paths through C string operations during module and data-file lookup. This creates a mismatch between the logical import string that policy or audit code may validate and the on-disk path that jq actually opens.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-43895",
"url": "https://www.suse.com/security/cve/CVE-2026-43895"
},
{
"category": "external",
"summary": "SUSE Bug 1265071 for CVE-2026-43895",
"url": "https://bugzilla.suse.com/1265071"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-43895"
},
{
"cve": "CVE-2026-43896",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-43896"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.1 and earlier, unbounded recursion in jv_object_merge_recursive() allows a crafted jq program to crash the process with a segfault. The function is reachable through the * operator when both operands are objects.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-43896",
"url": "https://www.suse.com/security/cve/CVE-2026-43896"
},
{
"category": "external",
"summary": "SUSE Bug 1265075 for CVE-2026-43896",
"url": "https://bugzilla.suse.com/1265075"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-43896"
},
{
"cve": "CVE-2026-44777",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44777"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.2rc1 and earlier, the ordinary module loader recurses without cycle detection when two\notherwise valid modules include each other.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44777",
"url": "https://www.suse.com/security/cve/CVE-2026-44777"
},
{
"category": "external",
"summary": "SUSE Bug 1265076 for CVE-2026-44777",
"url": "https://bugzilla.suse.com/1265076"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-44777"
}
]
}
RHSA-2026:16252
Vulnerability from csaf_redhat - Published: 2026-05-12 16:07 - Updated: 2026-06-27 19:30A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq's hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)\n\n* jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16252",
"url": "https://access.redhat.com/errata/RHSA-2026:16252"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16252.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-27T19:30:57+00:00",
"generator": {
"date": "2026-06-27T19:30:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:16252",
"initial_release_date": "2026-05-12T16:07:54+00:00",
"revision_history": [
{
"date": "2026-05-12T16:07:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-12T16:07:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T19:30:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-12.el8_10.src",
"product": {
"name": "jq-0:1.6-12.el8_10.src",
"product_id": "jq-0:1.6-12.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-12.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-12.el8_10.aarch64",
"product": {
"name": "jq-0:1.6-12.el8_10.aarch64",
"product_id": "jq-0:1.6-12.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-12.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-12.el8_10.aarch64",
"product": {
"name": "jq-debugsource-0:1.6-12.el8_10.aarch64",
"product_id": "jq-debugsource-0:1.6-12.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-12.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-12.el8_10.aarch64",
"product": {
"name": "jq-debuginfo-0:1.6-12.el8_10.aarch64",
"product_id": "jq-debuginfo-0:1.6-12.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-12.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-12.el8_10.aarch64",
"product": {
"name": "jq-devel-0:1.6-12.el8_10.aarch64",
"product_id": "jq-devel-0:1.6-12.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-12.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-12.el8_10.ppc64le",
"product": {
"name": "jq-0:1.6-12.el8_10.ppc64le",
"product_id": "jq-0:1.6-12.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-12.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-12.el8_10.ppc64le",
"product": {
"name": "jq-debugsource-0:1.6-12.el8_10.ppc64le",
"product_id": "jq-debugsource-0:1.6-12.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-12.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"product_id": "jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-12.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-12.el8_10.ppc64le",
"product": {
"name": "jq-devel-0:1.6-12.el8_10.ppc64le",
"product_id": "jq-devel-0:1.6-12.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-12.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-12.el8_10.i686",
"product": {
"name": "jq-0:1.6-12.el8_10.i686",
"product_id": "jq-0:1.6-12.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-12.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-12.el8_10.i686",
"product": {
"name": "jq-debugsource-0:1.6-12.el8_10.i686",
"product_id": "jq-debugsource-0:1.6-12.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-12.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-12.el8_10.i686",
"product": {
"name": "jq-debuginfo-0:1.6-12.el8_10.i686",
"product_id": "jq-debuginfo-0:1.6-12.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-12.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-12.el8_10.i686",
"product": {
"name": "jq-devel-0:1.6-12.el8_10.i686",
"product_id": "jq-devel-0:1.6-12.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-12.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-12.el8_10.x86_64",
"product": {
"name": "jq-0:1.6-12.el8_10.x86_64",
"product_id": "jq-0:1.6-12.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-12.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-12.el8_10.x86_64",
"product": {
"name": "jq-debugsource-0:1.6-12.el8_10.x86_64",
"product_id": "jq-debugsource-0:1.6-12.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-12.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-12.el8_10.x86_64",
"product": {
"name": "jq-debuginfo-0:1.6-12.el8_10.x86_64",
"product_id": "jq-debuginfo-0:1.6-12.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-12.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-12.el8_10.x86_64",
"product": {
"name": "jq-devel-0:1.6-12.el8_10.x86_64",
"product_id": "jq-devel-0:1.6-12.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-12.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-12.el8_10.s390x",
"product": {
"name": "jq-0:1.6-12.el8_10.s390x",
"product_id": "jq-0:1.6-12.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-12.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-12.el8_10.s390x",
"product": {
"name": "jq-debugsource-0:1.6-12.el8_10.s390x",
"product_id": "jq-debugsource-0:1.6-12.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-12.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-12.el8_10.s390x",
"product": {
"name": "jq-debuginfo-0:1.6-12.el8_10.s390x",
"product_id": "jq-debuginfo-0:1.6-12.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-12.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-12.el8_10.s390x",
"product": {
"name": "jq-devel-0:1.6-12.el8_10.s390x",
"product_id": "jq-devel-0:1.6-12.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-12.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-12.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64"
},
"product_reference": "jq-0:1.6-12.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-12.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686"
},
"product_reference": "jq-0:1.6-12.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-12.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le"
},
"product_reference": "jq-0:1.6-12.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-12.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x"
},
"product_reference": "jq-0:1.6-12.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-12.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src"
},
"product_reference": "jq-0:1.6-12.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-12.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.x86_64"
},
"product_reference": "jq-0:1.6-12.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-12.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686"
},
"product_reference": "jq-debuginfo-0:1.6-12.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-12.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-12.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-12.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686"
},
"product_reference": "jq-debugsource-0:1.6-12.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-12.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x"
},
"product_reference": "jq-debugsource-0:1.6-12.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-12.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-12.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686"
},
"product_reference": "jq-debuginfo-0:1.6-12.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-12.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-12.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-12.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686"
},
"product_reference": "jq-debugsource-0:1.6-12.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-12.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x"
},
"product_reference": "jq-debugsource-0:1.6-12.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-12.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-12.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64"
},
"product_reference": "jq-devel-0:1.6-12.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-12.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686"
},
"product_reference": "jq-devel-0:1.6-12.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-12.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le"
},
"product_reference": "jq-devel-0:1.6-12.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-12.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x"
},
"product_reference": "jq-devel-0:1.6-12.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-12.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64"
},
"product_reference": "jq-devel-0:1.6-12.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-39979",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-04-13T23:01:01.219840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458077"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to supply malformed JSON from a non-NUL-terminated buffer to an application using the `jv_parse_sized` function. This allows the attacker to trigger the out-of-bounds read, causing an application crash and potentially disclosing memory with no other security impact. As this issue affects the libjq library, it is more likely to be exposed to untrusted input. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"category": "external",
"summary": "RHBZ#2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39979"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f",
"url": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
}
],
"release_date": "2026-04-13T22:18:56.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T16:07:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16252"
},
{
"category": "workaround",
"details": "To mitigate this issue, manually ensure that every buffer is NUL-terminated before passing it to the \u0027jv_parse_sized\u0027 function.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers"
},
{
"cve": "CVE-2026-40164",
"cwe": {
"id": "CWE-341",
"name": "Predictable from Observable State"
},
"discovery_date": "2026-04-14T00:01:04.003115+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458084"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq\u0027s hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq: Denial of Service via crafted JSON object causing hash collisions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"category": "external",
"summary": "RHBZ#2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784",
"url": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29"
}
],
"release_date": "2026-04-13T23:40:12.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T16:07:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16252"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
}
]
}
RHSA-2026:16692
Vulnerability from csaf_redhat - Published: 2026-05-13 02:08 - Updated: 2026-06-27 19:31A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq's hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)\n\n* jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16692",
"url": "https://access.redhat.com/errata/RHSA-2026:16692"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16692.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-27T19:31:01+00:00",
"generator": {
"date": "2026-06-27T19:31:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:16692",
"initial_release_date": "2026-05-13T02:08:41+00:00",
"revision_history": [
{
"date": "2026-05-13T02:08:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T02:08:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T19:31:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"product_id": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-11.el10_1.0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"product": {
"name": "jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"product_id": "jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-11.el10_1.0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"product": {
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"product_id": "jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-11.el10_1.0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"product": {
"name": "jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"product_id": "jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-11.el10_1.0.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-11.el10_1.0.2.x86_64",
"product": {
"name": "jq-devel-0:1.7.1-11.el10_1.0.2.x86_64",
"product_id": "jq-devel-0:1.7.1-11.el10_1.0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-11.el10_1.0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"product": {
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"product_id": "jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-11.el10_1.0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"product": {
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"product_id": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-11.el10_1.0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-0:1.7.1-11.el10_1.0.2.x86_64",
"product": {
"name": "jq-0:1.7.1-11.el10_1.0.2.x86_64",
"product_id": "jq-0:1.7.1-11.el10_1.0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-11.el10_1.0.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"product": {
"name": "jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"product_id": "jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-11.el10_1.0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"product": {
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"product_id": "jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-11.el10_1.0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"product": {
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"product_id": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-11.el10_1.0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-0:1.7.1-11.el10_1.0.2.s390x",
"product": {
"name": "jq-0:1.7.1-11.el10_1.0.2.s390x",
"product_id": "jq-0:1.7.1-11.el10_1.0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-11.el10_1.0.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-11.el10_1.0.2.src",
"product": {
"name": "jq-0:1.7.1-11.el10_1.0.2.src",
"product_id": "jq-0:1.7.1-11.el10_1.0.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-11.el10_1.0.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-11.el10_1.0.2.aarch64",
"product": {
"name": "jq-0:1.7.1-11.el10_1.0.2.aarch64",
"product_id": "jq-0:1.7.1-11.el10_1.0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-11.el10_1.0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"product": {
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"product_id": "jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-11.el10_1.0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"product": {
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"product_id": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-11.el10_1.0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"product": {
"name": "jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"product_id": "jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-11.el10_1.0.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_1.0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64"
},
"product_reference": "jq-0:1.7.1-11.el10_1.0.2.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_1.0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le"
},
"product_reference": "jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_1.0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x"
},
"product_reference": "jq-0:1.7.1-11.el10_1.0.2.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_1.0.2.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src"
},
"product_reference": "jq-0:1.7.1-11.el10_1.0.2.src",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_1.0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.x86_64"
},
"product_reference": "jq-0:1.7.1-11.el10_1.0.2.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-11.el10_1.0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64"
},
"product_reference": "jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le"
},
"product_reference": "jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-11.el10_1.0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x"
},
"product_reference": "jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-11.el10_1.0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64"
},
"product_reference": "jq-devel-0:1.7.1-11.el10_1.0.2.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-39979",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-04-13T23:01:01.219840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458077"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to supply malformed JSON from a non-NUL-terminated buffer to an application using the `jv_parse_sized` function. This allows the attacker to trigger the out-of-bounds read, causing an application crash and potentially disclosing memory with no other security impact. As this issue affects the libjq library, it is more likely to be exposed to untrusted input. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"category": "external",
"summary": "RHBZ#2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39979"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f",
"url": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
}
],
"release_date": "2026-04-13T22:18:56.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T02:08:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16692"
},
{
"category": "workaround",
"details": "To mitigate this issue, manually ensure that every buffer is NUL-terminated before passing it to the \u0027jv_parse_sized\u0027 function.",
"product_ids": [
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers"
},
{
"cve": "CVE-2026-40164",
"cwe": {
"id": "CWE-341",
"name": "Predictable from Observable State"
},
"discovery_date": "2026-04-14T00:01:04.003115+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458084"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq\u0027s hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq: Denial of Service via crafted JSON object causing hash collisions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"category": "external",
"summary": "RHBZ#2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784",
"url": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29"
}
],
"release_date": "2026-04-13T23:40:12.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T02:08:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16692"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"BaseOS-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debuginfo-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-debugsource-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
}
]
}
RHSA-2026:16693
Vulnerability from csaf_redhat - Published: 2026-05-13 02:10 - Updated: 2026-06-27 19:31A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq's hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)\n\n* jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16693",
"url": "https://access.redhat.com/errata/RHSA-2026:16693"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16693.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-27T19:31:01+00:00",
"generator": {
"date": "2026-06-27T19:31:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:16693",
"initial_release_date": "2026-05-13T02:10:11+00:00",
"revision_history": [
{
"date": "2026-05-13T02:10:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T02:10:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T19:31:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-19.el9_7.0.2.src",
"product": {
"name": "jq-0:1.6-19.el9_7.0.2.src",
"product_id": "jq-0:1.6-19.el9_7.0.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-19.el9_7.0.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-19.el9_7.0.2.aarch64",
"product": {
"name": "jq-0:1.6-19.el9_7.0.2.aarch64",
"product_id": "jq-0:1.6-19.el9_7.0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-19.el9_7.0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"product": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"product_id": "jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-19.el9_7.0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"product": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"product_id": "jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-19.el9_7.0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"product": {
"name": "jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"product_id": "jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-19.el9_7.0.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-19.el9_7.0.2.ppc64le",
"product": {
"name": "jq-0:1.6-19.el9_7.0.2.ppc64le",
"product_id": "jq-0:1.6-19.el9_7.0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-19.el9_7.0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"product": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"product_id": "jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-19.el9_7.0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"product_id": "jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-19.el9_7.0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"product": {
"name": "jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"product_id": "jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-19.el9_7.0.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-19.el9_7.0.2.i686",
"product": {
"name": "jq-0:1.6-19.el9_7.0.2.i686",
"product_id": "jq-0:1.6-19.el9_7.0.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-19.el9_7.0.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"product": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"product_id": "jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-19.el9_7.0.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"product": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"product_id": "jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-19.el9_7.0.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-19.el9_7.0.2.i686",
"product": {
"name": "jq-devel-0:1.6-19.el9_7.0.2.i686",
"product_id": "jq-devel-0:1.6-19.el9_7.0.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-19.el9_7.0.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-19.el9_7.0.2.x86_64",
"product": {
"name": "jq-0:1.6-19.el9_7.0.2.x86_64",
"product_id": "jq-0:1.6-19.el9_7.0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-19.el9_7.0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"product": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"product_id": "jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-19.el9_7.0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"product": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"product_id": "jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-19.el9_7.0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-19.el9_7.0.2.x86_64",
"product": {
"name": "jq-devel-0:1.6-19.el9_7.0.2.x86_64",
"product_id": "jq-devel-0:1.6-19.el9_7.0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-19.el9_7.0.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-19.el9_7.0.2.s390x",
"product": {
"name": "jq-0:1.6-19.el9_7.0.2.s390x",
"product_id": "jq-0:1.6-19.el9_7.0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-19.el9_7.0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"product": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"product_id": "jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-19.el9_7.0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"product": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"product_id": "jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-19.el9_7.0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-19.el9_7.0.2.s390x",
"product": {
"name": "jq-devel-0:1.6-19.el9_7.0.2.s390x",
"product_id": "jq-devel-0:1.6-19.el9_7.0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-19.el9_7.0.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_7.0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64"
},
"product_reference": "jq-0:1.6-19.el9_7.0.2.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_7.0.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686"
},
"product_reference": "jq-0:1.6-19.el9_7.0.2.i686",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_7.0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le"
},
"product_reference": "jq-0:1.6-19.el9_7.0.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_7.0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x"
},
"product_reference": "jq-0:1.6-19.el9_7.0.2.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_7.0.2.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src"
},
"product_reference": "jq-0:1.6-19.el9_7.0.2.src",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_7.0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.x86_64"
},
"product_reference": "jq-0:1.6-19.el9_7.0.2.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_7.0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_7.0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64"
},
"product_reference": "jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_7.0.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686"
},
"product_reference": "jq-devel-0:1.6-19.el9_7.0.2.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_7.0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le"
},
"product_reference": "jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_7.0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x"
},
"product_reference": "jq-devel-0:1.6-19.el9_7.0.2.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_7.0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64"
},
"product_reference": "jq-devel-0:1.6-19.el9_7.0.2.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-39979",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-04-13T23:01:01.219840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458077"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to supply malformed JSON from a non-NUL-terminated buffer to an application using the `jv_parse_sized` function. This allows the attacker to trigger the out-of-bounds read, causing an application crash and potentially disclosing memory with no other security impact. As this issue affects the libjq library, it is more likely to be exposed to untrusted input. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"category": "external",
"summary": "RHBZ#2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39979"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f",
"url": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
}
],
"release_date": "2026-04-13T22:18:56.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T02:10:11+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16693"
},
{
"category": "workaround",
"details": "To mitigate this issue, manually ensure that every buffer is NUL-terminated before passing it to the \u0027jv_parse_sized\u0027 function.",
"product_ids": [
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers"
},
{
"cve": "CVE-2026-40164",
"cwe": {
"id": "CWE-341",
"name": "Predictable from Observable State"
},
"discovery_date": "2026-04-14T00:01:04.003115+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458084"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq\u0027s hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq: Denial of Service via crafted JSON object causing hash collisions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"category": "external",
"summary": "RHBZ#2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784",
"url": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29"
}
],
"release_date": "2026-04-13T23:40:12.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T02:10:11+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16693"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"BaseOS-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debuginfo-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-debugsource-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
}
]
}
RHSA-2026:18040
Vulnerability from csaf_redhat - Published: 2026-05-18 12:16 - Updated: 2026-06-27 19:31A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq's hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)\n\n* jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:18040",
"url": "https://access.redhat.com/errata/RHSA-2026:18040"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_18040.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-27T19:31:23+00:00",
"generator": {
"date": "2026-06-27T19:31:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:18040",
"initial_release_date": "2026-05-18T12:16:23+00:00",
"revision_history": [
{
"date": "2026-05-18T12:16:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-18T12:16:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T19:31:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-8.el10_0.3.src",
"product": {
"name": "jq-0:1.7.1-8.el10_0.3.src",
"product_id": "jq-0:1.7.1-8.el10_0.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-8.el10_0.3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-8.el10_0.3.aarch64",
"product": {
"name": "jq-0:1.7.1-8.el10_0.3.aarch64",
"product_id": "jq-0:1.7.1-8.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-8.el10_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"product": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"product_id": "jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-8.el10_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"product": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"product_id": "jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-8.el10_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"product": {
"name": "jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"product_id": "jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-8.el10_0.3?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-8.el10_0.3.ppc64le",
"product": {
"name": "jq-0:1.7.1-8.el10_0.3.ppc64le",
"product_id": "jq-0:1.7.1-8.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-8.el10_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"product": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"product_id": "jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-8.el10_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"product_id": "jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-8.el10_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"product": {
"name": "jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"product_id": "jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-8.el10_0.3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-8.el10_0.3.s390x",
"product": {
"name": "jq-0:1.7.1-8.el10_0.3.s390x",
"product_id": "jq-0:1.7.1-8.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-8.el10_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"product": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"product_id": "jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-8.el10_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"product": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"product_id": "jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-8.el10_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-8.el10_0.3.s390x",
"product": {
"name": "jq-devel-0:1.7.1-8.el10_0.3.s390x",
"product_id": "jq-devel-0:1.7.1-8.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-8.el10_0.3?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-8.el10_0.3.x86_64",
"product": {
"name": "jq-0:1.7.1-8.el10_0.3.x86_64",
"product_id": "jq-0:1.7.1-8.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-8.el10_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"product": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"product_id": "jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-8.el10_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"product": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"product_id": "jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-8.el10_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-8.el10_0.3.x86_64",
"product": {
"name": "jq-devel-0:1.7.1-8.el10_0.3.x86_64",
"product_id": "jq-devel-0:1.7.1-8.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-8.el10_0.3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64"
},
"product_reference": "jq-0:1.7.1-8.el10_0.3.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le"
},
"product_reference": "jq-0:1.7.1-8.el10_0.3.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x"
},
"product_reference": "jq-0:1.7.1-8.el10_0.3.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.3.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src"
},
"product_reference": "jq-0:1.7.1-8.el10_0.3.src",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.x86_64"
},
"product_reference": "jq-0:1.7.1-8.el10_0.3.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-8.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64"
},
"product_reference": "jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-8.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le"
},
"product_reference": "jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-8.el10_0.3.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x"
},
"product_reference": "jq-devel-0:1.7.1-8.el10_0.3.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-8.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64"
},
"product_reference": "jq-devel-0:1.7.1-8.el10_0.3.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-39979",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-04-13T23:01:01.219840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458077"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to supply malformed JSON from a non-NUL-terminated buffer to an application using the `jv_parse_sized` function. This allows the attacker to trigger the out-of-bounds read, causing an application crash and potentially disclosing memory with no other security impact. As this issue affects the libjq library, it is more likely to be exposed to untrusted input. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"category": "external",
"summary": "RHBZ#2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39979"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f",
"url": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
}
],
"release_date": "2026-04-13T22:18:56.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:16:23+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18040"
},
{
"category": "workaround",
"details": "To mitigate this issue, manually ensure that every buffer is NUL-terminated before passing it to the \u0027jv_parse_sized\u0027 function.",
"product_ids": [
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers"
},
{
"cve": "CVE-2026-40164",
"cwe": {
"id": "CWE-341",
"name": "Predictable from Observable State"
},
"discovery_date": "2026-04-14T00:01:04.003115+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458084"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq\u0027s hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq: Denial of Service via crafted JSON object causing hash collisions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"category": "external",
"summary": "RHBZ#2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784",
"url": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29"
}
],
"release_date": "2026-04-13T23:40:12.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:16:23+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18040"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"BaseOS-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debuginfo-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-debugsource-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
}
]
}
RHSA-2026:18042
Vulnerability from csaf_redhat - Published: 2026-05-18 12:19 - Updated: 2026-06-27 19:31A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq's hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)\n\n* jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:18042",
"url": "https://access.redhat.com/errata/RHSA-2026:18042"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_18042.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-27T19:31:24+00:00",
"generator": {
"date": "2026-06-27T19:31:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:18042",
"initial_release_date": "2026-05-18T12:19:48+00:00",
"revision_history": [
{
"date": "2026-05-18T12:19:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-18T12:19:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T19:31:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-17.el9_6.4.src",
"product": {
"name": "jq-0:1.6-17.el9_6.4.src",
"product_id": "jq-0:1.6-17.el9_6.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-17.el9_6.4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-17.el9_6.4.aarch64",
"product": {
"name": "jq-0:1.6-17.el9_6.4.aarch64",
"product_id": "jq-0:1.6-17.el9_6.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-17.el9_6.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"product": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"product_id": "jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-17.el9_6.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"product": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"product_id": "jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-17.el9_6.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-17.el9_6.4.aarch64",
"product": {
"name": "jq-devel-0:1.6-17.el9_6.4.aarch64",
"product_id": "jq-devel-0:1.6-17.el9_6.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-17.el9_6.4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-17.el9_6.4.ppc64le",
"product": {
"name": "jq-0:1.6-17.el9_6.4.ppc64le",
"product_id": "jq-0:1.6-17.el9_6.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-17.el9_6.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"product": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"product_id": "jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-17.el9_6.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"product_id": "jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-17.el9_6.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-17.el9_6.4.ppc64le",
"product": {
"name": "jq-devel-0:1.6-17.el9_6.4.ppc64le",
"product_id": "jq-devel-0:1.6-17.el9_6.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-17.el9_6.4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-17.el9_6.4.i686",
"product": {
"name": "jq-0:1.6-17.el9_6.4.i686",
"product_id": "jq-0:1.6-17.el9_6.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-17.el9_6.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-17.el9_6.4.i686",
"product": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.i686",
"product_id": "jq-debugsource-0:1.6-17.el9_6.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-17.el9_6.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-17.el9_6.4.i686",
"product": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.i686",
"product_id": "jq-debuginfo-0:1.6-17.el9_6.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-17.el9_6.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-17.el9_6.4.i686",
"product": {
"name": "jq-devel-0:1.6-17.el9_6.4.i686",
"product_id": "jq-devel-0:1.6-17.el9_6.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-17.el9_6.4?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-17.el9_6.4.x86_64",
"product": {
"name": "jq-0:1.6-17.el9_6.4.x86_64",
"product_id": "jq-0:1.6-17.el9_6.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-17.el9_6.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"product": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"product_id": "jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-17.el9_6.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"product": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"product_id": "jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-17.el9_6.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-17.el9_6.4.x86_64",
"product": {
"name": "jq-devel-0:1.6-17.el9_6.4.x86_64",
"product_id": "jq-devel-0:1.6-17.el9_6.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-17.el9_6.4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-17.el9_6.4.s390x",
"product": {
"name": "jq-0:1.6-17.el9_6.4.s390x",
"product_id": "jq-0:1.6-17.el9_6.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-17.el9_6.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-17.el9_6.4.s390x",
"product": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.s390x",
"product_id": "jq-debugsource-0:1.6-17.el9_6.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-17.el9_6.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"product": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"product_id": "jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-17.el9_6.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-17.el9_6.4.s390x",
"product": {
"name": "jq-devel-0:1.6-17.el9_6.4.s390x",
"product_id": "jq-devel-0:1.6-17.el9_6.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-17.el9_6.4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-17.el9_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64"
},
"product_reference": "jq-0:1.6-17.el9_6.4.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-17.el9_6.4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686"
},
"product_reference": "jq-0:1.6-17.el9_6.4.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-17.el9_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le"
},
"product_reference": "jq-0:1.6-17.el9_6.4.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-17.el9_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x"
},
"product_reference": "jq-0:1.6-17.el9_6.4.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-17.el9_6.4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src"
},
"product_reference": "jq-0:1.6-17.el9_6.4.src",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-17.el9_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.x86_64"
},
"product_reference": "jq-0:1.6-17.el9_6.4.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686"
},
"product_reference": "jq-debuginfo-0:1.6-17.el9_6.4.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686"
},
"product_reference": "jq-debugsource-0:1.6-17.el9_6.4.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x"
},
"product_reference": "jq-debugsource-0:1.6-17.el9_6.4.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686"
},
"product_reference": "jq-debuginfo-0:1.6-17.el9_6.4.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-17.el9_6.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686"
},
"product_reference": "jq-debugsource-0:1.6-17.el9_6.4.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x"
},
"product_reference": "jq-debugsource-0:1.6-17.el9_6.4.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-17.el9_6.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-17.el9_6.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64"
},
"product_reference": "jq-devel-0:1.6-17.el9_6.4.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-17.el9_6.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686"
},
"product_reference": "jq-devel-0:1.6-17.el9_6.4.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-17.el9_6.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le"
},
"product_reference": "jq-devel-0:1.6-17.el9_6.4.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-17.el9_6.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x"
},
"product_reference": "jq-devel-0:1.6-17.el9_6.4.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-17.el9_6.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64"
},
"product_reference": "jq-devel-0:1.6-17.el9_6.4.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-39979",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-04-13T23:01:01.219840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458077"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to supply malformed JSON from a non-NUL-terminated buffer to an application using the `jv_parse_sized` function. This allows the attacker to trigger the out-of-bounds read, causing an application crash and potentially disclosing memory with no other security impact. As this issue affects the libjq library, it is more likely to be exposed to untrusted input. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"category": "external",
"summary": "RHBZ#2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39979"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f",
"url": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
}
],
"release_date": "2026-04-13T22:18:56.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:19:48+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18042"
},
{
"category": "workaround",
"details": "To mitigate this issue, manually ensure that every buffer is NUL-terminated before passing it to the \u0027jv_parse_sized\u0027 function.",
"product_ids": [
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers"
},
{
"cve": "CVE-2026-40164",
"cwe": {
"id": "CWE-341",
"name": "Predictable from Observable State"
},
"discovery_date": "2026-04-14T00:01:04.003115+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458084"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq\u0027s hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq: Denial of Service via crafted JSON object causing hash collisions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"category": "external",
"summary": "RHBZ#2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784",
"url": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29"
}
],
"release_date": "2026-04-13T23:40:12.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:19:48+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18042"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"BaseOS-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debuginfo-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-debugsource-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
}
]
}
RHSA-2026:18043
Vulnerability from csaf_redhat - Published: 2026-05-18 12:48 - Updated: 2026-06-27 19:31A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq's hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)\n\n* jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:18043",
"url": "https://access.redhat.com/errata/RHSA-2026:18043"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_18043.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-27T19:31:24+00:00",
"generator": {
"date": "2026-06-27T19:31:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:18043",
"initial_release_date": "2026-05-18T12:48:08+00:00",
"revision_history": [
{
"date": "2026-05-18T12:48:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-18T12:48:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T19:31:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.4::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-16.el9_4.2.src",
"product": {
"name": "jq-0:1.6-16.el9_4.2.src",
"product_id": "jq-0:1.6-16.el9_4.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-16.el9_4.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-16.el9_4.2.aarch64",
"product": {
"name": "jq-0:1.6-16.el9_4.2.aarch64",
"product_id": "jq-0:1.6-16.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-16.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"product": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"product_id": "jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-16.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"product": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"product_id": "jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-16.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-16.el9_4.2.aarch64",
"product": {
"name": "jq-devel-0:1.6-16.el9_4.2.aarch64",
"product_id": "jq-devel-0:1.6-16.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-16.el9_4.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-16.el9_4.2.ppc64le",
"product": {
"name": "jq-0:1.6-16.el9_4.2.ppc64le",
"product_id": "jq-0:1.6-16.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-16.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"product": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"product_id": "jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-16.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"product_id": "jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-16.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-16.el9_4.2.ppc64le",
"product": {
"name": "jq-devel-0:1.6-16.el9_4.2.ppc64le",
"product_id": "jq-devel-0:1.6-16.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-16.el9_4.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-16.el9_4.2.i686",
"product": {
"name": "jq-0:1.6-16.el9_4.2.i686",
"product_id": "jq-0:1.6-16.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-16.el9_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-16.el9_4.2.i686",
"product": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.i686",
"product_id": "jq-debugsource-0:1.6-16.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-16.el9_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-16.el9_4.2.i686",
"product": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.i686",
"product_id": "jq-debuginfo-0:1.6-16.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-16.el9_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-16.el9_4.2.i686",
"product": {
"name": "jq-devel-0:1.6-16.el9_4.2.i686",
"product_id": "jq-devel-0:1.6-16.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-16.el9_4.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-16.el9_4.2.x86_64",
"product": {
"name": "jq-0:1.6-16.el9_4.2.x86_64",
"product_id": "jq-0:1.6-16.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-16.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"product": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"product_id": "jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-16.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"product": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"product_id": "jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-16.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-16.el9_4.2.x86_64",
"product": {
"name": "jq-devel-0:1.6-16.el9_4.2.x86_64",
"product_id": "jq-devel-0:1.6-16.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-16.el9_4.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-16.el9_4.2.s390x",
"product": {
"name": "jq-0:1.6-16.el9_4.2.s390x",
"product_id": "jq-0:1.6-16.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-16.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-16.el9_4.2.s390x",
"product": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.s390x",
"product_id": "jq-debugsource-0:1.6-16.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-16.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"product": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"product_id": "jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-16.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-16.el9_4.2.s390x",
"product": {
"name": "jq-devel-0:1.6-16.el9_4.2.s390x",
"product_id": "jq-devel-0:1.6-16.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-16.el9_4.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-16.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64"
},
"product_reference": "jq-0:1.6-16.el9_4.2.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-16.el9_4.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686"
},
"product_reference": "jq-0:1.6-16.el9_4.2.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-16.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le"
},
"product_reference": "jq-0:1.6-16.el9_4.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-16.el9_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x"
},
"product_reference": "jq-0:1.6-16.el9_4.2.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-16.el9_4.2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src"
},
"product_reference": "jq-0:1.6-16.el9_4.2.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-16.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.x86_64"
},
"product_reference": "jq-0:1.6-16.el9_4.2.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686"
},
"product_reference": "jq-debuginfo-0:1.6-16.el9_4.2.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686"
},
"product_reference": "jq-debugsource-0:1.6-16.el9_4.2.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x"
},
"product_reference": "jq-debugsource-0:1.6-16.el9_4.2.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686"
},
"product_reference": "jq-debuginfo-0:1.6-16.el9_4.2.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-16.el9_4.2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686"
},
"product_reference": "jq-debugsource-0:1.6-16.el9_4.2.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x"
},
"product_reference": "jq-debugsource-0:1.6-16.el9_4.2.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-16.el9_4.2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-16.el9_4.2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64"
},
"product_reference": "jq-devel-0:1.6-16.el9_4.2.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-16.el9_4.2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686"
},
"product_reference": "jq-devel-0:1.6-16.el9_4.2.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-16.el9_4.2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le"
},
"product_reference": "jq-devel-0:1.6-16.el9_4.2.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-16.el9_4.2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x"
},
"product_reference": "jq-devel-0:1.6-16.el9_4.2.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-16.el9_4.2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64"
},
"product_reference": "jq-devel-0:1.6-16.el9_4.2.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-39979",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-04-13T23:01:01.219840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458077"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to supply malformed JSON from a non-NUL-terminated buffer to an application using the `jv_parse_sized` function. This allows the attacker to trigger the out-of-bounds read, causing an application crash and potentially disclosing memory with no other security impact. As this issue affects the libjq library, it is more likely to be exposed to untrusted input. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"category": "external",
"summary": "RHBZ#2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39979"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f",
"url": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
}
],
"release_date": "2026-04-13T22:18:56.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:48:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18043"
},
{
"category": "workaround",
"details": "To mitigate this issue, manually ensure that every buffer is NUL-terminated before passing it to the \u0027jv_parse_sized\u0027 function.",
"product_ids": [
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers"
},
{
"cve": "CVE-2026-40164",
"cwe": {
"id": "CWE-341",
"name": "Predictable from Observable State"
},
"discovery_date": "2026-04-14T00:01:04.003115+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458084"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq\u0027s hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq: Denial of Service via crafted JSON object causing hash collisions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"category": "external",
"summary": "RHBZ#2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784",
"url": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29"
}
],
"release_date": "2026-04-13T23:40:12.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:48:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18043"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"BaseOS-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debuginfo-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-debugsource-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
}
]
}
RHSA-2026:18044
Vulnerability from csaf_redhat - Published: 2026-05-18 12:06 - Updated: 2026-06-27 19:31A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq's hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)\n\n* jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:18044",
"url": "https://access.redhat.com/errata/RHSA-2026:18044"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_18044.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-27T19:31:24+00:00",
"generator": {
"date": "2026-06-27T19:31:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:18044",
"initial_release_date": "2026-05-18T12:06:59+00:00",
"revision_history": [
{
"date": "2026-05-18T12:06:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-18T12:06:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T19:31:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-15.el9_2.3.ppc64le",
"product": {
"name": "jq-0:1.6-15.el9_2.3.ppc64le",
"product_id": "jq-0:1.6-15.el9_2.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-15.el9_2.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-15.el9_2.3.ppc64le",
"product": {
"name": "jq-debugsource-0:1.6-15.el9_2.3.ppc64le",
"product_id": "jq-debugsource-0:1.6-15.el9_2.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-15.el9_2.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-15.el9_2.3.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.6-15.el9_2.3.ppc64le",
"product_id": "jq-debuginfo-0:1.6-15.el9_2.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-15.el9_2.3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-15.el9_2.3.src",
"product": {
"name": "jq-0:1.6-15.el9_2.3.src",
"product_id": "jq-0:1.6-15.el9_2.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-15.el9_2.3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-15.el9_2.3.aarch64",
"product": {
"name": "jq-0:1.6-15.el9_2.3.aarch64",
"product_id": "jq-0:1.6-15.el9_2.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-15.el9_2.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-15.el9_2.3.aarch64",
"product": {
"name": "jq-debugsource-0:1.6-15.el9_2.3.aarch64",
"product_id": "jq-debugsource-0:1.6-15.el9_2.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-15.el9_2.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-15.el9_2.3.aarch64",
"product": {
"name": "jq-debuginfo-0:1.6-15.el9_2.3.aarch64",
"product_id": "jq-debuginfo-0:1.6-15.el9_2.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-15.el9_2.3?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-15.el9_2.3.i686",
"product": {
"name": "jq-0:1.6-15.el9_2.3.i686",
"product_id": "jq-0:1.6-15.el9_2.3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-15.el9_2.3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-15.el9_2.3.i686",
"product": {
"name": "jq-debugsource-0:1.6-15.el9_2.3.i686",
"product_id": "jq-debugsource-0:1.6-15.el9_2.3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-15.el9_2.3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-15.el9_2.3.i686",
"product": {
"name": "jq-debuginfo-0:1.6-15.el9_2.3.i686",
"product_id": "jq-debuginfo-0:1.6-15.el9_2.3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-15.el9_2.3?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-15.el9_2.3.x86_64",
"product": {
"name": "jq-0:1.6-15.el9_2.3.x86_64",
"product_id": "jq-0:1.6-15.el9_2.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-15.el9_2.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-15.el9_2.3.x86_64",
"product": {
"name": "jq-debugsource-0:1.6-15.el9_2.3.x86_64",
"product_id": "jq-debugsource-0:1.6-15.el9_2.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-15.el9_2.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-15.el9_2.3.x86_64",
"product": {
"name": "jq-debuginfo-0:1.6-15.el9_2.3.x86_64",
"product_id": "jq-debuginfo-0:1.6-15.el9_2.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-15.el9_2.3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-15.el9_2.3.s390x",
"product": {
"name": "jq-0:1.6-15.el9_2.3.s390x",
"product_id": "jq-0:1.6-15.el9_2.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-15.el9_2.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-15.el9_2.3.s390x",
"product": {
"name": "jq-debugsource-0:1.6-15.el9_2.3.s390x",
"product_id": "jq-debugsource-0:1.6-15.el9_2.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-15.el9_2.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-15.el9_2.3.s390x",
"product": {
"name": "jq-debuginfo-0:1.6-15.el9_2.3.s390x",
"product_id": "jq-debuginfo-0:1.6-15.el9_2.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-15.el9_2.3?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-15.el9_2.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.aarch64"
},
"product_reference": "jq-0:1.6-15.el9_2.3.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-15.el9_2.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.i686"
},
"product_reference": "jq-0:1.6-15.el9_2.3.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-15.el9_2.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.ppc64le"
},
"product_reference": "jq-0:1.6-15.el9_2.3.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-15.el9_2.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.s390x"
},
"product_reference": "jq-0:1.6-15.el9_2.3.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-15.el9_2.3.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.src"
},
"product_reference": "jq-0:1.6-15.el9_2.3.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-15.el9_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.x86_64"
},
"product_reference": "jq-0:1.6-15.el9_2.3.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-15.el9_2.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-15.el9_2.3.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-15.el9_2.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.i686"
},
"product_reference": "jq-debuginfo-0:1.6-15.el9_2.3.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-15.el9_2.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-15.el9_2.3.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-15.el9_2.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-15.el9_2.3.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-15.el9_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-15.el9_2.3.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-15.el9_2.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-15.el9_2.3.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-15.el9_2.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.i686"
},
"product_reference": "jq-debugsource-0:1.6-15.el9_2.3.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-15.el9_2.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-15.el9_2.3.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-15.el9_2.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.s390x"
},
"product_reference": "jq-debugsource-0:1.6-15.el9_2.3.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-15.el9_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-15.el9_2.3.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-39979",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-04-13T23:01:01.219840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458077"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to supply malformed JSON from a non-NUL-terminated buffer to an application using the `jv_parse_sized` function. This allows the attacker to trigger the out-of-bounds read, causing an application crash and potentially disclosing memory with no other security impact. As this issue affects the libjq library, it is more likely to be exposed to untrusted input. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.src",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"category": "external",
"summary": "RHBZ#2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39979"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f",
"url": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
}
],
"release_date": "2026-04-13T22:18:56.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:06:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.src",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18044"
},
{
"category": "workaround",
"details": "To mitigate this issue, manually ensure that every buffer is NUL-terminated before passing it to the \u0027jv_parse_sized\u0027 function.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.src",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.src",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers"
},
{
"cve": "CVE-2026-40164",
"cwe": {
"id": "CWE-341",
"name": "Predictable from Observable State"
},
"discovery_date": "2026-04-14T00:01:04.003115+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458084"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq\u0027s hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq: Denial of Service via crafted JSON object causing hash collisions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.src",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"category": "external",
"summary": "RHBZ#2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784",
"url": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29"
}
],
"release_date": "2026-04-13T23:40:12.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:06:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.src",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18044"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.src",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.src",
"AppStream-9.2.0.Z.E4S:jq-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debuginfo-0:1.6-15.el9_2.3.x86_64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.aarch64",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.i686",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.ppc64le",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.s390x",
"AppStream-9.2.0.Z.E4S:jq-debugsource-0:1.6-15.el9_2.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
}
]
}
RHSA-2026:18045
Vulnerability from csaf_redhat - Published: 2026-05-18 11:52 - Updated: 2026-06-27 19:31A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq's hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)\n\n* jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:18045",
"url": "https://access.redhat.com/errata/RHSA-2026:18045"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_18045.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-27T19:31:24+00:00",
"generator": {
"date": "2026-06-27T19:31:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:18045",
"initial_release_date": "2026-05-18T11:52:53+00:00",
"revision_history": [
{
"date": "2026-05-18T11:52:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-18T11:52:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T19:31:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-12.el9_0.3.src",
"product": {
"name": "jq-0:1.6-12.el9_0.3.src",
"product_id": "jq-0:1.6-12.el9_0.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-12.el9_0.3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-12.el9_0.3.aarch64",
"product": {
"name": "jq-0:1.6-12.el9_0.3.aarch64",
"product_id": "jq-0:1.6-12.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-12.el9_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-12.el9_0.3.aarch64",
"product": {
"name": "jq-debugsource-0:1.6-12.el9_0.3.aarch64",
"product_id": "jq-debugsource-0:1.6-12.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-12.el9_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-12.el9_0.3.aarch64",
"product": {
"name": "jq-debuginfo-0:1.6-12.el9_0.3.aarch64",
"product_id": "jq-debuginfo-0:1.6-12.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-12.el9_0.3?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-12.el9_0.3.ppc64le",
"product": {
"name": "jq-0:1.6-12.el9_0.3.ppc64le",
"product_id": "jq-0:1.6-12.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-12.el9_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-12.el9_0.3.ppc64le",
"product": {
"name": "jq-debugsource-0:1.6-12.el9_0.3.ppc64le",
"product_id": "jq-debugsource-0:1.6-12.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-12.el9_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-12.el9_0.3.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.6-12.el9_0.3.ppc64le",
"product_id": "jq-debuginfo-0:1.6-12.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-12.el9_0.3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-12.el9_0.3.s390x",
"product": {
"name": "jq-0:1.6-12.el9_0.3.s390x",
"product_id": "jq-0:1.6-12.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-12.el9_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-12.el9_0.3.s390x",
"product": {
"name": "jq-debugsource-0:1.6-12.el9_0.3.s390x",
"product_id": "jq-debugsource-0:1.6-12.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-12.el9_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-12.el9_0.3.s390x",
"product": {
"name": "jq-debuginfo-0:1.6-12.el9_0.3.s390x",
"product_id": "jq-debuginfo-0:1.6-12.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-12.el9_0.3?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-12.el9_0.3.i686",
"product": {
"name": "jq-0:1.6-12.el9_0.3.i686",
"product_id": "jq-0:1.6-12.el9_0.3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-12.el9_0.3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-12.el9_0.3.i686",
"product": {
"name": "jq-debugsource-0:1.6-12.el9_0.3.i686",
"product_id": "jq-debugsource-0:1.6-12.el9_0.3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-12.el9_0.3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-12.el9_0.3.i686",
"product": {
"name": "jq-debuginfo-0:1.6-12.el9_0.3.i686",
"product_id": "jq-debuginfo-0:1.6-12.el9_0.3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-12.el9_0.3?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-12.el9_0.3.x86_64",
"product": {
"name": "jq-0:1.6-12.el9_0.3.x86_64",
"product_id": "jq-0:1.6-12.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-12.el9_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-12.el9_0.3.x86_64",
"product": {
"name": "jq-debugsource-0:1.6-12.el9_0.3.x86_64",
"product_id": "jq-debugsource-0:1.6-12.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-12.el9_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-12.el9_0.3.x86_64",
"product": {
"name": "jq-debuginfo-0:1.6-12.el9_0.3.x86_64",
"product_id": "jq-debuginfo-0:1.6-12.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-12.el9_0.3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-12.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.aarch64"
},
"product_reference": "jq-0:1.6-12.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-12.el9_0.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.i686"
},
"product_reference": "jq-0:1.6-12.el9_0.3.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-12.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.ppc64le"
},
"product_reference": "jq-0:1.6-12.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-12.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.s390x"
},
"product_reference": "jq-0:1.6-12.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-12.el9_0.3.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.src"
},
"product_reference": "jq-0:1.6-12.el9_0.3.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-12.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.x86_64"
},
"product_reference": "jq-0:1.6-12.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-12.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el9_0.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.i686"
},
"product_reference": "jq-debuginfo-0:1.6-12.el9_0.3.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-12.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-12.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-12.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-12.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-12.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el9_0.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.i686"
},
"product_reference": "jq-debugsource-0:1.6-12.el9_0.3.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-12.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.s390x"
},
"product_reference": "jq-debugsource-0:1.6-12.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-12.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-12.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-39979",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-04-13T23:01:01.219840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458077"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to supply malformed JSON from a non-NUL-terminated buffer to an application using the `jv_parse_sized` function. This allows the attacker to trigger the out-of-bounds read, causing an application crash and potentially disclosing memory with no other security impact. As this issue affects the libjq library, it is more likely to be exposed to untrusted input. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"category": "external",
"summary": "RHBZ#2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39979"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f",
"url": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
}
],
"release_date": "2026-04-13T22:18:56.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T11:52:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18045"
},
{
"category": "workaround",
"details": "To mitigate this issue, manually ensure that every buffer is NUL-terminated before passing it to the \u0027jv_parse_sized\u0027 function.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers"
},
{
"cve": "CVE-2026-40164",
"cwe": {
"id": "CWE-341",
"name": "Predictable from Observable State"
},
"discovery_date": "2026-04-14T00:01:04.003115+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458084"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq\u0027s hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq: Denial of Service via crafted JSON object causing hash collisions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"category": "external",
"summary": "RHBZ#2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784",
"url": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29"
}
],
"release_date": "2026-04-13T23:40:12.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T11:52:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18045"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:jq-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debuginfo-0:1.6-12.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.i686",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:jq-debugsource-0:1.6-12.el9_0.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.