Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-23337 (GCVE-0-2024-23337)
Vulnerability from cvelistv5 – Published: 2025-05-21 14:34 – Updated: 2025-05-21 14:57- CWE-190 - Integer Overflow or Wraparound
| URL | Tags |
|---|---|
| https://github.com/jqlang/jq/security/advisories/… | x_refsource_CONFIRM |
| https://github.com/jqlang/jq/issues/3262 | x_refsource_MISC |
| https://github.com/jqlang/jq/commit/de21386681c0d… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-23337",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-05-21T14:57:14.962759Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-05-21T14:57:18.378Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "jq",
"vendor": "jqlang",
"versions": [
{
"status": "affected",
"version": "\u003c= 1.7.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "jq is a command-line JSON processor. In versions up to and including 1.7.1, an integer overflow arises when assigning value using an index of 2147483647, the signed integer limit. This causes a denial of service. Commit de21386681c0df0104a99d9d09db23a9b2a78b1e contains a patch for the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-05-21T14:34:51.007Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46"
},
{
"name": "https://github.com/jqlang/jq/issues/3262",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/jqlang/jq/issues/3262"
},
{
"name": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e"
}
],
"source": {
"advisory": "GHSA-2q6r-344g-cx46",
"discovery": "UNKNOWN"
},
"title": "jq has signed integer overflow in jv.c:jvp_array_write"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-23337",
"datePublished": "2025-05-21T14:34:51.007Z",
"dateReserved": "2024-01-15T15:19:19.443Z",
"dateUpdated": "2025-05-21T14:57:18.378Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-23337",
"date": "2026-06-06",
"epss": "0.00262",
"percentile": "0.49869"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-23337\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-05-21T15:16:03.920\",\"lastModified\":\"2025-06-20T17:41:15.807\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"jq is a command-line JSON processor. In versions up to and including 1.7.1, an integer overflow arises when assigning value using an index of 2147483647, the signed integer limit. This causes a denial of service. Commit de21386681c0df0104a99d9d09db23a9b2a78b1e contains a patch for the issue.\"},{\"lang\":\"es\",\"value\":\"jq es un procesador JSON de l\u00ednea de comandos. En versiones hasta la 1.7.1 (incluida), se produce un desbordamiento de entero al asignar un valor utilizando un \u00edndice de 2147483647, el l\u00edmite de enteros con signo. Esto provoca una denegaci\u00f3n de servicio. El commit de21386681c0df0104a99d9d09db23a9b2a78b1e contiene un parche para este problema.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L\",\"baseScore\":4.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.8,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:jqlang:jq:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"1.7.1\",\"matchCriteriaId\":\"C4AFD89F-511E-4436-9D4F-28E33F0785DE\"}]}]}],\"references\":[{\"url\":\"https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/jqlang/jq/issues/3262\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Issue Tracking\"]},{\"url\":\"https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-23337\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-05-21T14:57:14.962759Z\"}}}], \"references\": [{\"url\": \"https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-05-21T14:57:10.804Z\"}}], \"cna\": {\"title\": \"jq has signed integer overflow in jv.c:jvp_array_write\", \"source\": {\"advisory\": \"GHSA-2q6r-344g-cx46\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"jqlang\", \"product\": \"jq\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c= 1.7.1\"}]}], \"references\": [{\"url\": \"https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46\", \"name\": \"https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/jqlang/jq/issues/3262\", \"name\": \"https://github.com/jqlang/jq/issues/3262\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e\", \"name\": \"https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"jq is a command-line JSON processor. In versions up to and including 1.7.1, an integer overflow arises when assigning value using an index of 2147483647, the signed integer limit. This causes a denial of service. Commit de21386681c0df0104a99d9d09db23a9b2a78b1e contains a patch for the issue.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-190\", \"description\": \"CWE-190: Integer Overflow or Wraparound\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-05-21T14:34:51.007Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-23337\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-21T14:57:18.378Z\", \"dateReserved\": \"2024-01-15T15:19:19.443Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-05-21T14:34:51.007Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:10618
Vulnerability from csaf_redhat - Published: 2025-07-08 12:44 - Updated: 2026-06-02 15:23A flaw was found in jq, a command line JSON processor. An integer overflow can occur when attempting to assign a value using an array index of 2147483647 or when creating an array with 2147483647 elements, the maximum value for a 32-bit signed integer. This issue causes out-of-bounds memory access and results in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command line JSON processor. A specially crafted input can cause a heap-based buffer over-read when formatting an empty string because it was not properly null-terminated, causing a crash and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: jq has signed integer overflow in jv.c:jvp_array_write (CVE-2024-23337)\n\n* jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt) (CVE-2025-48060)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:10618",
"url": "https://access.redhat.com/errata/RHSA-2025:10618"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2367807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367807"
},
{
"category": "external",
"summary": "2367842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367842"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10618.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-02T15:23:01+00:00",
"generator": {
"date": "2026-06-02T15:23:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:10618",
"initial_release_date": "2025-07-08T12:44:44+00:00",
"revision_history": [
{
"date": "2025-07-08T12:44:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-08T12:44:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:23:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-11.el8_10.src",
"product": {
"name": "jq-0:1.6-11.el8_10.src",
"product_id": "jq-0:1.6-11.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-11.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-11.el8_10.aarch64",
"product": {
"name": "jq-0:1.6-11.el8_10.aarch64",
"product_id": "jq-0:1.6-11.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-11.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-11.el8_10.aarch64",
"product": {
"name": "jq-debugsource-0:1.6-11.el8_10.aarch64",
"product_id": "jq-debugsource-0:1.6-11.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-11.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-11.el8_10.aarch64",
"product": {
"name": "jq-debuginfo-0:1.6-11.el8_10.aarch64",
"product_id": "jq-debuginfo-0:1.6-11.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-11.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-11.el8_10.aarch64",
"product": {
"name": "jq-devel-0:1.6-11.el8_10.aarch64",
"product_id": "jq-devel-0:1.6-11.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-11.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-11.el8_10.ppc64le",
"product": {
"name": "jq-0:1.6-11.el8_10.ppc64le",
"product_id": "jq-0:1.6-11.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-11.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-11.el8_10.ppc64le",
"product": {
"name": "jq-debugsource-0:1.6-11.el8_10.ppc64le",
"product_id": "jq-debugsource-0:1.6-11.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-11.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"product_id": "jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-11.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-11.el8_10.ppc64le",
"product": {
"name": "jq-devel-0:1.6-11.el8_10.ppc64le",
"product_id": "jq-devel-0:1.6-11.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-11.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-11.el8_10.i686",
"product": {
"name": "jq-0:1.6-11.el8_10.i686",
"product_id": "jq-0:1.6-11.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-11.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-11.el8_10.i686",
"product": {
"name": "jq-debugsource-0:1.6-11.el8_10.i686",
"product_id": "jq-debugsource-0:1.6-11.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-11.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-11.el8_10.i686",
"product": {
"name": "jq-debuginfo-0:1.6-11.el8_10.i686",
"product_id": "jq-debuginfo-0:1.6-11.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-11.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-11.el8_10.i686",
"product": {
"name": "jq-devel-0:1.6-11.el8_10.i686",
"product_id": "jq-devel-0:1.6-11.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-11.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-11.el8_10.x86_64",
"product": {
"name": "jq-0:1.6-11.el8_10.x86_64",
"product_id": "jq-0:1.6-11.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-11.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-11.el8_10.x86_64",
"product": {
"name": "jq-debugsource-0:1.6-11.el8_10.x86_64",
"product_id": "jq-debugsource-0:1.6-11.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-11.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-11.el8_10.x86_64",
"product": {
"name": "jq-debuginfo-0:1.6-11.el8_10.x86_64",
"product_id": "jq-debuginfo-0:1.6-11.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-11.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-11.el8_10.x86_64",
"product": {
"name": "jq-devel-0:1.6-11.el8_10.x86_64",
"product_id": "jq-devel-0:1.6-11.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-11.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-11.el8_10.s390x",
"product": {
"name": "jq-0:1.6-11.el8_10.s390x",
"product_id": "jq-0:1.6-11.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-11.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-11.el8_10.s390x",
"product": {
"name": "jq-debugsource-0:1.6-11.el8_10.s390x",
"product_id": "jq-debugsource-0:1.6-11.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-11.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-11.el8_10.s390x",
"product": {
"name": "jq-debuginfo-0:1.6-11.el8_10.s390x",
"product_id": "jq-debuginfo-0:1.6-11.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-11.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.6-11.el8_10.s390x",
"product": {
"name": "jq-devel-0:1.6-11.el8_10.s390x",
"product_id": "jq-devel-0:1.6-11.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.6-11.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64"
},
"product_reference": "jq-0:1.6-11.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686"
},
"product_reference": "jq-0:1.6-11.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le"
},
"product_reference": "jq-0:1.6-11.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x"
},
"product_reference": "jq-0:1.6-11.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-11.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src"
},
"product_reference": "jq-0:1.6-11.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64"
},
"product_reference": "jq-0:1.6-11.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-11.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686"
},
"product_reference": "jq-debuginfo-0:1.6-11.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-11.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-11.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-11.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686"
},
"product_reference": "jq-debugsource-0:1.6-11.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-11.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x"
},
"product_reference": "jq-debugsource-0:1.6-11.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-11.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64"
},
"product_reference": "jq-devel-0:1.6-11.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686"
},
"product_reference": "jq-devel-0:1.6-11.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le"
},
"product_reference": "jq-devel-0:1.6-11.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x"
},
"product_reference": "jq-devel-0:1.6-11.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64"
},
"product_reference": "jq-devel-0:1.6-11.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64"
},
"product_reference": "jq-0:1.6-11.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686"
},
"product_reference": "jq-0:1.6-11.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le"
},
"product_reference": "jq-0:1.6-11.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x"
},
"product_reference": "jq-0:1.6-11.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-11.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src"
},
"product_reference": "jq-0:1.6-11.el8_10.src",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64"
},
"product_reference": "jq-0:1.6-11.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-11.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686"
},
"product_reference": "jq-debuginfo-0:1.6-11.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-11.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-11.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-11.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686"
},
"product_reference": "jq-debugsource-0:1.6-11.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-11.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x"
},
"product_reference": "jq-debugsource-0:1.6-11.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-11.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64"
},
"product_reference": "jq-devel-0:1.6-11.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686"
},
"product_reference": "jq-devel-0:1.6-11.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le"
},
"product_reference": "jq-devel-0:1.6-11.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x"
},
"product_reference": "jq-devel-0:1.6-11.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64"
},
"product_reference": "jq-devel-0:1.6-11.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23337",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2025-05-21T15:00:54.484658+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367807"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. An integer overflow can occur when attempting to assign a value using an array index of 2147483647 or when creating an array with 2147483647 elements, the maximum value for a 32-bit signed integer. This issue causes out-of-bounds memory access and results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq has signed integer overflow in jv.c:jvp_array_write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into processing a specially crafted JSON input, allowing an attacker to trigger an integer overflow and cause a crash in jq with no other security impact. Due to these reasons, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23337"
},
{
"category": "external",
"summary": "RHBZ#2367807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367807"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23337"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e",
"url": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/issues/3262",
"url": "https://github.com/jqlang/jq/issues/3262"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46"
}
],
"release_date": "2025-05-21T14:34:51.007000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T12:44:44+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10618"
},
{
"category": "workaround",
"details": "Do not process untrusted input with the jq command line JSON processor.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: jq has signed integer overflow in jv.c:jvp_array_write"
},
{
"cve": "CVE-2025-48060",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"discovery_date": "2025-05-21T18:00:55.721838+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367842"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. A specially crafted input can cause a heap-based buffer over-read when formatting an empty string because it was not properly null-terminated, causing a crash and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into processing a specially crafted JSON input, allowing an attacker to trigger a buffer over-read of 2 bytes and cause a crash in jq with no other security impact. Due to these reasons, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-48060"
},
{
"category": "external",
"summary": "RHBZ#2367842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367842"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48060"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-p7rr-28xf-3m5w",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-p7rr-28xf-3m5w"
}
],
"release_date": "2025-05-21T17:32:43.602000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T12:44:44+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10618"
},
{
"category": "workaround",
"details": "Do not process untrusted input with the jq command line JSON processor.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:jq-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debuginfo-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-debugsource-0:1.6-11.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:jq-devel-0:1.6-11.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt)"
}
]
}
RHSA-2025:10619
Vulnerability from csaf_redhat - Published: 2025-07-08 12:33 - Updated: 2026-06-02 15:22A flaw was found in jq, a command line JSON processor. An integer overflow can occur when attempting to assign a value using an array index of 2147483647 or when creating an array with 2147483647 elements, the maximum value for a 32-bit signed integer. This issue causes out-of-bounds memory access and results in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command line JSON processor. A specially crafted input can cause a heap-based buffer over-read when formatting an empty string because it was not properly null-terminated, causing a crash and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: jq has signed integer overflow in jv.c:jvp_array_write (CVE-2024-23337)\n\n* jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt) (CVE-2025-48060)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:10619",
"url": "https://access.redhat.com/errata/RHSA-2025:10619"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2367807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367807"
},
{
"category": "external",
"summary": "2367842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367842"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10619.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-02T15:22:59+00:00",
"generator": {
"date": "2026-06-02T15:22:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:10619",
"initial_release_date": "2025-07-08T12:33:34+00:00",
"revision_history": [
{
"date": "2025-07-08T12:33:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-08T12:33:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:22:59+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-6.el8_8.3.src",
"product": {
"name": "jq-0:1.6-6.el8_8.3.src",
"product_id": "jq-0:1.6-6.el8_8.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-6.el8_8.3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-6.el8_8.3.ppc64le",
"product": {
"name": "jq-0:1.6-6.el8_8.3.ppc64le",
"product_id": "jq-0:1.6-6.el8_8.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-6.el8_8.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-6.el8_8.3.ppc64le",
"product": {
"name": "jq-debugsource-0:1.6-6.el8_8.3.ppc64le",
"product_id": "jq-debugsource-0:1.6-6.el8_8.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-6.el8_8.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-6.el8_8.3.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.6-6.el8_8.3.ppc64le",
"product_id": "jq-debuginfo-0:1.6-6.el8_8.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-6.el8_8.3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-6.el8_8.3.i686",
"product": {
"name": "jq-0:1.6-6.el8_8.3.i686",
"product_id": "jq-0:1.6-6.el8_8.3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-6.el8_8.3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-6.el8_8.3.i686",
"product": {
"name": "jq-debugsource-0:1.6-6.el8_8.3.i686",
"product_id": "jq-debugsource-0:1.6-6.el8_8.3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-6.el8_8.3?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-6.el8_8.3.i686",
"product": {
"name": "jq-debuginfo-0:1.6-6.el8_8.3.i686",
"product_id": "jq-debuginfo-0:1.6-6.el8_8.3.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-6.el8_8.3?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-6.el8_8.3.x86_64",
"product": {
"name": "jq-0:1.6-6.el8_8.3.x86_64",
"product_id": "jq-0:1.6-6.el8_8.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-6.el8_8.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-6.el8_8.3.x86_64",
"product": {
"name": "jq-debugsource-0:1.6-6.el8_8.3.x86_64",
"product_id": "jq-debugsource-0:1.6-6.el8_8.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-6.el8_8.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"product": {
"name": "jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"product_id": "jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-6.el8_8.3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.i686"
},
"product_reference": "jq-0:1.6-6.el8_8.3.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.ppc64le"
},
"product_reference": "jq-0:1.6-6.el8_8.3.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.3.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.src"
},
"product_reference": "jq-0:1.6-6.el8_8.3.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.x86_64"
},
"product_reference": "jq-0:1.6-6.el8_8.3.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-6.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.i686"
},
"product_reference": "jq-debuginfo-0:1.6-6.el8_8.3.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-6.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-6.el8_8.3.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-6.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-6.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.i686"
},
"product_reference": "jq-debugsource-0:1.6-6.el8_8.3.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-6.el8_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-6.el8_8.3.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-6.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-6.el8_8.3.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.i686"
},
"product_reference": "jq-0:1.6-6.el8_8.3.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.3.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.src"
},
"product_reference": "jq-0:1.6-6.el8_8.3.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-6.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.x86_64"
},
"product_reference": "jq-0:1.6-6.el8_8.3.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-6.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.i686"
},
"product_reference": "jq-debuginfo-0:1.6-6.el8_8.3.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-6.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-6.el8_8.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.i686"
},
"product_reference": "jq-debugsource-0:1.6-6.el8_8.3.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-6.el8_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-6.el8_8.3.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23337",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2025-05-21T15:00:54.484658+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367807"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. An integer overflow can occur when attempting to assign a value using an array index of 2147483647 or when creating an array with 2147483647 elements, the maximum value for a 32-bit signed integer. This issue causes out-of-bounds memory access and results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq has signed integer overflow in jv.c:jvp_array_write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into processing a specially crafted JSON input, allowing an attacker to trigger an integer overflow and cause a crash in jq with no other security impact. Due to these reasons, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23337"
},
{
"category": "external",
"summary": "RHBZ#2367807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367807"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23337"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e",
"url": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/issues/3262",
"url": "https://github.com/jqlang/jq/issues/3262"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46"
}
],
"release_date": "2025-05-21T14:34:51.007000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T12:33:34+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10619"
},
{
"category": "workaround",
"details": "Do not process untrusted input with the jq command line JSON processor.",
"product_ids": [
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: jq has signed integer overflow in jv.c:jvp_array_write"
},
{
"cve": "CVE-2025-48060",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"discovery_date": "2025-05-21T18:00:55.721838+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367842"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. A specially crafted input can cause a heap-based buffer over-read when formatting an empty string because it was not properly null-terminated, causing a crash and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into processing a specially crafted JSON input, allowing an attacker to trigger a buffer over-read of 2 bytes and cause a crash in jq with no other security impact. Due to these reasons, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-48060"
},
{
"category": "external",
"summary": "RHBZ#2367842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367842"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48060"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-p7rr-28xf-3m5w",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-p7rr-28xf-3m5w"
}
],
"release_date": "2025-05-21T17:32:43.602000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T12:33:34+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10619"
},
{
"category": "workaround",
"details": "Do not process untrusted input with the jq command line JSON processor.",
"product_ids": [
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.E4S:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.ppc64le",
"AppStream-8.8.0.Z.E4S:jq-debugsource-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.src",
"AppStream-8.8.0.Z.TUS:jq-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debuginfo-0:1.6-6.el8_8.3.x86_64",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.i686",
"AppStream-8.8.0.Z.TUS:jq-debugsource-0:1.6-6.el8_8.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt)"
}
]
}
RHSA-2025:10620
Vulnerability from csaf_redhat - Published: 2025-07-08 12:44 - Updated: 2026-06-02 15:23A flaw was found in jq, a command line JSON processor. An integer overflow can occur when attempting to assign a value using an array index of 2147483647 or when creating an array with 2147483647 elements, the maximum value for a 32-bit signed integer. This issue causes out-of-bounds memory access and results in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command line JSON processor. A specially crafted input can cause a heap-based buffer over-read when formatting an empty string because it was not properly null-terminated, causing a crash and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, Red Hat Enterprise Linux 8.6 Telecommunications Update Service, and Red Hat Enterprise Linux 8.6 Extended Update Support EXTENSION.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: jq has signed integer overflow in jv.c:jvp_array_write (CVE-2024-23337)\n\n* jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt) (CVE-2025-48060)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:10620",
"url": "https://access.redhat.com/errata/RHSA-2025:10620"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2367807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367807"
},
{
"category": "external",
"summary": "2367842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367842"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10620.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-02T15:23:01+00:00",
"generator": {
"date": "2026-06-02T15:23:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:10620",
"initial_release_date": "2025-07-08T12:44:14+00:00",
"revision_history": [
{
"date": "2025-07-08T12:44:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-08T12:44:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:23:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-3.el8_6.1.src",
"product": {
"name": "jq-0:1.6-3.el8_6.1.src",
"product_id": "jq-0:1.6-3.el8_6.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-3.el8_6.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-3.el8_6.1.i686",
"product": {
"name": "jq-0:1.6-3.el8_6.1.i686",
"product_id": "jq-0:1.6-3.el8_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-3.el8_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-3.el8_6.1.i686",
"product": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.i686",
"product_id": "jq-debugsource-0:1.6-3.el8_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-3.el8_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-3.el8_6.1.i686",
"product": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.i686",
"product_id": "jq-debuginfo-0:1.6-3.el8_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-3.el8_6.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-3.el8_6.1.x86_64",
"product": {
"name": "jq-0:1.6-3.el8_6.1.x86_64",
"product_id": "jq-0:1.6-3.el8_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-3.el8_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"product": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"product_id": "jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-3.el8_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"product": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"product_id": "jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-3.el8_6.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-3.el8_6.1.aarch64",
"product": {
"name": "jq-0:1.6-3.el8_6.1.aarch64",
"product_id": "jq-0:1.6-3.el8_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-3.el8_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-3.el8_6.1.aarch64",
"product": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.aarch64",
"product_id": "jq-debugsource-0:1.6-3.el8_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-3.el8_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-3.el8_6.1.aarch64",
"product": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.aarch64",
"product_id": "jq-debuginfo-0:1.6-3.el8_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-3.el8_6.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-3.el8_6.1.ppc64le",
"product": {
"name": "jq-0:1.6-3.el8_6.1.ppc64le",
"product_id": "jq-0:1.6-3.el8_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-3.el8_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-3.el8_6.1.ppc64le",
"product": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.ppc64le",
"product_id": "jq-debugsource-0:1.6-3.el8_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-3.el8_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-3.el8_6.1.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.ppc64le",
"product_id": "jq-debuginfo-0:1.6-3.el8_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-3.el8_6.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.6-3.el8_6.1.s390x",
"product": {
"name": "jq-0:1.6-3.el8_6.1.s390x",
"product_id": "jq-0:1.6-3.el8_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.6-3.el8_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.6-3.el8_6.1.s390x",
"product": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.s390x",
"product_id": "jq-debugsource-0:1.6-3.el8_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.6-3.el8_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.6-3.el8_6.1.s390x",
"product": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.s390x",
"product_id": "jq-debuginfo-0:1.6-3.el8_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.6-3.el8_6.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.i686"
},
"product_reference": "jq-0:1.6-3.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.src"
},
"product_reference": "jq-0:1.6-3.el8_6.1.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.x86_64"
},
"product_reference": "jq-0:1.6-3.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.i686"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.i686"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.aarch64"
},
"product_reference": "jq-0:1.6-3.el8_6.1.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.i686"
},
"product_reference": "jq-0:1.6-3.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.ppc64le"
},
"product_reference": "jq-0:1.6-3.el8_6.1.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.s390x"
},
"product_reference": "jq-0:1.6-3.el8_6.1.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.src"
},
"product_reference": "jq-0:1.6-3.el8_6.1.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.x86_64"
},
"product_reference": "jq-0:1.6-3.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.aarch64"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.1.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.i686"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.1.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.s390x"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.1.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.aarch64"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.1.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.i686"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.ppc64le"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.1.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.s390x"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.1.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.i686"
},
"product_reference": "jq-0:1.6-3.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.src"
},
"product_reference": "jq-0:1.6-3.el8_6.1.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.x86_64"
},
"product_reference": "jq-0:1.6-3.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.i686"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.i686"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.i686"
},
"product_reference": "jq-0:1.6-3.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.src"
},
"product_reference": "jq-0:1.6-3.el8_6.1.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.6-3.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.x86_64"
},
"product_reference": "jq-0:1.6-3.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.i686"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.6-3.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64"
},
"product_reference": "jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.i686"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.6-3.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64"
},
"product_reference": "jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23337",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2025-05-21T15:00:54.484658+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367807"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. An integer overflow can occur when attempting to assign a value using an array index of 2147483647 or when creating an array with 2147483647 elements, the maximum value for a 32-bit signed integer. This issue causes out-of-bounds memory access and results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq has signed integer overflow in jv.c:jvp_array_write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into processing a specially crafted JSON input, allowing an attacker to trigger an integer overflow and cause a crash in jq with no other security impact. Due to these reasons, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23337"
},
{
"category": "external",
"summary": "RHBZ#2367807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367807"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23337"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e",
"url": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/issues/3262",
"url": "https://github.com/jqlang/jq/issues/3262"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46"
}
],
"release_date": "2025-05-21T14:34:51.007000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T12:44:14+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10620"
},
{
"category": "workaround",
"details": "Do not process untrusted input with the jq command line JSON processor.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: jq has signed integer overflow in jv.c:jvp_array_write"
},
{
"cve": "CVE-2025-48060",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"discovery_date": "2025-05-21T18:00:55.721838+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367842"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. A specially crafted input can cause a heap-based buffer over-read when formatting an empty string because it was not properly null-terminated, causing a crash and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into processing a specially crafted JSON input, allowing an attacker to trigger a buffer over-read of 2 bytes and cause a crash in jq with no other security impact. Due to these reasons, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-48060"
},
{
"category": "external",
"summary": "RHBZ#2367842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367842"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48060"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-p7rr-28xf-3m5w",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-p7rr-28xf-3m5w"
}
],
"release_date": "2025-05-21T17:32:43.602000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T12:44:14+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10620"
},
{
"category": "workaround",
"details": "Do not process untrusted input with the jq command line JSON processor.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.AUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.E4S:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:jq-debugsource-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.src",
"AppStream-8.6.0.Z.TUS:jq-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debuginfo-0:1.6-3.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:jq-debugsource-0:1.6-3.el8_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt)"
}
]
}
RHSA-2025:10621
Vulnerability from csaf_redhat - Published: 2025-07-08 12:34 - Updated: 2026-06-02 15:22A flaw was found in jq, a command line JSON processor. An integer overflow can occur when attempting to assign a value using an array index of 2147483647 or when creating an array with 2147483647 elements, the maximum value for a 32-bit signed integer. This issue causes out-of-bounds memory access and results in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command line JSON processor. A specially crafted input can cause a heap-based buffer over-read when formatting an empty string because it was not properly null-terminated, causing a crash and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: jq has signed integer overflow in jv.c:jvp_array_write (CVE-2024-23337)\n\n* jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt) (CVE-2025-48060)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:10621",
"url": "https://access.redhat.com/errata/RHSA-2025:10621"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2367807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367807"
},
{
"category": "external",
"summary": "2367842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367842"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10621.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-02T15:22:58+00:00",
"generator": {
"date": "2026-06-02T15:22:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:10621",
"initial_release_date": "2025-07-08T12:34:30+00:00",
"revision_history": [
{
"date": "2025-07-08T12:34:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-08T12:34:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:22:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.5-12.el8_4.4.src",
"product": {
"name": "jq-0:1.5-12.el8_4.4.src",
"product_id": "jq-0:1.5-12.el8_4.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.5-12.el8_4.4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.5-12.el8_4.4.i686",
"product": {
"name": "jq-0:1.5-12.el8_4.4.i686",
"product_id": "jq-0:1.5-12.el8_4.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.5-12.el8_4.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.5-12.el8_4.4.i686",
"product": {
"name": "jq-debugsource-0:1.5-12.el8_4.4.i686",
"product_id": "jq-debugsource-0:1.5-12.el8_4.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.5-12.el8_4.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.5-12.el8_4.4.i686",
"product": {
"name": "jq-debuginfo-0:1.5-12.el8_4.4.i686",
"product_id": "jq-debuginfo-0:1.5-12.el8_4.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.5-12.el8_4.4?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.5-12.el8_4.4.x86_64",
"product": {
"name": "jq-0:1.5-12.el8_4.4.x86_64",
"product_id": "jq-0:1.5-12.el8_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.5-12.el8_4.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.5-12.el8_4.4.x86_64",
"product": {
"name": "jq-debugsource-0:1.5-12.el8_4.4.x86_64",
"product_id": "jq-debugsource-0:1.5-12.el8_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.5-12.el8_4.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.5-12.el8_4.4.x86_64",
"product": {
"name": "jq-debuginfo-0:1.5-12.el8_4.4.x86_64",
"product_id": "jq-debuginfo-0:1.5-12.el8_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.5-12.el8_4.4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.5-12.el8_4.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.i686"
},
"product_reference": "jq-0:1.5-12.el8_4.4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.5-12.el8_4.4.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.src"
},
"product_reference": "jq-0:1.5-12.el8_4.4.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.5-12.el8_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.x86_64"
},
"product_reference": "jq-0:1.5-12.el8_4.4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.5-12.el8_4.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.i686"
},
"product_reference": "jq-debuginfo-0:1.5-12.el8_4.4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.5-12.el8_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.x86_64"
},
"product_reference": "jq-debuginfo-0:1.5-12.el8_4.4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.5-12.el8_4.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.i686"
},
"product_reference": "jq-debugsource-0:1.5-12.el8_4.4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.5-12.el8_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.x86_64"
},
"product_reference": "jq-debugsource-0:1.5-12.el8_4.4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23337",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2025-05-21T15:00:54.484658+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367807"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. An integer overflow can occur when attempting to assign a value using an array index of 2147483647 or when creating an array with 2147483647 elements, the maximum value for a 32-bit signed integer. This issue causes out-of-bounds memory access and results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq has signed integer overflow in jv.c:jvp_array_write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into processing a specially crafted JSON input, allowing an attacker to trigger an integer overflow and cause a crash in jq with no other security impact. Due to these reasons, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23337"
},
{
"category": "external",
"summary": "RHBZ#2367807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367807"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23337"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e",
"url": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/issues/3262",
"url": "https://github.com/jqlang/jq/issues/3262"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46"
}
],
"release_date": "2025-05-21T14:34:51.007000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T12:34:30+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10621"
},
{
"category": "workaround",
"details": "Do not process untrusted input with the jq command line JSON processor.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: jq has signed integer overflow in jv.c:jvp_array_write"
},
{
"cve": "CVE-2025-48060",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"discovery_date": "2025-05-21T18:00:55.721838+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367842"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. A specially crafted input can cause a heap-based buffer over-read when formatting an empty string because it was not properly null-terminated, causing a crash and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into processing a specially crafted JSON input, allowing an attacker to trigger a buffer over-read of 2 bytes and cause a crash in jq with no other security impact. Due to these reasons, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-48060"
},
{
"category": "external",
"summary": "RHBZ#2367842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367842"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48060"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-p7rr-28xf-3m5w",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-p7rr-28xf-3m5w"
}
],
"release_date": "2025-05-21T17:32:43.602000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T12:34:30+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10621"
},
{
"category": "workaround",
"details": "Do not process untrusted input with the jq command line JSON processor.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.src",
"AppStream-8.4.0.Z.AUS:jq-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_4.4.x86_64",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.i686",
"AppStream-8.4.0.Z.AUS:jq-debugsource-0:1.5-12.el8_4.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt)"
}
]
}
RHSA-2025:10622
Vulnerability from csaf_redhat - Published: 2025-07-08 12:35 - Updated: 2026-06-02 15:22A flaw was found in jq, a command line JSON processor. An integer overflow can occur when attempting to assign a value using an array index of 2147483647 or when creating an array with 2147483647 elements, the maximum value for a 32-bit signed integer. This issue causes out-of-bounds memory access and results in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command line JSON processor. A specially crafted input can cause a heap-based buffer over-read when formatting an empty string because it was not properly null-terminated, causing a crash and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: jq has signed integer overflow in jv.c:jvp_array_write (CVE-2024-23337)\n\n* jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt) (CVE-2025-48060)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:10622",
"url": "https://access.redhat.com/errata/RHSA-2025:10622"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2367807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367807"
},
{
"category": "external",
"summary": "2367842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367842"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10622.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-02T15:22:57+00:00",
"generator": {
"date": "2026-06-02T15:22:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:10622",
"initial_release_date": "2025-07-08T12:35:49+00:00",
"revision_history": [
{
"date": "2025-07-08T12:35:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-08T12:35:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:22:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.5-12.el8_2.1.src",
"product": {
"name": "jq-0:1.5-12.el8_2.1.src",
"product_id": "jq-0:1.5-12.el8_2.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.5-12.el8_2.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.5-12.el8_2.1.i686",
"product": {
"name": "jq-0:1.5-12.el8_2.1.i686",
"product_id": "jq-0:1.5-12.el8_2.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.5-12.el8_2.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.5-12.el8_2.1.i686",
"product": {
"name": "jq-debugsource-0:1.5-12.el8_2.1.i686",
"product_id": "jq-debugsource-0:1.5-12.el8_2.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.5-12.el8_2.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.5-12.el8_2.1.i686",
"product": {
"name": "jq-debuginfo-0:1.5-12.el8_2.1.i686",
"product_id": "jq-debuginfo-0:1.5-12.el8_2.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.5-12.el8_2.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.5-12.el8_2.1.x86_64",
"product": {
"name": "jq-0:1.5-12.el8_2.1.x86_64",
"product_id": "jq-0:1.5-12.el8_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.5-12.el8_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.5-12.el8_2.1.x86_64",
"product": {
"name": "jq-debugsource-0:1.5-12.el8_2.1.x86_64",
"product_id": "jq-debugsource-0:1.5-12.el8_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.5-12.el8_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.5-12.el8_2.1.x86_64",
"product": {
"name": "jq-debuginfo-0:1.5-12.el8_2.1.x86_64",
"product_id": "jq-debuginfo-0:1.5-12.el8_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.5-12.el8_2.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.5-12.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.i686"
},
"product_reference": "jq-0:1.5-12.el8_2.1.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.5-12.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.src"
},
"product_reference": "jq-0:1.5-12.el8_2.1.src",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.5-12.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.x86_64"
},
"product_reference": "jq-0:1.5-12.el8_2.1.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.5-12.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.i686"
},
"product_reference": "jq-debuginfo-0:1.5-12.el8_2.1.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.5-12.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.x86_64"
},
"product_reference": "jq-debuginfo-0:1.5-12.el8_2.1.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.5-12.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.i686"
},
"product_reference": "jq-debugsource-0:1.5-12.el8_2.1.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.5-12.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.x86_64"
},
"product_reference": "jq-debugsource-0:1.5-12.el8_2.1.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23337",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2025-05-21T15:00:54.484658+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367807"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. An integer overflow can occur when attempting to assign a value using an array index of 2147483647 or when creating an array with 2147483647 elements, the maximum value for a 32-bit signed integer. This issue causes out-of-bounds memory access and results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq has signed integer overflow in jv.c:jvp_array_write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into processing a specially crafted JSON input, allowing an attacker to trigger an integer overflow and cause a crash in jq with no other security impact. Due to these reasons, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.src",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23337"
},
{
"category": "external",
"summary": "RHBZ#2367807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367807"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23337"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e",
"url": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/issues/3262",
"url": "https://github.com/jqlang/jq/issues/3262"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46"
}
],
"release_date": "2025-05-21T14:34:51.007000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T12:35:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.src",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10622"
},
{
"category": "workaround",
"details": "Do not process untrusted input with the jq command line JSON processor.",
"product_ids": [
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.src",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.src",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: jq has signed integer overflow in jv.c:jvp_array_write"
},
{
"cve": "CVE-2025-48060",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"discovery_date": "2025-05-21T18:00:55.721838+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367842"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. A specially crafted input can cause a heap-based buffer over-read when formatting an empty string because it was not properly null-terminated, causing a crash and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into processing a specially crafted JSON input, allowing an attacker to trigger a buffer over-read of 2 bytes and cause a crash in jq with no other security impact. Due to these reasons, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.src",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-48060"
},
{
"category": "external",
"summary": "RHBZ#2367842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367842"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48060"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-p7rr-28xf-3m5w",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-p7rr-28xf-3m5w"
}
],
"release_date": "2025-05-21T17:32:43.602000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T12:35:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.src",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10622"
},
{
"category": "workaround",
"details": "Do not process untrusted input with the jq command line JSON processor.",
"product_ids": [
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.src",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.src",
"AppStream-8.2.0.Z.AUS:jq-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debuginfo-0:1.5-12.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:jq-debugsource-0:1.5-12.el8_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt)"
}
]
}
RHSA-2025:12882
Vulnerability from csaf_redhat - Published: 2025-08-05 03:18 - Updated: 2026-06-02 15:23A flaw was found in jq, a command line JSON processor. An integer overflow can occur when attempting to assign a value using an array index of 2147483647 or when creating an array with 2147483647 elements, the maximum value for a 32-bit signed integer. This issue causes out-of-bounds memory access and results in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command line JSON processor. A specially crafted input can cause a heap-based buffer over-read when formatting an empty string because it was not properly null-terminated, causing a crash and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for jq is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data. You can use it to slice, filter, map, or transform structured data with the same ease that sed, awk, grep, or similar applications allow you to manipulate text.\n\nSecurity Fix(es):\n\n* jq: jq has signed integer overflow in jv.c:jvp_array_write (CVE-2024-23337)\n\n* jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt) (CVE-2025-48060)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:12882",
"url": "https://access.redhat.com/errata/RHSA-2025:12882"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2367807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367807"
},
{
"category": "external",
"summary": "2367842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367842"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_12882.json"
}
],
"title": "Red Hat Security Advisory: jq security update",
"tracking": {
"current_release_date": "2026-06-02T15:23:01+00:00",
"generator": {
"date": "2026-06-02T15:23:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:12882",
"initial_release_date": "2025-08-05T03:18:37+00:00",
"revision_history": [
{
"date": "2025-08-05T03:18:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-05T03:18:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:23:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-8.el10_0.1.src",
"product": {
"name": "jq-0:1.7.1-8.el10_0.1.src",
"product_id": "jq-0:1.7.1-8.el10_0.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-8.el10_0.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-8.el10_0.1.aarch64",
"product": {
"name": "jq-0:1.7.1-8.el10_0.1.aarch64",
"product_id": "jq-0:1.7.1-8.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-8.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"product": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"product_id": "jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-8.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"product": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"product_id": "jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-8.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"product": {
"name": "jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"product_id": "jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-8.el10_0.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-8.el10_0.1.ppc64le",
"product": {
"name": "jq-0:1.7.1-8.el10_0.1.ppc64le",
"product_id": "jq-0:1.7.1-8.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-8.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"product": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"product_id": "jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-8.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"product": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"product_id": "jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-8.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"product": {
"name": "jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"product_id": "jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-8.el10_0.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-8.el10_0.1.x86_64",
"product": {
"name": "jq-0:1.7.1-8.el10_0.1.x86_64",
"product_id": "jq-0:1.7.1-8.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-8.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"product": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"product_id": "jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-8.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"product": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"product_id": "jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-8.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-8.el10_0.1.x86_64",
"product": {
"name": "jq-devel-0:1.7.1-8.el10_0.1.x86_64",
"product_id": "jq-devel-0:1.7.1-8.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-8.el10_0.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-0:1.7.1-8.el10_0.1.s390x",
"product": {
"name": "jq-0:1.7.1-8.el10_0.1.s390x",
"product_id": "jq-0:1.7.1-8.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq@1.7.1-8.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"product": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"product_id": "jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debugsource@1.7.1-8.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"product": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"product_id": "jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-debuginfo@1.7.1-8.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "jq-devel-0:1.7.1-8.el10_0.1.s390x",
"product": {
"name": "jq-devel-0:1.7.1-8.el10_0.1.s390x",
"product_id": "jq-devel-0:1.7.1-8.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jq-devel@1.7.1-8.el10_0.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64"
},
"product_reference": "jq-0:1.7.1-8.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le"
},
"product_reference": "jq-0:1.7.1-8.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x"
},
"product_reference": "jq-0:1.7.1-8.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.src"
},
"product_reference": "jq-0:1.7.1-8.el10_0.1.src",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64"
},
"product_reference": "jq-0:1.7.1-8.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64"
},
"product_reference": "jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le"
},
"product_reference": "jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x"
},
"product_reference": "jq-devel-0:1.7.1-8.el10_0.1.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64"
},
"product_reference": "jq-devel-0:1.7.1-8.el10_0.1.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64"
},
"product_reference": "jq-0:1.7.1-8.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le"
},
"product_reference": "jq-0:1.7.1-8.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x"
},
"product_reference": "jq-0:1.7.1-8.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.src"
},
"product_reference": "jq-0:1.7.1-8.el10_0.1.src",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-0:1.7.1-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64"
},
"product_reference": "jq-0:1.7.1-8.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64"
},
"product_reference": "jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-debugsource-0:1.7.1-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64"
},
"product_reference": "jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64"
},
"product_reference": "jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le"
},
"product_reference": "jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x"
},
"product_reference": "jq-devel-0:1.7.1-8.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-devel-0:1.7.1-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64"
},
"product_reference": "jq-devel-0:1.7.1-8.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23337",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2025-05-21T15:00:54.484658+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367807"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. An integer overflow can occur when attempting to assign a value using an array index of 2147483647 or when creating an array with 2147483647 elements, the maximum value for a 32-bit signed integer. This issue causes out-of-bounds memory access and results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq has signed integer overflow in jv.c:jvp_array_write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into processing a specially crafted JSON input, allowing an attacker to trigger an integer overflow and cause a crash in jq with no other security impact. Due to these reasons, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23337"
},
{
"category": "external",
"summary": "RHBZ#2367807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367807"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23337"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e",
"url": "https://github.com/jqlang/jq/commit/de21386681c0df0104a99d9d09db23a9b2a78b1e"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/issues/3262",
"url": "https://github.com/jqlang/jq/issues/3262"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2q6r-344g-cx46"
}
],
"release_date": "2025-05-21T14:34:51.007000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-05T03:18:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12882"
},
{
"category": "workaround",
"details": "Do not process untrusted input with the jq command line JSON processor.",
"product_ids": [
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: jq has signed integer overflow in jv.c:jvp_array_write"
},
{
"cve": "CVE-2025-48060",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"discovery_date": "2025-05-21T18:00:55.721838+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367842"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor. A specially crafted input can cause a heap-based buffer over-read when formatting an empty string because it was not properly null-terminated, causing a crash and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into processing a specially crafted JSON input, allowing an attacker to trigger a buffer over-read of 2 bytes and cause a crash in jq with no other security impact. Due to these reasons, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-48060"
},
{
"category": "external",
"summary": "RHBZ#2367842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367842"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48060"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-p7rr-28xf-3m5w",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-p7rr-28xf-3m5w"
}
],
"release_date": "2025-05-21T17:32:43.602000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-05T03:18:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12882"
},
{
"category": "workaround",
"details": "Do not process untrusted input with the jq command line JSON processor.",
"product_ids": [
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"BaseOS-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"BaseOS-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.src",
"CRB-10.0.Z:jq-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debuginfo-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-debugsource-0:1.7.1-8.el10_0.1.x86_64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.aarch64",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.ppc64le",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.s390x",
"CRB-10.0.Z:jq-devel-0:1.7.1-8.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jq: AddressSanitizer: stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt)"
}
]
}
SUSE-SU-2025:02384-1
Vulnerability from csaf_suse - Published: 2025-07-18 16:46 - Updated: 2025-07-18 16:46| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jq-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jq-1.6-150000.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jq-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:jq-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for jq",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for jq fixes the following issues:\n\n- CVE-2024-23337: Fixed signed integer overflow in jv.c:jvp_array_write (bsc#1243450).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2384,SUSE-SLE-Micro-5.3-2025-2384,SUSE-SLE-Micro-5.4-2025-2384,SUSE-SLE-Micro-5.5-2025-2384,SUSE-SLE-Module-Basesystem-15-SP6-2025-2384,SUSE-SLE-Module-Basesystem-15-SP7-2025-2384,SUSE-SUSE-MicroOS-5.1-2025-2384,SUSE-SUSE-MicroOS-5.2-2025-2384,openSUSE-SLE-15.6-2025-2384",
"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/suse-su-2025_02384-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02384-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502384-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02384-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040788.html"
},
{
"category": "self",
"summary": "SUSE Bug 1243450",
"url": "https://bugzilla.suse.com/1243450"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23337/"
}
],
"title": "Security update for jq",
"tracking": {
"current_release_date": "2025-07-18T16:46:06Z",
"generator": {
"date": "2025-07-18T16:46:06Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02384-1",
"initial_release_date": "2025-07-18T16:46:06Z",
"revision_history": [
{
"date": "2025-07-18T16:46:06Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "jq-1.6-150000.3.6.1.aarch64",
"product": {
"name": "jq-1.6-150000.3.6.1.aarch64",
"product_id": "jq-1.6-150000.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "libjq-devel-1.6-150000.3.6.1.aarch64",
"product": {
"name": "libjq-devel-1.6-150000.3.6.1.aarch64",
"product_id": "libjq-devel-1.6-150000.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "libjq1-1.6-150000.3.6.1.aarch64",
"product": {
"name": "libjq1-1.6-150000.3.6.1.aarch64",
"product_id": "libjq1-1.6-150000.3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.6-150000.3.6.1.i586",
"product": {
"name": "jq-1.6-150000.3.6.1.i586",
"product_id": "jq-1.6-150000.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "libjq-devel-1.6-150000.3.6.1.i586",
"product": {
"name": "libjq-devel-1.6-150000.3.6.1.i586",
"product_id": "libjq-devel-1.6-150000.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "libjq1-1.6-150000.3.6.1.i586",
"product": {
"name": "libjq1-1.6-150000.3.6.1.i586",
"product_id": "libjq1-1.6-150000.3.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.6-150000.3.6.1.ppc64le",
"product": {
"name": "jq-1.6-150000.3.6.1.ppc64le",
"product_id": "jq-1.6-150000.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libjq-devel-1.6-150000.3.6.1.ppc64le",
"product": {
"name": "libjq-devel-1.6-150000.3.6.1.ppc64le",
"product_id": "libjq-devel-1.6-150000.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libjq1-1.6-150000.3.6.1.ppc64le",
"product": {
"name": "libjq1-1.6-150000.3.6.1.ppc64le",
"product_id": "libjq1-1.6-150000.3.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.6-150000.3.6.1.s390x",
"product": {
"name": "jq-1.6-150000.3.6.1.s390x",
"product_id": "jq-1.6-150000.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "libjq-devel-1.6-150000.3.6.1.s390x",
"product": {
"name": "libjq-devel-1.6-150000.3.6.1.s390x",
"product_id": "libjq-devel-1.6-150000.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "libjq1-1.6-150000.3.6.1.s390x",
"product": {
"name": "libjq1-1.6-150000.3.6.1.s390x",
"product_id": "libjq1-1.6-150000.3.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.6-150000.3.6.1.x86_64",
"product": {
"name": "jq-1.6-150000.3.6.1.x86_64",
"product_id": "jq-1.6-150000.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libjq-devel-1.6-150000.3.6.1.x86_64",
"product": {
"name": "libjq-devel-1.6-150000.3.6.1.x86_64",
"product_id": "libjq-devel-1.6-150000.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libjq1-1.6-150000.3.6.1.x86_64",
"product": {
"name": "libjq1-1.6-150000.3.6.1.x86_64",
"product_id": "libjq1-1.6-150000.3.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.aarch64"
},
"product_reference": "jq-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.s390x"
},
"product_reference": "jq-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.x86_64"
},
"product_reference": "jq-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.aarch64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.s390x"
},
"product_reference": "libjq1-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.x86_64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.aarch64"
},
"product_reference": "jq-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.s390x"
},
"product_reference": "jq-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.x86_64"
},
"product_reference": "jq-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.aarch64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.s390x"
},
"product_reference": "libjq1-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.x86_64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.aarch64"
},
"product_reference": "jq-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.ppc64le"
},
"product_reference": "jq-1.6-150000.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.s390x"
},
"product_reference": "jq-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.x86_64"
},
"product_reference": "jq-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.aarch64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.ppc64le"
},
"product_reference": "libjq1-1.6-150000.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.s390x"
},
"product_reference": "libjq1-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.x86_64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.aarch64"
},
"product_reference": "jq-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.ppc64le"
},
"product_reference": "jq-1.6-150000.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.s390x"
},
"product_reference": "jq-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.x86_64"
},
"product_reference": "jq-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.aarch64"
},
"product_reference": "libjq-devel-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.6-150000.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.ppc64le"
},
"product_reference": "libjq-devel-1.6-150000.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.s390x"
},
"product_reference": "libjq-devel-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.x86_64"
},
"product_reference": "libjq-devel-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.aarch64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.ppc64le"
},
"product_reference": "libjq1-1.6-150000.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.s390x"
},
"product_reference": "libjq1-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.x86_64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.aarch64"
},
"product_reference": "jq-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.ppc64le"
},
"product_reference": "jq-1.6-150000.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.s390x"
},
"product_reference": "jq-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.x86_64"
},
"product_reference": "jq-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.aarch64"
},
"product_reference": "libjq-devel-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.6-150000.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.ppc64le"
},
"product_reference": "libjq-devel-1.6-150000.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.s390x"
},
"product_reference": "libjq-devel-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.x86_64"
},
"product_reference": "libjq-devel-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.aarch64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.ppc64le"
},
"product_reference": "libjq1-1.6-150000.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.s390x"
},
"product_reference": "libjq1-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.x86_64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.aarch64"
},
"product_reference": "jq-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.s390x"
},
"product_reference": "jq-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.x86_64"
},
"product_reference": "jq-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.aarch64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.s390x"
},
"product_reference": "libjq1-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.x86_64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.aarch64"
},
"product_reference": "jq-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.s390x"
},
"product_reference": "jq-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.x86_64"
},
"product_reference": "jq-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.aarch64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.s390x"
},
"product_reference": "libjq1-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.x86_64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jq-1.6-150000.3.6.1.aarch64"
},
"product_reference": "jq-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jq-1.6-150000.3.6.1.ppc64le"
},
"product_reference": "jq-1.6-150000.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jq-1.6-150000.3.6.1.s390x"
},
"product_reference": "jq-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-150000.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:jq-1.6-150000.3.6.1.x86_64"
},
"product_reference": "jq-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.6-150000.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.aarch64"
},
"product_reference": "libjq-devel-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.6-150000.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.ppc64le"
},
"product_reference": "libjq-devel-1.6-150000.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.6-150000.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.s390x"
},
"product_reference": "libjq-devel-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq-devel-1.6-150000.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.x86_64"
},
"product_reference": "libjq-devel-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.aarch64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.ppc64le"
},
"product_reference": "libjq1-1.6-150000.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.s390x"
},
"product_reference": "libjq1-1.6-150000.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-150000.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.x86_64"
},
"product_reference": "libjq1-1.6-150000.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23337"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In versions up to and including 1.7.1, an integer overflow arises when assigning value using an index of 2147483647, the signed integer limit. This causes a denial of service. Commit de21386681c0df0104a99d9d09db23a9b2a78b1e contains a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.x86_64",
"openSUSE Leap 15.6:jq-1.6-150000.3.6.1.aarch64",
"openSUSE Leap 15.6:jq-1.6-150000.3.6.1.ppc64le",
"openSUSE Leap 15.6:jq-1.6-150000.3.6.1.s390x",
"openSUSE Leap 15.6:jq-1.6-150000.3.6.1.x86_64",
"openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.aarch64",
"openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.ppc64le",
"openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.s390x",
"openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.x86_64",
"openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.aarch64",
"openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.ppc64le",
"openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.s390x",
"openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23337",
"url": "https://www.suse.com/security/cve/CVE-2024-23337"
},
{
"category": "external",
"summary": "SUSE Bug 1243450 for CVE-2024-23337",
"url": "https://bugzilla.suse.com/1243450"
}
],
"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": [
"SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.x86_64",
"openSUSE Leap 15.6:jq-1.6-150000.3.6.1.aarch64",
"openSUSE Leap 15.6:jq-1.6-150000.3.6.1.ppc64le",
"openSUSE Leap 15.6:jq-1.6-150000.3.6.1.s390x",
"openSUSE Leap 15.6:jq-1.6-150000.3.6.1.x86_64",
"openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.aarch64",
"openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.ppc64le",
"openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.s390x",
"openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.x86_64",
"openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.aarch64",
"openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.ppc64le",
"openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.s390x",
"openSUSE Leap 15.6:libjq1-1.6-150000.3.6.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": [
"SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.1:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.3:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.4:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq-devel-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libjq1-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:jq-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq-devel-1.6-150000.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libjq1-1.6-150000.3.6.1.x86_64",
"openSUSE Leap 15.6:jq-1.6-150000.3.6.1.aarch64",
"openSUSE Leap 15.6:jq-1.6-150000.3.6.1.ppc64le",
"openSUSE Leap 15.6:jq-1.6-150000.3.6.1.s390x",
"openSUSE Leap 15.6:jq-1.6-150000.3.6.1.x86_64",
"openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.aarch64",
"openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.ppc64le",
"openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.s390x",
"openSUSE Leap 15.6:libjq-devel-1.6-150000.3.6.1.x86_64",
"openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.aarch64",
"openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.ppc64le",
"openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.s390x",
"openSUSE Leap 15.6:libjq1-1.6-150000.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-18T16:46:06Z",
"details": "moderate"
}
],
"title": "CVE-2024-23337"
}
]
}
SUSE-SU-2025:20506-1
Vulnerability from csaf_suse - Published: 2025-07-24 11:41 - Updated: 2025-07-24 11:41| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:jq-1.6-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:jq-1.6-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:jq-1.6-4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libjq1-1.6-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libjq1-1.6-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libjq1-1.6-4.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for jq",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for jq fixes the following issues:\n\n- CVE-2024-23337: Fixed signed integer overflow in jv.c:jvp_array_write (bsc#1243450)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-393",
"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/suse-su-2025_20506-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20506-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520506-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20506-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041045.html"
},
{
"category": "self",
"summary": "SUSE Bug 1243450",
"url": "https://bugzilla.suse.com/1243450"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23337/"
}
],
"title": "Security update for jq",
"tracking": {
"current_release_date": "2025-07-24T11:41:34Z",
"generator": {
"date": "2025-07-24T11:41:34Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20506-1",
"initial_release_date": "2025-07-24T11:41:34Z",
"revision_history": [
{
"date": "2025-07-24T11:41:34Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "jq-1.6-4.1.aarch64",
"product": {
"name": "jq-1.6-4.1.aarch64",
"product_id": "jq-1.6-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libjq1-1.6-4.1.aarch64",
"product": {
"name": "libjq1-1.6-4.1.aarch64",
"product_id": "libjq1-1.6-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.6-4.1.s390x",
"product": {
"name": "jq-1.6-4.1.s390x",
"product_id": "jq-1.6-4.1.s390x"
}
},
{
"category": "product_version",
"name": "libjq1-1.6-4.1.s390x",
"product": {
"name": "libjq1-1.6-4.1.s390x",
"product_id": "libjq1-1.6-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.6-4.1.x86_64",
"product": {
"name": "jq-1.6-4.1.x86_64",
"product_id": "jq-1.6-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libjq1-1.6-4.1.x86_64",
"product": {
"name": "libjq1-1.6-4.1.x86_64",
"product_id": "libjq1-1.6-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-4.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:jq-1.6-4.1.aarch64"
},
"product_reference": "jq-1.6-4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-4.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:jq-1.6-4.1.s390x"
},
"product_reference": "jq-1.6-4.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.6-4.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:jq-1.6-4.1.x86_64"
},
"product_reference": "jq-1.6-4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-4.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libjq1-1.6-4.1.aarch64"
},
"product_reference": "libjq1-1.6-4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-4.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libjq1-1.6-4.1.s390x"
},
"product_reference": "libjq1-1.6-4.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.6-4.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libjq1-1.6-4.1.x86_64"
},
"product_reference": "libjq1-1.6-4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23337"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In versions up to and including 1.7.1, an integer overflow arises when assigning value using an index of 2147483647, the signed integer limit. This causes a denial of service. Commit de21386681c0df0104a99d9d09db23a9b2a78b1e contains a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:jq-1.6-4.1.aarch64",
"SUSE Linux Micro 6.0:jq-1.6-4.1.s390x",
"SUSE Linux Micro 6.0:jq-1.6-4.1.x86_64",
"SUSE Linux Micro 6.0:libjq1-1.6-4.1.aarch64",
"SUSE Linux Micro 6.0:libjq1-1.6-4.1.s390x",
"SUSE Linux Micro 6.0:libjq1-1.6-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23337",
"url": "https://www.suse.com/security/cve/CVE-2024-23337"
},
{
"category": "external",
"summary": "SUSE Bug 1243450 for CVE-2024-23337",
"url": "https://bugzilla.suse.com/1243450"
}
],
"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": [
"SUSE Linux Micro 6.0:jq-1.6-4.1.aarch64",
"SUSE Linux Micro 6.0:jq-1.6-4.1.s390x",
"SUSE Linux Micro 6.0:jq-1.6-4.1.x86_64",
"SUSE Linux Micro 6.0:libjq1-1.6-4.1.aarch64",
"SUSE Linux Micro 6.0:libjq1-1.6-4.1.s390x",
"SUSE Linux Micro 6.0:libjq1-1.6-4.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": [
"SUSE Linux Micro 6.0:jq-1.6-4.1.aarch64",
"SUSE Linux Micro 6.0:jq-1.6-4.1.s390x",
"SUSE Linux Micro 6.0:jq-1.6-4.1.x86_64",
"SUSE Linux Micro 6.0:libjq1-1.6-4.1.aarch64",
"SUSE Linux Micro 6.0:libjq1-1.6-4.1.s390x",
"SUSE Linux Micro 6.0:libjq1-1.6-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-24T11:41:34Z",
"details": "moderate"
}
],
"title": "CVE-2024-23337"
}
]
}
SUSE-SU-2025:20591-1
Vulnerability from csaf_suse - Published: 2025-08-08 10:28 - Updated: 2025-08-08 10:28| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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": "Security update for jq",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for jq fixes the following issues:\n\n- CVE-2025-48060: Fixed stack-buffer-overflow in jq_fuzz_execute (jv_string_vfmt) (bsc#1244116)\n- CVE-2024-23337: Fixed signed integer overflow in jv.c:jvp_array_write (bsc#1243450)\n- CVE-2024-53427: Fixed stack-buffer-overflow in the decNumberCopy function in decNumber.c (bsc#1238078)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-207",
"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/suse-su-2025_20591-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20591-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520591-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20591-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022370.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238078",
"url": "https://bugzilla.suse.com/1238078"
},
{
"category": "self",
"summary": "SUSE Bug 1243450",
"url": "https://bugzilla.suse.com/1243450"
},
{
"category": "self",
"summary": "SUSE Bug 1244116",
"url": "https://bugzilla.suse.com/1244116"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-53427 page",
"url": "https://www.suse.com/security/cve/CVE-2024-53427/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-48060 page",
"url": "https://www.suse.com/security/cve/CVE-2025-48060/"
}
],
"title": "Security update for jq",
"tracking": {
"current_release_date": "2025-08-08T10:28:21Z",
"generator": {
"date": "2025-08-08T10:28:21Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20591-1",
"initial_release_date": "2025-08-08T10:28:21Z",
"revision_history": [
{
"date": "2025-08-08T10:28:21Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "jq-1.7.1-slfo.1.1_2.1.aarch64",
"product": {
"name": "jq-1.7.1-slfo.1.1_2.1.aarch64",
"product_id": "jq-1.7.1-slfo.1.1_2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libjq1-1.7.1-slfo.1.1_2.1.aarch64",
"product": {
"name": "libjq1-1.7.1-slfo.1.1_2.1.aarch64",
"product_id": "libjq1-1.7.1-slfo.1.1_2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.7.1-slfo.1.1_2.1.ppc64le",
"product": {
"name": "jq-1.7.1-slfo.1.1_2.1.ppc64le",
"product_id": "jq-1.7.1-slfo.1.1_2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libjq1-1.7.1-slfo.1.1_2.1.ppc64le",
"product": {
"name": "libjq1-1.7.1-slfo.1.1_2.1.ppc64le",
"product_id": "libjq1-1.7.1-slfo.1.1_2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.7.1-slfo.1.1_2.1.s390x",
"product": {
"name": "jq-1.7.1-slfo.1.1_2.1.s390x",
"product_id": "jq-1.7.1-slfo.1.1_2.1.s390x"
}
},
{
"category": "product_version",
"name": "libjq1-1.7.1-slfo.1.1_2.1.s390x",
"product": {
"name": "libjq1-1.7.1-slfo.1.1_2.1.s390x",
"product_id": "libjq1-1.7.1-slfo.1.1_2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "jq-1.7.1-slfo.1.1_2.1.x86_64",
"product": {
"name": "jq-1.7.1-slfo.1.1_2.1.x86_64",
"product_id": "jq-1.7.1-slfo.1.1_2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libjq1-1.7.1-slfo.1.1_2.1.x86_64",
"product": {
"name": "libjq1-1.7.1-slfo.1.1_2.1.x86_64",
"product_id": "libjq1-1.7.1-slfo.1.1_2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.7.1-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.aarch64"
},
"product_reference": "jq-1.7.1-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.7.1-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.ppc64le"
},
"product_reference": "jq-1.7.1-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.7.1-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.s390x"
},
"product_reference": "jq-1.7.1-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jq-1.7.1-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.x86_64"
},
"product_reference": "jq-1.7.1-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.7.1-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.aarch64"
},
"product_reference": "libjq1-1.7.1-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.7.1-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.ppc64le"
},
"product_reference": "libjq1-1.7.1-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.7.1-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.s390x"
},
"product_reference": "libjq1-1.7.1-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libjq1-1.7.1-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.x86_64"
},
"product_reference": "libjq1-1.7.1-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23337"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In versions up to and including 1.7.1, an integer overflow arises when assigning value using an index of 2147483647, the signed integer limit. This causes a denial of service. Commit de21386681c0df0104a99d9d09db23a9b2a78b1e contains a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23337",
"url": "https://www.suse.com/security/cve/CVE-2024-23337"
},
{
"category": "external",
"summary": "SUSE Bug 1243450 for CVE-2024-23337",
"url": "https://bugzilla.suse.com/1243450"
}
],
"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": [
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.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": [
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T10:28:21Z",
"details": "moderate"
}
],
"title": "CVE-2024-23337"
},
{
"cve": "CVE-2024-53427",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-53427"
}
],
"notes": [
{
"category": "general",
"text": "decNumberCopy in decNumber.c in jq through 1.7.1 does not properly consider that NaN is interpreted as numeric, which has a resultant stack-based buffer overflow and out-of-bounds write, as demonstrated by use of --slurp with subtraction, such as a filter of .-. when the input has a certain form of digit string with NaN (e.g., \"1 NaN123\" immediately followed by many more digits).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-53427",
"url": "https://www.suse.com/security/cve/CVE-2024-53427"
},
{
"category": "external",
"summary": "SUSE Bug 1238078 for CVE-2024-53427",
"url": "https://bugzilla.suse.com/1238078"
}
],
"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": [
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T10:28:21Z",
"details": "moderate"
}
],
"title": "CVE-2024-53427"
},
{
"cve": "CVE-2025-48060",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-48060"
}
],
"notes": [
{
"category": "general",
"text": "jq is a command-line JSON processor. In versions up to and including 1.7.1, a heap-buffer-overflow is present in function `jv_string_vfmt` in the jq_fuzz_execute harness from oss-fuzz. This crash happens on file jv.c, line 1456 `void* p = malloc(sz);`. As of time of publication, no patched versions are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-48060",
"url": "https://www.suse.com/security/cve/CVE-2025-48060"
},
{
"category": "external",
"summary": "SUSE Bug 1244116 for CVE-2025-48060",
"url": "https://bugzilla.suse.com/1244116"
}
],
"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": [
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:jq-1.7.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libjq1-1.7.1-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-08T10:28:21Z",
"details": "moderate"
}
],
"title": "CVE-2025-48060"
}
]
}
VDE-2025-077
Vulnerability from csaf_phoenixcontactgmbhcokg - Published: 2025-09-09 10:00 - Updated: 2025-09-09 10:00jq is a command-line JSON processor. In versions up to and including 1.7.1, an integer overflow arises when assigning value using an index of 2147483647, the signed integer limit. This causes a denial of service. Commit de21386681c0df0104a99d9d09db23a9b2a78b1e contains a patch for the issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — |
jq is a command-line JSON processor. In versions up to and including 1.7.1, a heap-buffer-overflow is present in function `jv_string_vfmt` in the jq_fuzz_execute harness from oss-fuzz. This crash happens on file jv.c, line 1456 `void* p = malloc(sz);`. As of time of publication, no patched versions are available.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — |
{
"document": {
"acknowledgments": [
{
"organization": "CERT@VDE",
"summary": "coordination",
"urls": [
"https://certvde.com"
]
}
],
"aggregate_severity": {
"namespace": "https://phoenixcontact.com/psirt",
"text": "MEDIUM"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE"
}
},
"lang": "en-US",
"notes": [
{
"category": "summary",
"text": "The jq JSON processor, which is used to migrate firmware configurations in the product, contains 2 vulnerabilities that can be exploited by an authenticated attacker.",
"title": "Summary"
},
{
"category": "description",
"text": "An authenticated attacker can cause a denial of service.",
"title": "Impact"
},
{
"category": "description",
"text": "Phoenix Contact strongly recommends upgrading affected mGuard devices to firmware version 1.8.1 or higher which fixes this vulnerability.",
"title": "Remediation"
},
{
"category": "general",
"text": "For general information and recommendations on security measures refer to the mGuard documentation: https://help.mguard.com/en/documentation",
"title": "General Recommendation"
},
{
"category": "description",
"text": "mGuards are industrial routers and security appliances.",
"title": "Product Description"
}
],
"publisher": {
"category": "vendor",
"contact_details": "psirt@phoenixcontact.com",
"name": "Phoenix Contact GmbH \u0026 Co. KG",
"namespace": "https://phoenixcontact.com/psirt"
},
"references": [
{
"category": "external",
"summary": "PCSA-2025/00016",
"url": "https://phoenixcontact.com/psirt"
},
{
"category": "external",
"summary": "Phoenix Contact advisory overview at CERT@VDE",
"url": "https://certvde.com/de/advisories/vendor/phoenixcontact/"
},
{
"category": "self",
"summary": "VDE-2025-077: Phoenix Contact: Two vulnerabilities in the jq JSON processor utilized by FL MGUARD 110x devices - HTML",
"url": "https://certvde.com/en/advisories/VDE-2025-077"
},
{
"category": "self",
"summary": "VDE-2025-077: Phoenix Contact: Two vulnerabilities in the jq JSON processor utilized by FL MGUARD 110x devices - CSAF",
"url": "https://phoenixcontact.csaf-tp.certvde.com/.well-known/csaf/white/2025/vde-2025-077.json"
}
],
"source_lang": "en",
"title": "Phoenix Contact: Two vulnerabilities in the jq JSON processor utilized by FL MGUARD 110x devices",
"tracking": {
"aliases": [
"VDE-2025-077",
"PCSA-2025/00016"
],
"current_release_date": "2025-09-09T10:00:00.000Z",
"generator": {
"date": "2025-08-28T09:27:08.346Z",
"engine": {
"name": "Secvisogram",
"version": "2.5.32"
}
},
"id": "VDE-2025-077",
"initial_release_date": "2025-09-09T10:00:00.000Z",
"revision_history": [
{
"date": "2025-08-04T10:00:00.000Z",
"number": "1",
"summary": "Initial revision."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "FL MGUARD 1102",
"product": {
"name": "FL MGUARD 1102",
"product_id": "CSAFPID-11001",
"product_identification_helper": {
"model_numbers": [
"1153079"
]
}
}
},
{
"category": "product_name",
"name": "FL MGUARD 1105",
"product": {
"name": "FL MGUARD 1105",
"product_id": "CSAFPID-11002",
"product_identification_helper": {
"model_numbers": [
"1153078"
]
}
}
}
],
"category": "product_family",
"name": "Hardware"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.8.1",
"product": {
"name": "Firmware \u003c1.8.1",
"product_id": "CSAFPID-21001"
}
},
{
"category": "product_version",
"name": "1.8.1",
"product": {
"name": "Firmware 1.8.1",
"product_id": "CSAFPID-22001"
}
}
],
"category": "product_family",
"name": "Firmware"
}
],
"category": "vendor",
"name": "Phoenix Contact"
}
],
"product_groups": [
{
"group_id": "CSAFGID-0001",
"product_ids": [
"CSAFPID-31001",
"CSAFPID-31002"
],
"summary": "Affected products"
},
{
"group_id": "CSAFGID-0002",
"product_ids": [
"CSAFPID-32001",
"CSAFPID-32002"
],
"summary": "Fixed products"
}
],
"relationships": [
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c1.8.1 installed on FL MGUARD 1102",
"product_id": "CSAFPID-31001"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11001"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c1.8.1 installed on FL MGUARD 1105",
"product_id": "CSAFPID-31002"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11002"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 1.8.1 installed on FL MGUARD 1102",
"product_id": "CSAFPID-32001"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11001"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 1.8.1 installed on FL MGUARD 1105",
"product_id": "CSAFPID-32002"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11002"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23337",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "jq is a command-line JSON processor. In versions up to and including 1.7.1, an integer overflow arises when assigning value using an index of 2147483647, the signed integer limit. This causes a denial of service. Commit de21386681c0df0104a99d9d09db23a9b2a78b1e contains a patch for the issue.",
"title": "Vulnerability Description"
},
{
"audience": "operational management and system administrators",
"category": "details",
"text": "An authenticated attacker can cause a denial of service (memory exhaustion) by sending malformed data to the device in an HTTPS request. The impact is mitigated by the device enforcing a limit to the maximum HTTPS request size. To launch a successful attack, an attacker would have to circumvent this limit.",
"title": "Vulnerability Characterization"
},
{
"category": "details",
"text": "In FL MGUARD devices, the jq JSON processor is used to migrate firmware configurations. The vulnerability can only be exploited by an authenticated administrative user in FL MGUARD devices. This reduces the vulnerability\u0027s severity to: CVSS-Score: 4.9, CSSS-Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"title": "Vulnerability Details"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002"
]
},
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-04T10:00:00.000Z",
"details": "Phoenix Contact strongly recommends upgrading affected mGuard devices to firmware version 1.8.1 or higher which fixes this vulnerability.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 6.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002"
]
}
],
"title": "CVE-2024-23337"
},
{
"cve": "CVE-2025-48060",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "jq is a command-line JSON processor. In versions up to and including 1.7.1, a heap-buffer-overflow is present in function `jv_string_vfmt` in the jq_fuzz_execute harness from oss-fuzz. This crash happens on file jv.c, line 1456 `void* p = malloc(sz);`. As of time of publication, no patched versions are available.",
"title": "Vulnerability Description"
},
{
"audience": "operational management and system administrators",
"category": "details",
"text": "An authenticated attacker can cause a denial of service (crash of HTTPS request processor) by sending malformed data to the device in an HTTPS request.",
"title": "Vulnerability Characterization"
},
{
"category": "details",
"text": "In FL MGUARD devices, the jq JSON processor is used to migrate firmware configurations. The vulnerability can only be exploited by an authenticated administrative user in FL MGUARD devices. This reduces the vulnerability\u0027s severity to: CVSS-Score: 4.9, CSSS-Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"title": "Vulnerability Details"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002"
]
},
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-04T10:00:00.000Z",
"details": "Phoenix Contact strongly recommends upgrading affected mGuard devices to firmware version 1.8.1 or higher which fixes this vulnerability.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002"
]
}
],
"title": "CVE-2025-48060"
}
]
}
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.