Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-39979 (GCVE-0-2026-39979)
Vulnerability from cvelistv5 – Published: 2026-04-13 22:18 – Updated: 2026-04-14 13:43- CWE-125 - Out-of-bounds Read
| URL | Tags |
|---|---|
| https://github.com/jqlang/jq/security/advisories/… | x_refsource_CONFIRM |
| https://github.com/jqlang/jq/commit/2f09060afab23… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-39979",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-14T13:43:11.607182Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-14T13:43:15.227Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "jq",
"vendor": "jqlang",
"versions": [
{
"status": "affected",
"version": "\u003c 2f09060afab23fe9390cce7cb860b10416e1bf5f"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jv_parse_sized() API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jv_string_fmt(), which reads until a NUL terminator is found rather than respecting the caller-supplied length. This means that when malformed JSON is passed in a non-NUL-terminated buffer, the error construction logic performs an out-of-bounds read past the end of the buffer. The vulnerability is reachable by any libjq consumer calling jv_parse_sized() with untrusted input, and depending on memory layout, can result in memory disclosure or process termination. The issue has been patched in commit 2f09060afab23fe9390cce7cb860b10416e1bf5f."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-125",
"description": "CWE-125: Out-of-bounds Read",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-13T22:18:56.252Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
},
{
"name": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f"
}
],
"source": {
"advisory": "GHSA-2hhh-px8h-355p",
"discovery": "UNKNOWN"
},
"title": "jq: Out-of-Bounds Read in jv_parse_sized() Error Formatting for Non-NUL-Terminated Counted Buffers"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-39979",
"datePublished": "2026-04-13T22:18:56.252Z",
"dateReserved": "2026-04-08T00:01:47.628Z",
"dateUpdated": "2026-04-14T13:43:15.227Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-39979",
"date": "2026-05-26",
"epss": "0.00072",
"percentile": "0.21783"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-39979\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-04-13T23:16:27.823\",\"lastModified\":\"2026-04-23T16:50:39.910\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jv_parse_sized() API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jv_string_fmt(), which reads until a NUL terminator is found rather than respecting the caller-supplied length. This means that when malformed JSON is passed in a non-NUL-terminated buffer, the error construction logic performs an out-of-bounds read past the end of the buffer. The vulnerability is reachable by any libjq consumer calling jv_parse_sized() with untrusted input, and depending on memory layout, can result in memory disclosure or process termination. The issue has been patched in commit 2f09060afab23fe9390cce7cb860b10416e1bf5f.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"LOW\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"LOW\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":2.5}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:jqlang:jq:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2026-04-12\",\"matchCriteriaId\":\"3004A3C4-AF30-42C3-B872-F9EA2CA5FDAB\"}]}]}],\"references\":[{\"url\":\"https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-39979\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-14T13:43:11.607182Z\"}}}], \"references\": [{\"url\": \"https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-14T13:43:05.927Z\"}}], \"cna\": {\"title\": \"jq: Out-of-Bounds Read in jv_parse_sized() Error Formatting for Non-NUL-Terminated Counted Buffers\", \"source\": {\"advisory\": \"GHSA-2hhh-px8h-355p\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 6.9, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"LOW\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"jqlang\", \"product\": \"jq\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 2f09060afab23fe9390cce7cb860b10416e1bf5f\"}]}], \"references\": [{\"url\": \"https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p\", \"name\": \"https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f\", \"name\": \"https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jv_parse_sized() API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jv_string_fmt(), which reads until a NUL terminator is found rather than respecting the caller-supplied length. This means that when malformed JSON is passed in a non-NUL-terminated buffer, the error construction logic performs an out-of-bounds read past the end of the buffer. The vulnerability is reachable by any libjq consumer calling jv_parse_sized() with untrusted input, and depending on memory layout, can result in memory disclosure or process termination. The issue has been patched in commit 2f09060afab23fe9390cce7cb860b10416e1bf5f.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-125\", \"description\": \"CWE-125: Out-of-bounds Read\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-04-13T22:18:56.252Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-39979\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-14T13:43:15.227Z\", \"dateReserved\": \"2026-04-08T00:01:47.628Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-04-13T22:18:56.252Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
alsa-2026:16252
Vulnerability from osv_almalinux
jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.
Security Fix(es):
- jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)
- jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "jq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.6-12.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "jq-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.6-12.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text. \n\nSecurity Fix(es): \n\n * jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)\n * jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:16252",
"modified": "2026-05-13T08:31:07Z",
"published": "2026-05-12T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:16252"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2458077"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2458084"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2026-16252.html"
}
],
"related": [
"CVE-2026-39979",
"CVE-2026-40164"
],
"summary": "Important: jq security update"
}
alsa-2026:16692
Vulnerability from osv_almalinux
jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.
Security Fix(es):
- jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)
- jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "jq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.7.1-11.el10_1.0.2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "jq-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.7.1-11.el10_1.0.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text. \n\nSecurity Fix(es): \n\n * jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)\n * jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:16692",
"modified": "2026-05-16T06:53:59Z",
"published": "2026-05-13T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:16692"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2458077"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2458084"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-16692.html"
}
],
"related": [
"CVE-2026-39979",
"CVE-2026-40164"
],
"summary": "Important: jq security update"
}
alsa-2026:16693
Vulnerability from osv_almalinux
jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.
Security Fix(es):
- jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)
- jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "jq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.6-19.el9_7.0.2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "jq-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.6-19.el9_7.0.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text. \n\nSecurity Fix(es): \n\n * jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)\n * jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:16693",
"modified": "2026-05-14T08:55:13Z",
"published": "2026-05-13T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:16693"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2458077"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2458084"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-16693.html"
}
],
"related": [
"CVE-2026-39979",
"CVE-2026-40164"
],
"summary": "Important: jq security update"
}
alsa-2026:19151
Vulnerability from osv_almalinux
jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.
Security Fix(es):
- jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)
- jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "jq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.7.1-11.el10_2.2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "jq-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.7.1-11.el10_2.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text. \n\nSecurity Fix(es): \n\n * jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)\n * jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:19151",
"modified": "2026-05-26T12:28:21Z",
"published": "2026-05-19T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:19151"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2458077"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2458084"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-19151.html"
}
],
"related": [
"CVE-2026-39979",
"CVE-2026-40164"
],
"summary": "Important: jq security update"
}
alsa-2026:19365
Vulnerability from osv_almalinux
jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.
Security Fix(es):
- jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)
- jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "jq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.6-19.el9_8.2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "jq-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.6-19.el9_8.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text. \n\nSecurity Fix(es): \n\n * jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers (CVE-2026-39979)\n * jq: jq: Denial of Service via crafted JSON object causing hash collisions (CVE-2026-40164)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:19365",
"modified": "2026-05-26T12:29:05Z",
"published": "2026-05-19T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:19365"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2458077"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2458084"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-19365.html"
}
],
"related": [
"CVE-2026-39979",
"CVE-2026-40164"
],
"summary": "Important: jq security update"
}
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 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$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-39979
Vulnerability from fkie_nvd - Published: 2026-04-13 23:16 - Updated: 2026-04-23 16:50| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f | Patch | |
| security-advisories@github.com | https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p | Exploit, Vendor Advisory | |
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p | Exploit, Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:jqlang:jq:*:*:*:*:*:*:*:*",
"matchCriteriaId": "3004A3C4-AF30-42C3-B872-F9EA2CA5FDAB",
"versionEndExcluding": "2026-04-12",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jv_parse_sized() API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jv_string_fmt(), which reads until a NUL terminator is found rather than respecting the caller-supplied length. This means that when malformed JSON is passed in a non-NUL-terminated buffer, the error construction logic performs an out-of-bounds read past the end of the buffer. The vulnerability is reachable by any libjq consumer calling jv_parse_sized() with untrusted input, and depending on memory layout, can result in memory disclosure or process termination. The issue has been patched in commit 2f09060afab23fe9390cce7cb860b10416e1bf5f."
}
],
"id": "CVE-2026-39979",
"lastModified": "2026-04-23T16:50:39.910",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 2.5,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-04-13T23:16:27.823",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-125"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
MSRC_CVE-2026-39979
Vulnerability from csaf_microsoft - Published: 2026-04-02 00:00 - Updated: 2026-04-24 14:40| 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-39979 jq: Out-of-Bounds Read in jv_parse_sized() Error Formatting for Non-NUL-Terminated Counted Buffers - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-39979.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: Out-of-Bounds Read in jv_parse_sized() Error Formatting for Non-NUL-Terminated Counted Buffers",
"tracking": {
"current_release_date": "2026-04-24T14:40:12.000Z",
"generator": {
"date": "2026-04-25T07:24:18.219Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-39979",
"initial_release_date": "2026-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-04-17T01:01:42.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-04-18T14:41:07.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-04-24T14:40:12.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-39979",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"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-39979 jq: Out-of-Bounds Read in jv_parse_sized() Error Formatting for Non-NUL-Terminated Counted Buffers - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-39979.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-17T01:01:42.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:42.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"
}
],
"title": "jq: Out-of-Bounds Read in jv_parse_sized() Error Formatting for Non-NUL-Terminated Counted Buffers"
}
]
}
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"
}
]
}
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.