Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-33947 (GCVE-0-2026-33947)
Vulnerability from cvelistv5 – Published: 2026-04-13 21:50 – Updated: 2026-04-16 03:03- CWE-674 - Uncontrolled Recursion
| URL | Tags |
|---|---|
| https://github.com/jqlang/jq/security/advisories/… | x_refsource_CONFIRM |
| https://github.com/jqlang/jq/commit/fb59f1491058d… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-33947",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-14T13:45:08.694594Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-14T13:45:13.483Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg"
}
],
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-04-16T03:03:39.478Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/04/16/1"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "jq",
"vendor": "jqlang",
"versions": [
{
"status": "affected",
"version": "\u003c fb59f1491058d58bdc3e8dd28f1773d1ac690a1f"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "jq is a command-line JSON processor. In versions 1.8.1 and below, functions jv_setpath(), jv_getpath(), and delpaths_sorted() in jq\u0027s src/jv_aux.c use unbounded recursion whose depth is controlled by the length of a caller-supplied path array, with no depth limit enforced. An attacker can supply a JSON document containing a flat array of ~65,000 integers (~200 KB) that, when used as a path argument by a trusted jq filter, exhausts the C call stack and crashes the process with a segmentation fault (SIGSEGV). This bypass works because the existing MAX_PARSING_DEPTH (10,000) limit only protects the JSON parser, not runtime path operations where arrays can be programmatically constructed to arbitrary lengths. The impact is denial of service (unrecoverable crash) affecting any application or service that processes untrusted JSON input through jq\u0027s setpath, getpath, or delpaths builtins. This issue has been addressed in commit fb59f1491058d58bdc3e8dd28f1773d1ac690a1f."
}
],
"metrics": [
{
"cvssV3_1": {
"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"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-674",
"description": "CWE-674: Uncontrolled Recursion",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-13T21:50:18.814Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg"
},
{
"name": "https://github.com/jqlang/jq/commit/fb59f1491058d58bdc3e8dd28f1773d1ac690a1f",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/jqlang/jq/commit/fb59f1491058d58bdc3e8dd28f1773d1ac690a1f"
}
],
"source": {
"advisory": "GHSA-xwrw-4f8h-rjvg",
"discovery": "UNKNOWN"
},
"title": "jq: Unbounded Recursion in jv_setpath(), jv_getpath() and delpaths_sorted()"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-33947",
"datePublished": "2026-04-13T21:50:18.814Z",
"dateReserved": "2026-03-24T19:50:52.105Z",
"dateUpdated": "2026-04-16T03:03:39.478Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-33947",
"date": "2026-05-26",
"epss": "5e-05",
"percentile": "0.00267"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-33947\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-04-13T22:16:29.157\",\"lastModified\":\"2026-04-21T23:57:19.920\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"jq is a command-line JSON processor. In versions 1.8.1 and below, functions jv_setpath(), jv_getpath(), and delpaths_sorted() in jq\u0027s src/jv_aux.c use unbounded recursion whose depth is controlled by the length of a caller-supplied path array, with no depth limit enforced. An attacker can supply a JSON document containing a flat array of ~65,000 integers (~200 KB) that, when used as a path argument by a trusted jq filter, exhausts the C call stack and crashes the process with a segmentation fault (SIGSEGV). This bypass works because the existing MAX_PARSING_DEPTH (10,000) limit only protects the JSON parser, not runtime path operations where arrays can be programmatically constructed to arbitrary lengths. The impact is denial of service (unrecoverable crash) affecting any application or service that processes untrusted JSON input through jq\u0027s setpath, getpath, or delpaths builtins. This issue has been addressed in commit fb59f1491058d58bdc3e8dd28f1773d1ac690a1f.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":6.2,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.5,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-674\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:jqlang:jq:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"1.8.1\",\"matchCriteriaId\":\"2026D0D9-8A88-43D4-9995-CF7928D9FFB8\"}]}]}],\"references\":[{\"url\":\"https://github.com/jqlang/jq/commit/fb59f1491058d58bdc3e8dd28f1773d1ac690a1f\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/04/16/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/04/16/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-04-16T03:03:39.478Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-33947\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-14T13:45:08.694594Z\"}}}], \"references\": [{\"url\": \"https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-14T13:45:04.463Z\"}}], \"cna\": {\"title\": \"jq: Unbounded Recursion in jv_setpath(), jv_getpath() and delpaths_sorted()\", \"source\": {\"advisory\": \"GHSA-xwrw-4f8h-rjvg\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.2, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"jqlang\", \"product\": \"jq\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c fb59f1491058d58bdc3e8dd28f1773d1ac690a1f\"}]}], \"references\": [{\"url\": \"https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg\", \"name\": \"https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/jqlang/jq/commit/fb59f1491058d58bdc3e8dd28f1773d1ac690a1f\", \"name\": \"https://github.com/jqlang/jq/commit/fb59f1491058d58bdc3e8dd28f1773d1ac690a1f\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"jq is a command-line JSON processor. In versions 1.8.1 and below, functions jv_setpath(), jv_getpath(), and delpaths_sorted() in jq\u0027s src/jv_aux.c use unbounded recursion whose depth is controlled by the length of a caller-supplied path array, with no depth limit enforced. An attacker can supply a JSON document containing a flat array of ~65,000 integers (~200 KB) that, when used as a path argument by a trusted jq filter, exhausts the C call stack and crashes the process with a segmentation fault (SIGSEGV). This bypass works because the existing MAX_PARSING_DEPTH (10,000) limit only protects the JSON parser, not runtime path operations where arrays can be programmatically constructed to arbitrary lengths. The impact is denial of service (unrecoverable crash) affecting any application or service that processes untrusted JSON input through jq\u0027s setpath, getpath, or delpaths builtins. This issue has been addressed in commit fb59f1491058d58bdc3e8dd28f1773d1ac690a1f.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-674\", \"description\": \"CWE-674: Uncontrolled Recursion\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-04-13T21:50:18.814Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-33947\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-16T03:03:39.478Z\", \"dateReserved\": \"2026-03-24T19:50:52.105Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-04-13T21:50:18.814Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2026-AVI-0463
Vulnerability from certfr_avis - Published: 2026-04-20 - Updated: 2026-04-20
De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | Azure Linux | azl3 pytorch 2.2.2-12 versions antérieures à 2.2.2-14 | ||
| Microsoft | Azure Linux | azl3 sqlite 3.44.0-2 versions antérieures à 3.44.0-3 | ||
| Microsoft | Azure Linux | azl3 mesa 24.0.1-6 versions antérieures à 24.0.1-8 | ||
| Microsoft | Azure Linux | azl3 jq 1.7.1-4 versions antérieures à 1.7.1-5 | ||
| Microsoft | Azure Linux | azl3 kernel 6.6.130.1-3 versions antérieures à 6.6.134.1-1 | ||
| Microsoft | Azure Linux | azl3 cups 2.4.16-1 versions antérieures à 2.4.17-1 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "azl3 pytorch 2.2.2-12 versions ant\u00e9rieures \u00e0 2.2.2-14",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 sqlite 3.44.0-2 versions ant\u00e9rieures \u00e0 3.44.0-3",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 mesa 24.0.1-6 versions ant\u00e9rieures \u00e0 24.0.1-8",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 jq 1.7.1-4 versions ant\u00e9rieures \u00e0 1.7.1-5",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kernel 6.6.130.1-3 versions ant\u00e9rieures \u00e0 6.6.134.1-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 cups 2.4.16-1 versions ant\u00e9rieures \u00e0 2.4.17-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-40393",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40393"
},
{
"name": "CVE-2026-33947",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33947"
},
{
"name": "CVE-2026-39956",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39956"
},
{
"name": "CVE-2026-34446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34446"
},
{
"name": "CVE-2026-31416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31416"
},
{
"name": "CVE-2026-39314",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39314"
},
{
"name": "CVE-2026-31408",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31408"
},
{
"name": "CVE-2026-34978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34978"
},
{
"name": "CVE-2026-34990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34990"
},
{
"name": "CVE-2026-31422",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31422"
},
{
"name": "CVE-2026-33948",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33948"
},
{
"name": "CVE-2026-31418",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31418"
},
{
"name": "CVE-2026-31427",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31427"
},
{
"name": "CVE-2026-31423",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31423"
},
{
"name": "CVE-2026-27447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27447"
},
{
"name": "CVE-2026-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39979"
},
{
"name": "CVE-2026-34979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34979"
},
{
"name": "CVE-2026-39316",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39316"
},
{
"name": "CVE-2026-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40164"
},
{
"name": "CVE-2026-31421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31421"
},
{
"name": "CVE-2026-31417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31417"
},
{
"name": "CVE-2025-70873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-70873"
},
{
"name": "CVE-2026-31414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31414"
},
{
"name": "CVE-2026-31426",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31426"
},
{
"name": "CVE-2026-34980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34980"
},
{
"name": "CVE-2026-32316",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32316"
},
{
"name": "CVE-2026-31428",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31428"
},
{
"name": "CVE-2026-34445",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34445"
},
{
"name": "CVE-2026-31424",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31424"
}
],
"initial_release_date": "2026-04-20T00:00:00",
"last_revision_date": "2026-04-20T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0463",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-04-20T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Microsoft. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Microsoft",
"vendor_advisories": [
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-31424",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-31424"
},
{
"published_at": "2026-04-17",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33947",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33947"
},
{
"published_at": "2026-04-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-31408",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-31408"
},
{
"published_at": "2026-04-05",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-34979",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-34979"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-31414",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-31414"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-31418",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-31418"
},
{
"published_at": "2026-04-17",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-32316",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32316"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-31427",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-31427"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-31421",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-31421"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-31417",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-31417"
},
{
"published_at": "2026-04-05",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-27447",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-27447"
},
{
"published_at": "2026-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-39316",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-39316"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-40393",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-40393"
},
{
"published_at": "2026-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-39314",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-39314"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-31426",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-31426"
},
{
"published_at": "2026-04-05",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-34990",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-34990"
},
{
"published_at": "2026-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-34446",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-34446"
},
{
"published_at": "2026-04-18",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-70873",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-70873"
},
{
"published_at": "2026-04-17",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-39956",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-39956"
},
{
"published_at": "2026-04-17",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-40164",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-40164"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-31416",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-31416"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-31423",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-31423"
},
{
"published_at": "2026-04-05",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-34978",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-34978"
},
{
"published_at": "2026-04-17",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33948",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33948"
},
{
"published_at": "2026-04-05",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-34980",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-34980"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-31428",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-31428"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-31422",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-31422"
},
{
"published_at": "2026-04-17",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-39979",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-39979"
},
{
"published_at": "2026-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-34445",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-34445"
}
]
}
FKIE_CVE-2026-33947
Vulnerability from fkie_nvd - Published: 2026-04-13 22:16 - Updated: 2026-04-21 23:575.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/jqlang/jq/commit/fb59f1491058d58bdc3e8dd28f1773d1ac690a1f | Patch | |
| security-advisories@github.com | https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg | Exploit, Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2026/04/16/1 | Mailing List | |
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg | Exploit, Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:jqlang:jq:*:*:*:*:*:*:*:*",
"matchCriteriaId": "2026D0D9-8A88-43D4-9995-CF7928D9FFB8",
"versionEndIncluding": "1.8.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "jq is a command-line JSON processor. In versions 1.8.1 and below, functions jv_setpath(), jv_getpath(), and delpaths_sorted() in jq\u0027s src/jv_aux.c use unbounded recursion whose depth is controlled by the length of a caller-supplied path array, with no depth limit enforced. An attacker can supply a JSON document containing a flat array of ~65,000 integers (~200 KB) that, when used as a path argument by a trusted jq filter, exhausts the C call stack and crashes the process with a segmentation fault (SIGSEGV). This bypass works because the existing MAX_PARSING_DEPTH (10,000) limit only protects the JSON parser, not runtime path operations where arrays can be programmatically constructed to arbitrary lengths. The impact is denial of service (unrecoverable crash) affecting any application or service that processes untrusted JSON input through jq\u0027s setpath, getpath, or delpaths builtins. This issue has been addressed in commit fb59f1491058d58bdc3e8dd28f1773d1ac690a1f."
}
],
"id": "CVE-2026-33947",
"lastModified": "2026-04-21T23:57:19.920",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 2.5,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2026-04-13T22:16:29.157",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/jqlang/jq/commit/fb59f1491058d58bdc3e8dd28f1773d1ac690a1f"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List"
],
"url": "http://www.openwall.com/lists/oss-security/2026/04/16/1"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-xwrw-4f8h-rjvg"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-674"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
MSRC_CVE-2026-33947
Vulnerability from csaf_microsoft - Published: 2026-04-02 00:00 - Updated: 2026-04-24 14:39| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 20607-17086 | — | ||
| Unresolved product id: 19612-17084 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-33947 jq: Unbounded Recursion in jv_setpath(), jv_getpath() and delpaths_sorted() - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-33947.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "jq: Unbounded Recursion in jv_setpath(), jv_getpath() and delpaths_sorted()",
"tracking": {
"current_release_date": "2026-04-24T14:39:58.000Z",
"generator": {
"date": "2026-04-25T07:24:18.219Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-33947",
"initial_release_date": "2026-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-04-17T01:01:26.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-04-18T14:40:53.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-04-24T14:39:58.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 jq 0:1.6-5.cbl2",
"product": {
"name": "\u003ccbl2 jq 0:1.6-5.cbl2",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 jq 0:1.6-5.cbl2",
"product": {
"name": "cbl2 jq 0:1.6-5.cbl2",
"product_id": "20607"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 jq 0:1.7.1-4.azl3",
"product": {
"name": "\u003cazl3 jq 0:1.7.1-4.azl3",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 jq 0:1.7.1-4.azl3",
"product": {
"name": "azl3 jq 0:1.7.1-4.azl3",
"product_id": "19612"
}
}
],
"category": "product_name",
"name": "jq"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 jq 0:1.6-5.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 jq 0:1.6-5.cbl2 as a component of CBL Mariner 2.0",
"product_id": "20607-17086"
},
"product_reference": "20607",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 jq 0:1.7.1-4.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 jq 0:1.7.1-4.azl3 as a component of Azure Linux 3.0",
"product_id": "19612-17084"
},
"product_reference": "19612",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33947",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"20607-17086",
"19612-17084"
],
"known_affected": [
"17086-1",
"17084-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-33947 jq: Unbounded Recursion in jv_setpath(), jv_getpath() and delpaths_sorted() - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-33947.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-17T01:01:26.000Z",
"details": "0:1.6-6.cbl2:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2026-04-17T01:01:26.000Z",
"details": "0:1.7.1-5.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 6.2,
"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": [
"17086-1",
"17084-2"
]
}
],
"title": "jq: Unbounded Recursion in jv_setpath(), jv_getpath() and delpaths_sorted()"
}
]
}
OPENSUSE-SU-2026:10850-1
Vulnerability from csaf_opensuse - Published: 2026-05-24 00:00 - Updated: 2026-05-24 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2026-32316/ | self |
| https://www.suse.com/security/cve/CVE-2026-33947/ | self |
| https://www.suse.com/security/cve/CVE-2026-33948/ | self |
| https://www.suse.com/security/cve/CVE-2026-39956/ | self |
| https://www.suse.com/security/cve/CVE-2026-39979/ | self |
| https://www.suse.com/security/cve/CVE-2026-40164/ | self |
| https://www.suse.com/security/cve/CVE-2026-40612/ | self |
| https://www.suse.com/security/cve/CVE-2026-41256/ | self |
| https://www.suse.com/security/cve/CVE-2026-41257/ | self |
| https://www.suse.com/security/cve/CVE-2026-43894/ | self |
| https://www.suse.com/security/cve/CVE-2026-43895/ | self |
| https://www.suse.com/security/cve/CVE-2026-43896/ | self |
| https://www.suse.com/security/cve/CVE-2026-44777/ | self |
| https://www.suse.com/security/cve/CVE-2026-32316 | external |
| https://bugzilla.suse.com/1262044 | external |
| https://www.suse.com/security/cve/CVE-2026-33947 | external |
| https://bugzilla.suse.com/1262069 | external |
| https://www.suse.com/security/cve/CVE-2026-33948 | external |
| https://bugzilla.suse.com/1262043 | external |
| https://bugzilla.suse.com/1265061 | external |
| https://www.suse.com/security/cve/CVE-2026-39956 | external |
| https://bugzilla.suse.com/1262070 | external |
| https://www.suse.com/security/cve/CVE-2026-39979 | external |
| https://bugzilla.suse.com/1262071 | external |
| https://www.suse.com/security/cve/CVE-2026-40164 | external |
| https://bugzilla.suse.com/1262072 | external |
| https://www.suse.com/security/cve/CVE-2026-40612 | external |
| https://bugzilla.suse.com/1265060 | external |
| https://www.suse.com/security/cve/CVE-2026-41256 | external |
| https://bugzilla.suse.com/1265061 | external |
| https://www.suse.com/security/cve/CVE-2026-41257 | external |
| https://bugzilla.suse.com/1265062 | external |
| https://www.suse.com/security/cve/CVE-2026-43894 | external |
| https://bugzilla.suse.com/1265070 | external |
| https://www.suse.com/security/cve/CVE-2026-43895 | external |
| https://bugzilla.suse.com/1265071 | external |
| https://www.suse.com/security/cve/CVE-2026-43896 | external |
| https://bugzilla.suse.com/1265075 | external |
| https://www.suse.com/security/cve/CVE-2026-44777 | external |
| https://bugzilla.suse.com/1265076 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "jq-1.8.1-3.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the jq-1.8.1-3.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10850",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10850-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-32316 page",
"url": "https://www.suse.com/security/cve/CVE-2026-32316/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33947 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33947/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33948 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33948/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39956 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39956/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39979 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39979/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40164 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40164/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40612 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40612/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41256 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41256/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41257 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41257/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-43894 page",
"url": "https://www.suse.com/security/cve/CVE-2026-43894/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-43895 page",
"url": "https://www.suse.com/security/cve/CVE-2026-43895/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-43896 page",
"url": "https://www.suse.com/security/cve/CVE-2026-43896/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44777 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44777/"
}
],
"title": "jq-1.8.1-3.1 on GA media",
"tracking": {
"current_release_date": "2026-05-24T00:00:00Z",
"generator": {
"date": "2026-05-24T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10850-1",
"initial_release_date": "2026-05-24T00:00:00Z",
"revision_history": [
{
"date": "2026-05-24T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "jq-1.8.1-3.1.aarch64",
"product": {
"name": "jq-1.8.1-3.1.aarch64",
"product_id": "jq-1.8.1-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libjq-devel-1.8.1-3.1.aarch64",
"product": {
"name": "libjq-devel-1.8.1-3.1.aarch64",
"product_id": "libjq-devel-1.8.1-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libjq1-1.8.1-3.1.aarch64",
"product": {
"name": "libjq1-1.8.1-3.1.aarch64",
"product_id": "libjq1-1.8.1-3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.8.1-3.1.ppc64le",
"product": {
"name": "jq-1.8.1-3.1.ppc64le",
"product_id": "jq-1.8.1-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libjq-devel-1.8.1-3.1.ppc64le",
"product": {
"name": "libjq-devel-1.8.1-3.1.ppc64le",
"product_id": "libjq-devel-1.8.1-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libjq1-1.8.1-3.1.ppc64le",
"product": {
"name": "libjq1-1.8.1-3.1.ppc64le",
"product_id": "libjq1-1.8.1-3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.8.1-3.1.s390x",
"product": {
"name": "jq-1.8.1-3.1.s390x",
"product_id": "jq-1.8.1-3.1.s390x"
}
},
{
"category": "product_version",
"name": "libjq-devel-1.8.1-3.1.s390x",
"product": {
"name": "libjq-devel-1.8.1-3.1.s390x",
"product_id": "libjq-devel-1.8.1-3.1.s390x"
}
},
{
"category": "product_version",
"name": "libjq1-1.8.1-3.1.s390x",
"product": {
"name": "libjq1-1.8.1-3.1.s390x",
"product_id": "libjq1-1.8.1-3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.8.1-3.1.x86_64",
"product": {
"name": "jq-1.8.1-3.1.x86_64",
"product_id": "jq-1.8.1-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libjq-devel-1.8.1-3.1.x86_64",
"product": {
"name": "libjq-devel-1.8.1-3.1.x86_64",
"product_id": "libjq-devel-1.8.1-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libjq1-1.8.1-3.1.x86_64",
"product": {
"name": "libjq1-1.8.1-3.1.x86_64",
"product_id": "libjq1-1.8.1-3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.8.1-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64"
},
"product_reference": "jq-1.8.1-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.8.1-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le"
},
"product_reference": "jq-1.8.1-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.8.1-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jq-1.8.1-3.1.s390x"
},
"product_reference": "jq-1.8.1-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.8.1-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64"
},
"product_reference": "jq-1.8.1-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.8.1-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64"
},
"product_reference": "libjq-devel-1.8.1-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.8.1-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le"
},
"product_reference": "libjq-devel-1.8.1-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.8.1-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x"
},
"product_reference": "libjq-devel-1.8.1-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.8.1-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64"
},
"product_reference": "libjq-devel-1.8.1-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.8.1-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64"
},
"product_reference": "libjq1-1.8.1-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.8.1-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le"
},
"product_reference": "libjq1-1.8.1-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.8.1-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x"
},
"product_reference": "libjq1-1.8.1-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.8.1-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
},
"product_reference": "libjq1-1.8.1-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-32316",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-32316"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. An integer overflow vulnerability exists through version 1.8.1 within the jvp_string_append() and jvp_string_copy_replace_bad functions, where concatenating strings with a combined length exceeding 2^31 bytes causes a 32-bit unsigned integer overflow in the buffer allocation size calculation, resulting in a drastically undersized heap buffer. Subsequent memory copy operations then write the full string data into this undersized buffer, causing a heap buffer overflow classified as CWE-190 (Integer Overflow) leading to CWE-122 (Heap-based Buffer Overflow). Any system evaluating untrusted jq queries is affected, as an attacker can crash the process or potentially achieve further exploitation through heap corruption by crafting queries that produce extremely large strings. The root cause is the absence of string size bounds checking, unlike arrays and objects which already have size limits. The issue has been addressed in commit e47e56d226519635768e6aab2f38f0ab037c09e5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-32316",
"url": "https://www.suse.com/security/cve/CVE-2026-32316"
},
{
"category": "external",
"summary": "SUSE Bug 1262044 for CVE-2026-32316",
"url": "https://bugzilla.suse.com/1262044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-32316"
},
{
"cve": "CVE-2026-33947",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33947"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In versions 1.8.1 and below, functions jv_setpath(), jv_getpath(), and delpaths_sorted() in jq\u0027s src/jv_aux.c use unbounded recursion whose depth is controlled by the length of a caller-supplied path array, with no depth limit enforced. An attacker can supply a JSON document containing a flat array of ~65,000 integers (~200 KB) that, when used as a path argument by a trusted jq filter, exhausts the C call stack and crashes the process with a segmentation fault (SIGSEGV). This bypass works because the existing MAX_PARSING_DEPTH (10,000) limit only protects the JSON parser, not runtime path operations where arrays can be programmatically constructed to arbitrary lengths. The impact is denial of service (unrecoverable crash) affecting any application or service that processes untrusted JSON input through jq\u0027s setpath, getpath, or delpaths builtins. This issue has been addressed in commit fb59f1491058d58bdc3e8dd28f1773d1ac690a1f.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33947",
"url": "https://www.suse.com/security/cve/CVE-2026-33947"
},
{
"category": "external",
"summary": "SUSE Bug 1262069 for CVE-2026-33947",
"url": "https://bugzilla.suse.com/1262069"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-33947"
},
{
"cve": "CVE-2026-33948",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33948"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. Commits before 6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b contain a vulnerability where CLI input parsing allows validation bypass via embedded NUL bytes. When reading JSON from files or stdin, jq uses strlen() to determine buffer length instead of the actual byte count from fgets(), causing it to truncate input at the first NUL byte and parse only the preceding prefix. This enables an attacker to craft input with a benign JSON prefix before a NUL byte followed by malicious trailing data, where jq validates only the prefix as valid JSON while silently discarding the suffix. Workflows relying on jq to validate untrusted JSON before forwarding it to downstream consumers are susceptible to parser differential attacks, as those consumers may process the full input including the malicious trailing bytes. This issue has been patched by commit 6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33948",
"url": "https://www.suse.com/security/cve/CVE-2026-33948"
},
{
"category": "external",
"summary": "SUSE Bug 1262043 for CVE-2026-33948",
"url": "https://bugzilla.suse.com/1262043"
},
{
"category": "external",
"summary": "SUSE Bug 1265061 for CVE-2026-33948",
"url": "https://bugzilla.suse.com/1265061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-33948"
},
{
"cve": "CVE-2026-39956",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39956"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In commits after 69785bf77f86e2ea1b4a20ca86775916889e91c9, the _strindices builtin in jq\u0027s src/builtin.c passes its arguments directly to jv_string_indexes() without verifying they are strings, and jv_string_indexes() in src/jv.c relies solely on assert() checks that are stripped in release builds compiled with -DNDEBUG. This allows an attacker to crash jq trivially with input like _strindices(0), and by crafting a numeric value whose IEEE-754 bit pattern maps to a chosen pointer, achieve a controlled pointer dereference and limited memory read/probe primitive. Any deployment that evaluates untrusted jq filters against a release build is vulnerable. This issue has been patched in commit fdf8ef0f0810e3d365cdd5160de43db46f57ed03.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39956",
"url": "https://www.suse.com/security/cve/CVE-2026-39956"
},
{
"category": "external",
"summary": "SUSE Bug 1262070 for CVE-2026-39956",
"url": "https://bugzilla.suse.com/1262070"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-39956"
},
{
"cve": "CVE-2026-39979",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39979"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jv_parse_sized() API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jv_string_fmt(), which reads until a NUL terminator is found rather than respecting the caller-supplied length. This means that when malformed JSON is passed in a non-NUL-terminated buffer, the error construction logic performs an out-of-bounds read past the end of the buffer. The vulnerability is reachable by any libjq consumer calling jv_parse_sized() with untrusted input, and depending on memory layout, can result in memory disclosure or process termination. The issue has been patched in commit 2f09060afab23fe9390cce7cb860b10416e1bf5f.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39979",
"url": "https://www.suse.com/security/cve/CVE-2026-39979"
},
{
"category": "external",
"summary": "SUSE Bug 1262071 for CVE-2026-39979",
"url": "https://bugzilla.suse.com/1262071"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-39979"
},
{
"cve": "CVE-2026-40164",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40164"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. Before commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784, jq used MurmurHash3 with a hardcoded, publicly visible seed (0x432A9843) for all JSON object hash table operations, which allowed an attacker to precompute key collisions offline. By supplying a crafted JSON object (~100 KB) where all keys hashed to the same bucket, hash table lookups degraded from O(1) to O(n), turning any jq expression into an O(n) operation and causing significant CPU exhaustion. This affected common jq use cases such as CI/CD pipelines, web services, and data processing scripts, and was far more practical to exploit than existing heap overflow issues since it required only a small payload. This issue has been patched in commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40164",
"url": "https://www.suse.com/security/cve/CVE-2026-40164"
},
{
"category": "external",
"summary": "SUSE Bug 1262072 for CVE-2026-40164",
"url": "https://bugzilla.suse.com/1262072"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-40164"
},
{
"cve": "CVE-2026-40612",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40612"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.1 and earlier, jv_contains recurses into nested arrays/objects with no depth limit. With a sufficiently nested input structure (built programmatically with reduce, since the JSON parser caps at depth 10000), the C stack is exhausted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40612",
"url": "https://www.suse.com/security/cve/CVE-2026-40612"
},
{
"category": "external",
"summary": "SUSE Bug 1265060 for CVE-2026-40612",
"url": "https://bugzilla.suse.com/1265060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-40612"
},
{
"cve": "CVE-2026-41256",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41256"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.1 and earlier, Top-level jq programs loaded from a file with -f are truncated at the first embedded NUL byte on current upstream HEAD. A crafted filter file such as . followed by \\x00 and arbitrary suffix compiles and executes as only the prefix before the NUL. This leaves jq with a post-CVE-2026-33948 prefix/full-buffer mismatch on the compilation path even though the JSON parser path has already been fixed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41256",
"url": "https://www.suse.com/security/cve/CVE-2026-41256"
},
{
"category": "external",
"summary": "SUSE Bug 1265061 for CVE-2026-41256",
"url": "https://bugzilla.suse.com/1265061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-41256"
},
{
"cve": "CVE-2026-41257",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41257"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.1 and earlier, the jq bytecode VM\u0027s data stack tracks its allocation size in a signed int. When the stack grows beyond ~1 GiB (via deeply nested generator forks), the doubling arithmetic overflows. The wrapped value is passed to realloc and then used for a memmove with attacker-influenced offsets.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41257",
"url": "https://www.suse.com/security/cve/CVE-2026-41257"
},
{
"category": "external",
"summary": "SUSE Bug 1265062 for CVE-2026-41257",
"url": "https://bugzilla.suse.com/1265062"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-41257"
},
{
"cve": "CVE-2026-43894",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-43894"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.1 and earlier, when decNumberFromString is given a number literal of INT_MAX-1 (2147483646) digits, the D2U() macro overflows during signed-int arithmetic. The wrapped negative value bypasses the heap-allocation size check, causes the function to use a 30-byte stack buffer, and then writes ~715 million 16-bit units (~1.4 GiB) at an offset 1.43 GiB below the stack frame. The written content is fully attacker-controlled (the parsed decimal digits, packed 3-per-unit).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-43894",
"url": "https://www.suse.com/security/cve/CVE-2026-43894"
},
{
"category": "external",
"summary": "SUSE Bug 1265070 for CVE-2026-43894",
"url": "https://bugzilla.suse.com/1265070"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-43894"
},
{
"cve": "CVE-2026-43895",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-43895"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.1 and earlier, jq accepts embedded NUL bytes in import paths at the jq-language level, but later resolves those paths through C string operations during module and data-file lookup. This creates a mismatch between the logical import string that policy or audit code may validate and the on-disk path that jq actually opens.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-43895",
"url": "https://www.suse.com/security/cve/CVE-2026-43895"
},
{
"category": "external",
"summary": "SUSE Bug 1265071 for CVE-2026-43895",
"url": "https://bugzilla.suse.com/1265071"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-43895"
},
{
"cve": "CVE-2026-43896",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-43896"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.1 and earlier, unbounded recursion in jv_object_merge_recursive() allows a crafted jq program to crash the process with a segfault. The function is reachable through the * operator when both operands are objects.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-43896",
"url": "https://www.suse.com/security/cve/CVE-2026-43896"
},
{
"category": "external",
"summary": "SUSE Bug 1265075 for CVE-2026-43896",
"url": "https://bugzilla.suse.com/1265075"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-43896"
},
{
"cve": "CVE-2026-44777",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44777"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In 1.8.2rc1 and earlier, the ordinary module loader recurses without cycle detection when two\notherwise valid modules include each other.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44777",
"url": "https://www.suse.com/security/cve/CVE-2026-44777"
},
{
"category": "external",
"summary": "SUSE Bug 1265076 for CVE-2026-44777",
"url": "https://bugzilla.suse.com/1265076"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:jq-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:jq-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:jq-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:jq-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq-devel-1.8.1-3.1.x86_64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.aarch64",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.ppc64le",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.s390x",
"openSUSE Tumbleweed:libjq1-1.8.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-44777"
}
]
}
RHSA-2026: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
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:8579 | self |
| https://images.redhat.com/ | external |
| https://access.redhat.com/security/cve/CVE-2026-40164 | external |
| https://access.redhat.com/security/updates/classi… | external |
| https://access.redhat.com/security/cve/CVE-2026-39979 | external |
| https://access.redhat.com/security/cve/CVE-2026-39956 | external |
| https://access.redhat.com/security/cve/CVE-2026-33948 | external |
| https://access.redhat.com/security/cve/CVE-2026-33947 | external |
| https://access.redhat.com/security/cve/CVE-2026-32316 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-32316 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2457929 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-32316 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-32316 | external |
| https://github.com/jqlang/jq/commit/e47e56d226519… | external |
| https://github.com/jqlang/jq/security/advisories/… | external |
| https://access.redhat.com/security/cve/CVE-2026-33947 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2458038 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-33947 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-33947 | external |
| https://github.com/jqlang/jq/commit/fb59f1491058d… | external |
| https://github.com/jqlang/jq/security/advisories/… | external |
| https://access.redhat.com/security/cve/CVE-2026-33948 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2458085 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-33948 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-33948 | external |
| https://github.com/jqlang/jq/commit/6374ae0bcdfe3… | external |
| https://github.com/jqlang/jq/security/advisories/… | external |
| https://access.redhat.com/security/cve/CVE-2026-39956 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2458076 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-39956 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-39956 | external |
| https://github.com/jqlang/jq/commit/fdf8ef0f0810e… | external |
| https://github.com/jqlang/jq/security/advisories/… | external |
| https://access.redhat.com/security/cve/CVE-2026-39979 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2458077 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-39979 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-39979 | external |
| https://github.com/jqlang/jq/commit/2f09060afab23… | external |
| https://github.com/jqlang/jq/security/advisories/… | external |
| https://access.redhat.com/security/cve/CVE-2026-40164 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2458084 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-40164 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-40164 | external |
| https://github.com/jqlang/jq/commit/0c7d133c3c7e3… | external |
| https://github.com/jqlang/jq/security/advisories/… | external |
{
"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"
}
]
}
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.