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-05",
"epss": "0.00024",
"percentile": "0.07099"
},
"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"
}
}
}
RHSA-2026:16252
Vulnerability from csaf_redhat - Published: 2026-05-12 16:07 - Updated: 2026-06-04 11:12A 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: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-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: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-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-04T11:12:22+00:00",
"generator": {
"date": "2026-06-04T11:12:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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-04T11:12:22+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-devel-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-devel-0:1.6-12.el8_10.aarch64"
},
"product_reference": "jq-devel-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-devel-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-devel-0:1.6-12.el8_10.i686"
},
"product_reference": "jq-devel-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-devel-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-devel-0:1.6-12.el8_10.ppc64le"
},
"product_reference": "jq-devel-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-devel-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-devel-0:1.6-12.el8_10.s390x"
},
"product_reference": "jq-devel-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-devel-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-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": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-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-0:1.6-12.el8_10.aarch64"
},
"product_reference": "jq-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-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-0:1.6-12.el8_10.i686"
},
"product_reference": "jq-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-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-0:1.6-12.el8_10.ppc64le"
},
"product_reference": "jq-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-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-0:1.6-12.el8_10.s390x"
},
"product_reference": "jq-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-0:1.6-12.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-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": "CRB-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 CRB (v. 8)",
"product_id": "CRB-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": "CRB-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",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-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",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-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",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-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",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-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",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-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",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-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",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-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",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-12.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-12.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-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-04 11:12A 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: BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-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: BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:jq-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-04T11:12:53+00:00",
"generator": {
"date": "2026-06-04T11:12:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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-04T11:12:53+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-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"
},
{
"branches": [
{
"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-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-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-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": "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-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": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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": "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-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": "architecture",
"name": "s390x"
}
],
"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-devel-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-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": "BaseOS-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 BaseOS (v. 10)",
"product_id": "BaseOS-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": "BaseOS-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 BaseOS (v. 10)",
"product_id": "BaseOS-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": "BaseOS-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 BaseOS (v. 10)",
"product_id": "BaseOS-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": "BaseOS-10.1.Z"
},
{
"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 CodeReady Linux Builder (v. 10)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder (v. 10)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder (v. 10)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder (v. 10)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder (v. 10)",
"product_id": "CRB-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": "CRB-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",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"CRB-10.1.Z:jq-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",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"CRB-10.1.Z:jq-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",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"CRB-10.1.Z:jq-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",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"CRB-10.1.Z:jq-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",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"CRB-10.1.Z:jq-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",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"CRB-10.1.Z:jq-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",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"CRB-10.1.Z:jq-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",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.aarch64",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.ppc64le",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.s390x",
"BaseOS-10.1.Z:jq-devel-0:1.7.1-11.el10_1.0.2.x86_64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.aarch64",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.ppc64le",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.s390x",
"CRB-10.1.Z:jq-0:1.7.1-11.el10_1.0.2.src",
"CRB-10.1.Z:jq-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-04 11:12A 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: BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-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: BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:jq-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-04T11:12:47+00:00",
"generator": {
"date": "2026-06-04T11:12:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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-04T11:12:47+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-devel-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-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": "BaseOS-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 BaseOS (v. 9)",
"product_id": "BaseOS-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": "BaseOS-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 BaseOS (v. 9)",
"product_id": "BaseOS-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": "BaseOS-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 BaseOS (v. 9)",
"product_id": "BaseOS-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": "BaseOS-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 BaseOS (v. 9)",
"product_id": "BaseOS-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": "BaseOS-9.7.0.Z.MAIN"
},
{
"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 CodeReady Linux Builder (v. 9)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder (v. 9)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder (v. 9)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder (v. 9)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder (v. 9)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder (v. 9)",
"product_id": "CRB-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": "CRB-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",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"CRB-9.7.0.Z.MAIN:jq-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",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"CRB-9.7.0.Z.MAIN:jq-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",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"CRB-9.7.0.Z.MAIN:jq-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",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"CRB-9.7.0.Z.MAIN:jq-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",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"CRB-9.7.0.Z.MAIN:jq-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",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"CRB-9.7.0.Z.MAIN:jq-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",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"CRB-9.7.0.Z.MAIN:jq-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",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.aarch64",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.i686",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.ppc64le",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.s390x",
"BaseOS-9.7.0.Z.MAIN:jq-devel-0:1.6-19.el9_7.0.2.x86_64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.aarch64",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.i686",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.ppc64le",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.s390x",
"CRB-9.7.0.Z.MAIN:jq-0:1.6-19.el9_7.0.2.src",
"CRB-9.7.0.Z.MAIN:jq-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-04 11:06A 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: BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-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: BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:jq-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-04T11:06:39+00:00",
"generator": {
"date": "2026-06-04T11:06:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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-04T11:06:39+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-devel-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-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": "BaseOS-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 BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-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": "BaseOS-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 BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-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": "BaseOS-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 BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-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": "BaseOS-10.0.Z.E2S"
},
{
"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 CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-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": "CRB-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",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"CRB-10.0.Z.E2S:jq-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",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"CRB-10.0.Z.E2S:jq-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",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"CRB-10.0.Z.E2S:jq-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",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"CRB-10.0.Z.E2S:jq-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",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"CRB-10.0.Z.E2S:jq-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",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"CRB-10.0.Z.E2S:jq-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",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"CRB-10.0.Z.E2S:jq-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",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.aarch64",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.ppc64le",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.s390x",
"BaseOS-10.0.Z.E2S:jq-devel-0:1.7.1-8.el10_0.3.x86_64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.aarch64",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.ppc64le",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.s390x",
"CRB-10.0.Z.E2S:jq-0:1.7.1-8.el10_0.3.src",
"CRB-10.0.Z.E2S:jq-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-04 11:06A 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: BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-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: BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:jq-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-04T11:06:40+00:00",
"generator": {
"date": "2026-06-04T11:06:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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-04T11:06:40+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-devel-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-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": "BaseOS-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 Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-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": "BaseOS-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 Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-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": "BaseOS-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 Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-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": "BaseOS-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 Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-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": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-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-0:1.6-17.el9_6.4.aarch64"
},
"product_reference": "jq-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-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-0:1.6-17.el9_6.4.i686"
},
"product_reference": "jq-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-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-0:1.6-17.el9_6.4.ppc64le"
},
"product_reference": "jq-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-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-0:1.6-17.el9_6.4.s390x"
},
"product_reference": "jq-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-0:1.6-17.el9_6.4.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-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": "CRB-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",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"CRB-9.6.0.Z.EUS:jq-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",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"CRB-9.6.0.Z.EUS:jq-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",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"CRB-9.6.0.Z.EUS:jq-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",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"CRB-9.6.0.Z.EUS:jq-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",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"CRB-9.6.0.Z.EUS:jq-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",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"CRB-9.6.0.Z.EUS:jq-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",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"CRB-9.6.0.Z.EUS:jq-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",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.aarch64",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.i686",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.ppc64le",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.s390x",
"BaseOS-9.6.0.Z.EUS:jq-devel-0:1.6-17.el9_6.4.x86_64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.aarch64",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.i686",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.ppc64le",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.s390x",
"CRB-9.6.0.Z.EUS:jq-0:1.6-17.el9_6.4.src",
"CRB-9.6.0.Z.EUS:jq-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-04 11:06A 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: BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-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: BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:jq-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-04T11:06:40+00:00",
"generator": {
"date": "2026-06-04T11:06:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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-04T11:06:40+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-devel-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-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": "BaseOS-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 Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-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": "BaseOS-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 Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-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": "BaseOS-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 Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-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": "BaseOS-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 Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-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": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-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-0:1.6-16.el9_4.2.aarch64"
},
"product_reference": "jq-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-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-0:1.6-16.el9_4.2.i686"
},
"product_reference": "jq-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-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-0:1.6-16.el9_4.2.ppc64le"
},
"product_reference": "jq-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-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-0:1.6-16.el9_4.2.s390x"
},
"product_reference": "jq-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-0:1.6-16.el9_4.2.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-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": "CRB-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 CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-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": "CRB-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",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"CRB-9.4.0.Z.EUS:jq-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",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"CRB-9.4.0.Z.EUS:jq-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",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"CRB-9.4.0.Z.EUS:jq-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",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"CRB-9.4.0.Z.EUS:jq-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",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"CRB-9.4.0.Z.EUS:jq-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",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"CRB-9.4.0.Z.EUS:jq-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",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"CRB-9.4.0.Z.EUS:jq-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",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.aarch64",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.i686",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.ppc64le",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.s390x",
"BaseOS-9.4.0.Z.EUS:jq-devel-0:1.6-16.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:jq-0:1.6-16.el9_4.2.src",
"CRB-9.4.0.Z.EUS:jq-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-04 11:06A 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-04T11:06:40+00:00",
"generator": {
"date": "2026-06-04T11:06:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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-04T11:06:40+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-04 11:07A 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-04T11:07:29+00:00",
"generator": {
"date": "2026-06-04T11:07:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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-04T11:07:29+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"
}
]
}
RHSA-2026:18046
Vulnerability from csaf_redhat - Published: 2026-05-18 12:06 - Updated: 2026-06-04 10:36A 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.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.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: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.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 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\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:18046",
"url": "https://access.redhat.com/errata/RHSA-2026:18046"
},
{
"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_18046.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-04T10:36:42+00:00",
"generator": {
"date": "2026-06-04T10:36:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:18046",
"initial_release_date": "2026-05-18T12:06:48+00:00",
"revision_history": [
{
"date": "2026-05-18T12:06:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-18T12:06:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-04T10:36:42+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.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-6.el8_8.4.ppc64le",
"product": {
"name": "jq-0:1.6-6.el8_8.4.ppc64le",
"product_id": "jq-0:1.6-6.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-6.el8_8.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-6.el8_8.4.ppc64le",
"product": {
"name": "jq-debugsource-0:1.6-6.el8_8.4.ppc64le",
"product_id": "jq-debugsource-0:1.6-6.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-6.el8_8.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-6.el8_8.4.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.6-6.el8_8.4.ppc64le",
"product_id": "jq-debuginfo-0:1.6-6.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-6.el8_8.4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-6.el8_8.4.i686",
"product": {
"name": "jq-0:1.6-6.el8_8.4.i686",
"product_id": "jq-0:1.6-6.el8_8.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-6.el8_8.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-6.el8_8.4.i686",
"product": {
"name": "jq-debugsource-0:1.6-6.el8_8.4.i686",
"product_id": "jq-debugsource-0:1.6-6.el8_8.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-6.el8_8.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-6.el8_8.4.i686",
"product": {
"name": "jq-debuginfo-0:1.6-6.el8_8.4.i686",
"product_id": "jq-debuginfo-0:1.6-6.el8_8.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-6.el8_8.4?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-6.el8_8.4.x86_64",
"product": {
"name": "jq-0:1.6-6.el8_8.4.x86_64",
"product_id": "jq-0:1.6-6.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-6.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-6.el8_8.4.x86_64",
"product": {
"name": "jq-debugsource-0:1.6-6.el8_8.4.x86_64",
"product_id": "jq-debugsource-0:1.6-6.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-6.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"product": {
"name": "jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"product_id": "jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-6.el8_8.4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-6.el8_8.4.src",
"product": {
"name": "jq-0:1.6-6.el8_8.4.src",
"product_id": "jq-0:1.6-6.el8_8.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-6.el8_8.4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.i686"
},
"product_reference": "jq-0:1.6-6.el8_8.4.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.ppc64le"
},
"product_reference": "jq-0:1.6-6.el8_8.4.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.4.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.src"
},
"product_reference": "jq-0:1.6-6.el8_8.4.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.x86_64"
},
"product_reference": "jq-0:1.6-6.el8_8.4.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-6.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.i686"
},
"product_reference": "jq-debuginfo-0:1.6-6.el8_8.4.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-6.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-6.el8_8.4.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-6.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-6.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.i686"
},
"product_reference": "jq-debugsource-0:1.6-6.el8_8.4.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-6.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-6.el8_8.4.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-6.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-6.el8_8.4.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.i686"
},
"product_reference": "jq-0:1.6-6.el8_8.4.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.4.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.src"
},
"product_reference": "jq-0:1.6-6.el8_8.4.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.x86_64"
},
"product_reference": "jq-0:1.6-6.el8_8.4.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-6.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.i686"
},
"product_reference": "jq-debuginfo-0:1.6-6.el8_8.4.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-6.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-6.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.i686"
},
"product_reference": "jq-debugsource-0:1.6-6.el8_8.4.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-6.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-6.el8_8.4.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
}
]
},
"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.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.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:06: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": [
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18046"
},
{
"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.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.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": [
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.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": [
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.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:06: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": [
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18046"
},
{
"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.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.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": [
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.4.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
}
]
}
RHSA-2026:18047
Vulnerability from csaf_redhat - Published: 2026-05-18 12:28 - Updated: 2026-06-04 11:06A 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.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.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: AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.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 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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:18047",
"url": "https://access.redhat.com/errata/RHSA-2026:18047"
},
{
"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_18047.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-04T11:06:25+00:00",
"generator": {
"date": "2026-06-04T11:06:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:18047",
"initial_release_date": "2026-05-18T12:28:58+00:00",
"revision_history": [
{
"date": "2026-05-18T12:28:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-18T12:28:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-04T11:06:25+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 AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-3.el8_6.2.src",
"product": {
"name": "jq-0:1.6-3.el8_6.2.src",
"product_id": "jq-0:1.6-3.el8_6.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-3.el8_6.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-3.el8_6.2.i686",
"product": {
"name": "jq-0:1.6-3.el8_6.2.i686",
"product_id": "jq-0:1.6-3.el8_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-3.el8_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-3.el8_6.2.i686",
"product": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.i686",
"product_id": "jq-debugsource-0:1.6-3.el8_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-3.el8_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-3.el8_6.2.i686",
"product": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.i686",
"product_id": "jq-debuginfo-0:1.6-3.el8_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-3.el8_6.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-3.el8_6.2.x86_64",
"product": {
"name": "jq-0:1.6-3.el8_6.2.x86_64",
"product_id": "jq-0:1.6-3.el8_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-3.el8_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"product": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"product_id": "jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-3.el8_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"product": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"product_id": "jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-3.el8_6.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-3.el8_6.2.aarch64",
"product": {
"name": "jq-0:1.6-3.el8_6.2.aarch64",
"product_id": "jq-0:1.6-3.el8_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-3.el8_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-3.el8_6.2.aarch64",
"product": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.aarch64",
"product_id": "jq-debugsource-0:1.6-3.el8_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-3.el8_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-3.el8_6.2.aarch64",
"product": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.aarch64",
"product_id": "jq-debuginfo-0:1.6-3.el8_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-3.el8_6.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-3.el8_6.2.ppc64le",
"product": {
"name": "jq-0:1.6-3.el8_6.2.ppc64le",
"product_id": "jq-0:1.6-3.el8_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-3.el8_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-3.el8_6.2.ppc64le",
"product": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.ppc64le",
"product_id": "jq-debugsource-0:1.6-3.el8_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-3.el8_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-3.el8_6.2.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.ppc64le",
"product_id": "jq-debuginfo-0:1.6-3.el8_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-3.el8_6.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-3.el8_6.2.s390x",
"product": {
"name": "jq-0:1.6-3.el8_6.2.s390x",
"product_id": "jq-0:1.6-3.el8_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-3.el8_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-3.el8_6.2.s390x",
"product": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.s390x",
"product_id": "jq-debugsource-0:1.6-3.el8_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-3.el8_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-3.el8_6.2.s390x",
"product": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.s390x",
"product_id": "jq-debuginfo-0:1.6-3.el8_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-3.el8_6.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-3.el8_6.2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.i686"
},
"product_reference": "jq-0:1.6-3.el8_6.2.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.2.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.src"
},
"product_reference": "jq-0:1.6-3.el8_6.2.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.x86_64"
},
"product_reference": "jq-0:1.6-3.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.i686"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.2.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.i686"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.2.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.aarch64"
},
"product_reference": "jq-0:1.6-3.el8_6.2.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.i686"
},
"product_reference": "jq-0:1.6-3.el8_6.2.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.ppc64le"
},
"product_reference": "jq-0:1.6-3.el8_6.2.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.s390x"
},
"product_reference": "jq-0:1.6-3.el8_6.2.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.src"
},
"product_reference": "jq-0:1.6-3.el8_6.2.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.x86_64"
},
"product_reference": "jq-0:1.6-3.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.2.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.i686"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.2.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.2.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.2.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.2.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.i686"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.2.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.2.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.s390x"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.2.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.2.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.i686"
},
"product_reference": "jq-0:1.6-3.el8_6.2.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.2.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.src"
},
"product_reference": "jq-0:1.6-3.el8_6.2.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.x86_64"
},
"product_reference": "jq-0:1.6-3.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.i686"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.2.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.i686"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.2.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
}
]
},
"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.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.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:28:58+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.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18047"
},
{
"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.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.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": [
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.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": [
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.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:28:58+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.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18047"
},
{
"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.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.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": [
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.2.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.2.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.