Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-39979 (GCVE-0-2026-39979)
Vulnerability from cvelistv5 – Published: 2026-04-13 22:18 – Updated: 2026-04-14 13:43- CWE-125 - Out-of-bounds Read
| URL | Tags |
|---|---|
| https://github.com/jqlang/jq/security/advisories/… | x_refsource_CONFIRM |
| https://github.com/jqlang/jq/commit/2f09060afab23… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-39979",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-14T13:43:11.607182Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-14T13:43:15.227Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "jq",
"vendor": "jqlang",
"versions": [
{
"status": "affected",
"version": "\u003c 2f09060afab23fe9390cce7cb860b10416e1bf5f"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jv_parse_sized() API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jv_string_fmt(), which reads until a NUL terminator is found rather than respecting the caller-supplied length. This means that when malformed JSON is passed in a non-NUL-terminated buffer, the error construction logic performs an out-of-bounds read past the end of the buffer. The vulnerability is reachable by any libjq consumer calling jv_parse_sized() with untrusted input, and depending on memory layout, can result in memory disclosure or process termination. The issue has been patched in commit 2f09060afab23fe9390cce7cb860b10416e1bf5f."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-125",
"description": "CWE-125: Out-of-bounds Read",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-13T22:18:56.252Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
},
{
"name": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f"
}
],
"source": {
"advisory": "GHSA-2hhh-px8h-355p",
"discovery": "UNKNOWN"
},
"title": "jq: Out-of-Bounds Read in jv_parse_sized() Error Formatting for Non-NUL-Terminated Counted Buffers"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-39979",
"datePublished": "2026-04-13T22:18:56.252Z",
"dateReserved": "2026-04-08T00:01:47.628Z",
"dateUpdated": "2026-04-14T13:43:15.227Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-39979",
"date": "2026-06-05",
"epss": "0.00072",
"percentile": "0.22094"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-39979\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-04-13T23:16:27.823\",\"lastModified\":\"2026-04-23T16:50:39.910\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jv_parse_sized() API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jv_string_fmt(), which reads until a NUL terminator is found rather than respecting the caller-supplied length. This means that when malformed JSON is passed in a non-NUL-terminated buffer, the error construction logic performs an out-of-bounds read past the end of the buffer. The vulnerability is reachable by any libjq consumer calling jv_parse_sized() with untrusted input, and depending on memory layout, can result in memory disclosure or process termination. The issue has been patched in commit 2f09060afab23fe9390cce7cb860b10416e1bf5f.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"LOW\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"LOW\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":2.5}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:jqlang:jq:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2026-04-12\",\"matchCriteriaId\":\"3004A3C4-AF30-42C3-B872-F9EA2CA5FDAB\"}]}]}],\"references\":[{\"url\":\"https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-39979\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-14T13:43:11.607182Z\"}}}], \"references\": [{\"url\": \"https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-14T13:43:05.927Z\"}}], \"cna\": {\"title\": \"jq: Out-of-Bounds Read in jv_parse_sized() Error Formatting for Non-NUL-Terminated Counted Buffers\", \"source\": {\"advisory\": \"GHSA-2hhh-px8h-355p\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 6.9, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"LOW\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"jqlang\", \"product\": \"jq\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 2f09060afab23fe9390cce7cb860b10416e1bf5f\"}]}], \"references\": [{\"url\": \"https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p\", \"name\": \"https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f\", \"name\": \"https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jv_parse_sized() API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jv_string_fmt(), which reads until a NUL terminator is found rather than respecting the caller-supplied length. This means that when malformed JSON is passed in a non-NUL-terminated buffer, the error construction logic performs an out-of-bounds read past the end of the buffer. The vulnerability is reachable by any libjq consumer calling jv_parse_sized() with untrusted input, and depending on memory layout, can result in memory disclosure or process termination. The issue has been patched in commit 2f09060afab23fe9390cce7cb860b10416e1bf5f.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-125\", \"description\": \"CWE-125: Out-of-bounds Read\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-04-13T22:18:56.252Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-39979\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-14T13:43:15.227Z\", \"dateReserved\": \"2026-04-08T00:01:47.628Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-04-13T22:18:56.252Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:18048
Vulnerability from csaf_redhat - Published: 2026-05-18 12:10 - 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.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.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.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.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.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On.\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:18048",
"url": "https://access.redhat.com/errata/RHSA-2026:18048"
},
{
"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_18048.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-04T11:06:27+00:00",
"generator": {
"date": "2026-06-04T11:06:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:18048",
"initial_release_date": "2026-05-18T12:10:53+00:00",
"revision_history": [
{
"date": "2026-05-18T12:10:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-18T12:10:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-04T11:06:27+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.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.5-12.el8_4.5.i686",
"product": {
"name": "jq-0:1.5-12.el8_4.5.i686",
"product_id": "jq-0:1.5-12.el8_4.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.5-12.el8_4.5?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.5-12.el8_4.5.i686",
"product": {
"name": "jq-debugsource-0:1.5-12.el8_4.5.i686",
"product_id": "jq-debugsource-0:1.5-12.el8_4.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.5-12.el8_4.5?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.5-12.el8_4.5.i686",
"product": {
"name": "jq-debuginfo-0:1.5-12.el8_4.5.i686",
"product_id": "jq-debuginfo-0:1.5-12.el8_4.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.5-12.el8_4.5?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.5-12.el8_4.5.x86_64",
"product": {
"name": "jq-0:1.5-12.el8_4.5.x86_64",
"product_id": "jq-0:1.5-12.el8_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.5-12.el8_4.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.5-12.el8_4.5.x86_64",
"product": {
"name": "jq-debugsource-0:1.5-12.el8_4.5.x86_64",
"product_id": "jq-debugsource-0:1.5-12.el8_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.5-12.el8_4.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"product": {
"name": "jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"product_id": "jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.5-12.el8_4.5?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.5-12.el8_4.5.src",
"product": {
"name": "jq-0:1.5-12.el8_4.5.src",
"product_id": "jq-0:1.5-12.el8_4.5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.5-12.el8_4.5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.5-12.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.i686"
},
"product_reference": "jq-0:1.5-12.el8_4.5.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.5-12.el8_4.5.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.src"
},
"product_reference": "jq-0:1.5-12.el8_4.5.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.5-12.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.x86_64"
},
"product_reference": "jq-0:1.5-12.el8_4.5.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.5-12.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.i686"
},
"product_reference": "jq-debuginfo-0:1.5-12.el8_4.5.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.5-12.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.x86_64"
},
"product_reference": "jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.5-12.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.i686"
},
"product_reference": "jq-debugsource-0:1.5-12.el8_4.5.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.5-12.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.x86_64"
},
"product_reference": "jq-debugsource-0:1.5-12.el8_4.5.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.5-12.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.i686"
},
"product_reference": "jq-0:1.5-12.el8_4.5.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.5-12.el8_4.5.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.src"
},
"product_reference": "jq-0:1.5-12.el8_4.5.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.5-12.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.x86_64"
},
"product_reference": "jq-0:1.5-12.el8_4.5.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.5-12.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.i686"
},
"product_reference": "jq-debuginfo-0:1.5-12.el8_4.5.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.5-12.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.x86_64"
},
"product_reference": "jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.5-12.el8_4.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.i686"
},
"product_reference": "jq-debugsource-0:1.5-12.el8_4.5.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.5-12.el8_4.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.x86_64"
},
"product_reference": "jq-debugsource-0:1.5-12.el8_4.5.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
}
]
},
"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.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.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:10: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-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18048"
},
{
"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.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.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.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.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.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.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:10: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-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18048"
},
{
"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.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.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.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.5-12.el8_4.5.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:jq-debugsource-0:1.5-12.el8_4.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
}
]
}
RHSA-2026:19151
Vulnerability from csaf_redhat - Published: 2026-05-19 16:26 - 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.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.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.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.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:19151",
"url": "https://access.redhat.com/errata/RHSA-2026:19151"
},
{
"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_19151.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-04T11:12:23+00:00",
"generator": {
"date": "2026-06-04T11:12:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:19151",
"initial_release_date": "2026-05-19T16:26:41+00:00",
"revision_history": [
{
"date": "2026-05-19T16:26:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-19T16:26:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-04T11:12:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"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.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-11.el10_2.2.src",
"product": {
"name": "jq-0:1.7.1-11.el10_2.2.src",
"product_id": "jq-0:1.7.1-11.el10_2.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-11.el10_2.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-11.el10_2.2.aarch64",
"product": {
"name": "jq-0:1.7.1-11.el10_2.2.aarch64",
"product_id": "jq-0:1.7.1-11.el10_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-11.el10_2.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"product": {
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"product_id": "jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-11.el10_2.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"product": {
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"product_id": "jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-11.el10_2.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"product": {
"name": "jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"product_id": "jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-11.el10_2.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-11.el10_2.2.ppc64le",
"product": {
"name": "jq-0:1.7.1-11.el10_2.2.ppc64le",
"product_id": "jq-0:1.7.1-11.el10_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-11.el10_2.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"product": {
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"product_id": "jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-11.el10_2.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"product_id": "jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-11.el10_2.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"product": {
"name": "jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"product_id": "jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-11.el10_2.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-11.el10_2.2.x86_64",
"product": {
"name": "jq-0:1.7.1-11.el10_2.2.x86_64",
"product_id": "jq-0:1.7.1-11.el10_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-11.el10_2.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"product": {
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"product_id": "jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-11.el10_2.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"product": {
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"product_id": "jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-11.el10_2.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-11.el10_2.2.x86_64",
"product": {
"name": "jq-devel-0:1.7.1-11.el10_2.2.x86_64",
"product_id": "jq-devel-0:1.7.1-11.el10_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-11.el10_2.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-11.el10_2.2.s390x",
"product": {
"name": "jq-0:1.7.1-11.el10_2.2.s390x",
"product_id": "jq-0:1.7.1-11.el10_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-11.el10_2.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"product": {
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"product_id": "jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-11.el10_2.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"product": {
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"product_id": "jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-11.el10_2.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-11.el10_2.2.s390x",
"product": {
"name": "jq-devel-0:1.7.1-11.el10_2.2.s390x",
"product_id": "jq-devel-0:1.7.1-11.el10_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-11.el10_2.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_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64"
},
"product_reference": "jq-0:1.7.1-11.el10_2.2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le"
},
"product_reference": "jq-0:1.7.1-11.el10_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x"
},
"product_reference": "jq-0:1.7.1-11.el10_2.2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_2.2.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.src"
},
"product_reference": "jq-0:1.7.1-11.el10_2.2.src",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64"
},
"product_reference": "jq-0:1.7.1-11.el10_2.2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-11.el10_2.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64"
},
"product_reference": "jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-11.el10_2.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le"
},
"product_reference": "jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-11.el10_2.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x"
},
"product_reference": "jq-devel-0:1.7.1-11.el10_2.2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-11.el10_2.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64"
},
"product_reference": "jq-devel-0:1.7.1-11.el10_2.2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_2.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64"
},
"product_reference": "jq-0:1.7.1-11.el10_2.2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_2.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le"
},
"product_reference": "jq-0:1.7.1-11.el10_2.2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_2.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x"
},
"product_reference": "jq-0:1.7.1-11.el10_2.2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_2.2.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.src"
},
"product_reference": "jq-0:1.7.1-11.el10_2.2.src",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-11.el10_2.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64"
},
"product_reference": "jq-0:1.7.1-11.el10_2.2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64"
},
"product_reference": "jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-11.el10_2.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64"
},
"product_reference": "jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-11.el10_2.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64"
},
"product_reference": "jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-11.el10_2.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le"
},
"product_reference": "jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-11.el10_2.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x"
},
"product_reference": "jq-devel-0:1.7.1-11.el10_2.2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-11.el10_2.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64"
},
"product_reference": "jq-devel-0:1.7.1-11.el10_2.2.x86_64",
"relates_to_product_reference": "CRB-10.2.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.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.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-19T16:26: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.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19151"
},
{
"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.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.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.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.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.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.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-19T16:26: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.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19151"
},
{
"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.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.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.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"BaseOS-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"BaseOS-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.src",
"CRB-10.2.Z:jq-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debuginfo-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-debugsource-0:1.7.1-11.el10_2.2.x86_64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.aarch64",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.ppc64le",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.s390x",
"CRB-10.2.Z:jq-devel-0:1.7.1-11.el10_2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
}
]
}
RHSA-2026:19365
Vulnerability from csaf_redhat - Published: 2026-05-19 22:19 - Updated: 2026-06-04 11:11A 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.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.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.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.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:19365",
"url": "https://access.redhat.com/errata/RHSA-2026:19365"
},
{
"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_19365.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-04T11:11:58+00:00",
"generator": {
"date": "2026-06-04T11:11:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:19365",
"initial_release_date": "2026-05-19T22:19:27+00:00",
"revision_history": [
{
"date": "2026-05-19T22:19:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-19T22:19:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-04T11:11:58+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.8.0.Z.MAIN.EUS",
"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.8.0.Z.MAIN.EUS",
"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_8.2.src",
"product": {
"name": "jq-0:1.6-19.el9_8.2.src",
"product_id": "jq-0:1.6-19.el9_8.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-19.el9_8.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-19.el9_8.2.aarch64",
"product": {
"name": "jq-0:1.6-19.el9_8.2.aarch64",
"product_id": "jq-0:1.6-19.el9_8.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-19.el9_8.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"product": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"product_id": "jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-19.el9_8.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"product": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"product_id": "jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-19.el9_8.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-19.el9_8.2.aarch64",
"product": {
"name": "jq-devel-0:1.6-19.el9_8.2.aarch64",
"product_id": "jq-devel-0:1.6-19.el9_8.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-19.el9_8.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-19.el9_8.2.ppc64le",
"product": {
"name": "jq-0:1.6-19.el9_8.2.ppc64le",
"product_id": "jq-0:1.6-19.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-19.el9_8.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"product": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"product_id": "jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-19.el9_8.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"product_id": "jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-19.el9_8.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-19.el9_8.2.ppc64le",
"product": {
"name": "jq-devel-0:1.6-19.el9_8.2.ppc64le",
"product_id": "jq-devel-0:1.6-19.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-19.el9_8.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-19.el9_8.2.i686",
"product": {
"name": "jq-0:1.6-19.el9_8.2.i686",
"product_id": "jq-0:1.6-19.el9_8.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-19.el9_8.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-19.el9_8.2.i686",
"product": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.i686",
"product_id": "jq-debugsource-0:1.6-19.el9_8.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-19.el9_8.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-19.el9_8.2.i686",
"product": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.i686",
"product_id": "jq-debuginfo-0:1.6-19.el9_8.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-19.el9_8.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-19.el9_8.2.i686",
"product": {
"name": "jq-devel-0:1.6-19.el9_8.2.i686",
"product_id": "jq-devel-0:1.6-19.el9_8.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-19.el9_8.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-19.el9_8.2.x86_64",
"product": {
"name": "jq-0:1.6-19.el9_8.2.x86_64",
"product_id": "jq-0:1.6-19.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-19.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"product": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"product_id": "jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-19.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"product": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"product_id": "jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-19.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-19.el9_8.2.x86_64",
"product": {
"name": "jq-devel-0:1.6-19.el9_8.2.x86_64",
"product_id": "jq-devel-0:1.6-19.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-19.el9_8.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-19.el9_8.2.s390x",
"product": {
"name": "jq-0:1.6-19.el9_8.2.s390x",
"product_id": "jq-0:1.6-19.el9_8.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-19.el9_8.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-19.el9_8.2.s390x",
"product": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.s390x",
"product_id": "jq-debugsource-0:1.6-19.el9_8.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-19.el9_8.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"product": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"product_id": "jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-19.el9_8.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-19.el9_8.2.s390x",
"product": {
"name": "jq-devel-0:1.6-19.el9_8.2.s390x",
"product_id": "jq-devel-0:1.6-19.el9_8.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-19.el9_8.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_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64"
},
"product_reference": "jq-0:1.6-19.el9_8.2.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686"
},
"product_reference": "jq-0:1.6-19.el9_8.2.i686",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le"
},
"product_reference": "jq-0:1.6-19.el9_8.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x"
},
"product_reference": "jq-0:1.6-19.el9_8.2.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_8.2.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src"
},
"product_reference": "jq-0:1.6-19.el9_8.2.src",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64"
},
"product_reference": "jq-0:1.6-19.el9_8.2.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_8.2.i686",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_8.2.i686",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_8.2.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64"
},
"product_reference": "jq-devel-0:1.6-19.el9_8.2.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686"
},
"product_reference": "jq-devel-0:1.6-19.el9_8.2.i686",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le"
},
"product_reference": "jq-devel-0:1.6-19.el9_8.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x"
},
"product_reference": "jq-devel-0:1.6-19.el9_8.2.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64"
},
"product_reference": "jq-devel-0:1.6-19.el9_8.2.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64"
},
"product_reference": "jq-0:1.6-19.el9_8.2.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_8.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686"
},
"product_reference": "jq-0:1.6-19.el9_8.2.i686",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le"
},
"product_reference": "jq-0:1.6-19.el9_8.2.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_8.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x"
},
"product_reference": "jq-0:1.6-19.el9_8.2.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_8.2.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src"
},
"product_reference": "jq-0:1.6-19.el9_8.2.src",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-19.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64"
},
"product_reference": "jq-0:1.6-19.el9_8.2.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_8.2.i686",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-19.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_8.2.i686",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_8.2.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-19.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64"
},
"product_reference": "jq-devel-0:1.6-19.el9_8.2.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_8.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686"
},
"product_reference": "jq-devel-0:1.6-19.el9_8.2.i686",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le"
},
"product_reference": "jq-devel-0:1.6-19.el9_8.2.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_8.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x"
},
"product_reference": "jq-devel-0:1.6-19.el9_8.2.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-19.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64"
},
"product_reference": "jq-devel-0:1.6-19.el9_8.2.x86_64",
"relates_to_product_reference": "CRB-9.8.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": [
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.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-19T22:19:27+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.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19365"
},
{
"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.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.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.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.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.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.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-19T22:19:27+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.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19365"
},
{
"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.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.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.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.src",
"CRB-9.8.0.Z.MAIN.EUS:jq-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-debugsource-0:1.6-19.el9_8.2.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.i686",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.s390x",
"CRB-9.8.0.Z.MAIN.EUS:jq-devel-0:1.6-19.el9_8.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
}
]
}
RHSA-2026:8579
Vulnerability from csaf_redhat - Published: 2026-04-16 20:52 - Updated: 2026-05-19 22:19A flaw was found in jq, a command-line JSON processor. An attacker can exploit an integer overflow vulnerability by crafting queries that produce extremely large strings. This causes a 32-bit unsigned integer overflow in the buffer allocation size calculation, leading to a drastically undersized memory buffer. Subsequent memory copy operations then write the full string data into this undersized buffer, causing a heap-based buffer overflow. This can result in a Denial of Service (DoS) by crashing the process or potentially allow for further exploitation through heap corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:jq-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:jq-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:jq-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command line JSON processor. Processing a crafted JSON document, specifically when a large array is used as a path argument to the `jv_setpath`, `jv_getpath` and `delpaths_sorted` functions can lead to an uncontrolled recursion and exhausts the call stack, causing an application crash and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:jq-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:jq-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:jq-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command-line JSON processor. This vulnerability allows a remote attacker to bypass input validation by crafting malicious JSON input containing embedded null (NUL) bytes. Due to incorrect handling of input buffer lengths, jq truncates the input at the first NUL byte, validating only the benign prefix and silently discarding any malicious data that follows. This can lead to parser differential attacks where downstream systems, relying on jq for validation, may process the full, unvalidated input, potentially leading to unexpected behavior or security compromises.
CWE-170 - Improper Null Termination| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:jq-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:jq-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:jq-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command line JSON processor. In release builds, the `_strindices` builtin function calls the `jv_string_indexes` function without checking that the arguments are actually strings. This missing validation allows an attacker who can supply non-string inputs to cause an application crash and a limited memory read.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:jq-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:jq-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:jq-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:jq-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:jq-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:jq-main@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: Red Hat Hardened Images:jq-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:jq-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:jq-main@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 Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:\n\njq:\n * jq-1.8.1-3.hum1 (aarch64, x86_64)\n * jq-devel-1.8.1-3.hum1 (aarch64, x86_64)\n * jq-1.8.1-3.hum1.src (src)",
"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:8579",
"url": "https://access.redhat.com/errata/RHSA-2026:8579"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40164",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39979",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39956",
"url": "https://access.redhat.com/security/cve/CVE-2026-39956"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33948",
"url": "https://access.redhat.com/security/cve/CVE-2026-33948"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33947",
"url": "https://access.redhat.com/security/cve/CVE-2026-33947"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32316",
"url": "https://access.redhat.com/security/cve/CVE-2026-32316"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8579.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-05-19T22:19:56+00:00",
"generator": {
"date": "2026-05-19T22:19:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:8579",
"initial_release_date": "2026-04-16T20:52:41+00:00",
"revision_history": [
{
"date": "2026-04-16T20:52:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-21T22:04:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-19T22:19:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-main@aarch64",
"product": {
"name": "jq-main@aarch64",
"product_id": "jq-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.8.1-3.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-main@src",
"product": {
"name": "jq-main@src",
"product_id": "jq-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.8.1-3.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-main@x86_64",
"product": {
"name": "jq-main@x86_64",
"product_id": "jq-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.8.1-3.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:jq-main@aarch64"
},
"product_reference": "jq-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:jq-main@src"
},
"product_reference": "jq-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:jq-main@x86_64"
},
"product_reference": "jq-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-32316",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-13T18:01:18.475688+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457929"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command-line JSON processor. An attacker can exploit an integer overflow vulnerability by crafting queries that produce extremely large strings. This causes a 32-bit unsigned integer overflow in the buffer allocation size calculation, leading to a drastically undersized memory buffer. Subsequent memory copy operations then write the full string data into this undersized buffer, causing a heap-based buffer overflow. This can result in a Denial of Service (DoS) by crashing the process or potentially allow for further exploitation through heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq: Denial of Service or potential arbitrary code execution due to integer overflow and heap-based buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact vulnerability in `jq`, a command-line JSON processor, allows for a Denial of Service or potential arbitrary code execution. The flaw occurs when `jq` processes untrusted queries that generate excessively large strings, leading to an integer overflow and heap-based buffer overflow. Red Hat products that utilize `jq` for processing JSON data are affected if they handle untrusted `jq` queries.",
"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": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32316"
},
{
"category": "external",
"summary": "RHBZ#2457929",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457929"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32316",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32316"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32316",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32316"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/e47e56d226519635768e6aab2f38f0ab037c09e5",
"url": "https://github.com/jqlang/jq/commit/e47e56d226519635768e6aab2f38f0ab037c09e5"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-q3h9-m34w-h76f",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-q3h9-m34w-h76f"
}
],
"release_date": "2026-04-13T17:49:34.095000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T20:52:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8579"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted or unvalidated JSON input with the `jq` utility. Ensure that any scripts or automated processes utilizing `jq` only operate on trusted data sources. Restricting the execution of `jq` to trusted users and environments can also reduce exposure.",
"product_ids": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: jq: Denial of Service or potential arbitrary code execution due to integer overflow and heap-based buffer overflow"
},
{
"cve": "CVE-2026-33947",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2026-04-13T22:00:57.898147+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458038"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. Processing a crafted JSON document, specifically when a large array is used as a path argument to the `jv_setpath`, `jv_getpath` and `delpaths_sorted` functions can lead to an uncontrolled recursion and exhausts the call stack, causing an application crash and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: unbounded Recursion in jv_setpath() / jv_getpath() / delpaths_sorted()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to supply a crafted JSON input to be processed by jq with the `setpath`, `getpath` or `delpaths` builtins. This allows the attacker to cause an application crash with no other security impact. Due to these reasons, this flaw has been rated with a moderate 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": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33947"
},
{
"category": "external",
"summary": "RHBZ#2458038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458038"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33947",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33947"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33947",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33947"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/fb59f1491058d58bdc3e8dd28f1773d1ac690a1f",
"url": "https://github.com/jqlang/jq/commit/fb59f1491058d58bdc3e8dd28f1773d1ac690a1f"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg"
}
],
"release_date": "2026-04-13T21:50:18.814000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T20:52:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8579"
},
{
"category": "workaround",
"details": "Do not process untrusted input with the jq command line JSON processor.",
"product_ids": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: unbounded Recursion in jv_setpath() / jv_getpath() / delpaths_sorted()"
},
{
"cve": "CVE-2026-33948",
"cwe": {
"id": "CWE-170",
"name": "Improper Null Termination"
},
"discovery_date": "2026-04-14T00:01:07.744754+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458085"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command-line JSON processor. This vulnerability allows a remote attacker to bypass input validation by crafting malicious JSON input containing embedded null (NUL) bytes. Due to incorrect handling of input buffer lengths, jq truncates the input at the first NUL byte, validating only the benign prefix and silently discarding any malicious data that follows. This can lead to parser differential attacks where downstream systems, relying on jq for validation, may process the full, unvalidated input, potentially leading to unexpected behavior or security compromises.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq: Input validation bypass via embedded NUL bytes allows parser differential attacks",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in `jq` allows an attacker to bypass input validation by embedding NUL bytes in JSON input. This is relevant in Red Hat environments where `jq` is used to validate untrusted JSON before it is processed by other tools, potentially leading to parser differential attacks and unexpected behavior in downstream systems. The `jq` command line tool is not exposed to the network in default configurations of Red Hat products.",
"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": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33948"
},
{
"category": "external",
"summary": "RHBZ#2458085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458085"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33948",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33948"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33948",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33948"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b",
"url": "https://github.com/jqlang/jq/commit/6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-32cx-cvvh-2wj9",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-32cx-cvvh-2wj9"
}
],
"release_date": "2026-04-13T23:51:04.144000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T20:52:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8579"
},
{
"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": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.8,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "jq: jq: Input validation bypass via embedded NUL bytes allows parser differential attacks"
},
{
"cve": "CVE-2026-39956",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-04-13T23:00:57.627615+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458076"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. In release builds, the `_strindices` builtin function calls the `jv_string_indexes` function without checking that the arguments are actually strings. This missing validation allows an attacker who can supply non-string inputs to cause an application crash and a limited memory read.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: missing runtime type checks for _strindices lead to crash and limited memory disclosure",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, a user needs to process JSON input with an attacker-supplied argument to the `_strindices` builtin. This allows the attacker to cause an application crash and a limited memory read with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate 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": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39956"
},
{
"category": "external",
"summary": "RHBZ#2458076",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458076"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39956",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39956"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39956",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39956"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/fdf8ef0f0810e3d365cdd5160de43db46f57ed03",
"url": "https://github.com/jqlang/jq/commit/fdf8ef0f0810e3d365cdd5160de43db46f57ed03"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-6gc3-3g9p-xx28",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-6gc3-3g9p-xx28"
}
],
"release_date": "2026-04-13T22:10:18.817000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T20:52:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8579"
},
{
"category": "workaround",
"details": "Do not use untrusted input as an argument to a jq builtin, specifically \u0027_strindices\u0027.",
"product_ids": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: missing runtime type checks for _strindices lead to crash and limited memory disclosure"
},
{
"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": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@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-04-16T20:52:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8579"
},
{
"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": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@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": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@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": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@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-04-16T20:52:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8579"
},
{
"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": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@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": [
"Red Hat Hardened Images:jq-main@aarch64",
"Red Hat Hardened Images:jq-main@src",
"Red Hat Hardened Images:jq-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
}
]
}
WID-SEC-W-2026-1183
Vulnerability from csaf_certbund - Published: 2026-04-20 22:00 - Updated: 2026-05-04 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux Hardened Images RPMs pyOpenSSL
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:hardened_images_rpms_pyopenssl
|
Hardened Images RPMs pyOpenSSL |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux Hardened Images RPMs pyOpenSSL
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:hardened_images_rpms_pyopenssl
|
Hardened Images RPMs pyOpenSSL |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux Hardened Images RPMs jq
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:hardened_images_rpms_jq
|
Hardened Images RPMs jq |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux Hardened Images RPMs jq
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:hardened_images_rpms_jq
|
Hardened Images RPMs jq |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Red Hat Hardened Images RPMs ausnutzen, um Sicherheitsvorkehrungen zu umgehen, einen Denial-of-Service-Zustand verursachen, vertrauliche Informationen offenlegen oder nicht n\u00e4her spezifizierte Angriffe durchf\u00fchren, einschlie\u00dflich potenzieller Codeausf\u00fchrung.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1183 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1183.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1183 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1183"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7224 vom 2026-04-20",
"url": "https://access.redhat.com/errata/RHSA-2026:7224"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8579 vom 2026-04-20",
"url": "https://access.redhat.com/errata/RHSA-2026:8579"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8202-1 vom 2026-04-24",
"url": "https://ubuntu.com/security/notices/USN-8202-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1582-1 vom 2026-04-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025607.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10754 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:10754"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8202-2 vom 2026-04-28",
"url": "https://ubuntu.com/security/notices/USN-8202-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:11916 vom 2026-04-30",
"url": "https://access.redhat.com/errata/RHSA-2026:11916"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:11856 vom 2026-04-29",
"url": "https://access.redhat.com/errata/RHSA-2026:11856"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:11996 vom 2026-04-30",
"url": "https://access.redhat.com/errata/RHSA-2026:11996"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13545 vom 2026-05-04",
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13508 vom 2026-05-04",
"url": "https://access.redhat.com/errata/RHSA-2026:13508"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13512 vom 2026-05-04",
"url": "https://access.redhat.com/errata/RHSA-2026:13512"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13553 vom 2026-05-04",
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
}
],
"source_lang": "en-US",
"title": "Red Hat Hardened Images RPMs (jq und pyOpenSSL): Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-04T22:00:00.000+00:00",
"generator": {
"date": "2026-05-05T08:27:20.075+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1183",
"initial_release_date": "2026-04-20T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-20T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-04-23T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-26T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-27T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-29T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-04T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "Hardened Images RPMs pyOpenSSL",
"product": {
"name": "Red Hat Enterprise Linux Hardened Images RPMs pyOpenSSL",
"product_id": "T053017",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:hardened_images_rpms_pyopenssl"
}
}
},
{
"category": "product_version",
"name": "Hardened Images RPMs jq",
"product": {
"name": "Red Hat Enterprise Linux Hardened Images RPMs jq",
"product_id": "T053018",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:hardened_images_rpms_jq"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27448",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T053017"
]
},
"release_date": "2026-04-20T22:00:00.000+00:00",
"title": "CVE-2026-27448"
},
{
"cve": "CVE-2026-27459",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T053017"
]
},
"release_date": "2026-04-20T22:00:00.000+00:00",
"title": "CVE-2026-27459"
},
{
"cve": "CVE-2026-39979",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T053018"
]
},
"release_date": "2026-04-20T22:00:00.000+00:00",
"title": "CVE-2026-39979"
},
{
"cve": "CVE-2026-40164",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T053018"
]
},
"release_date": "2026-04-20T22:00:00.000+00:00",
"title": "CVE-2026-40164"
}
]
}
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.