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-08",
"epss": "0.00262",
"percentile": "0.49822"
},
"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\":\"Primary\",\"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: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"
}
]
}
WID-SEC-W-2025-1480
Vulnerability from csaf_certbund - Published: 2025-07-07 22:00 - Updated: 2025-09-17 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat OpenShift Container Platform <4.15.57
Red Hat / OpenShift
|
Container Platform <4.15.57 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.18.21
Red Hat / OpenShift
|
Container Platform <4.18.21 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.16.45
Red Hat / OpenShift
|
Container Platform <4.16.45 | ||
|
Phoenix Contact FL MGUARD <1.8.1
Phoenix Contact / FL MGUARD
|
<1.8.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat OpenShift Container Platform <4.15.57
Red Hat / OpenShift
|
Container Platform <4.15.57 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.18.21
Red Hat / OpenShift
|
Container Platform <4.18.21 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.16.45
Red Hat / OpenShift
|
Container Platform <4.16.45 | ||
|
Phoenix Contact FL MGUARD <1.8.1
Phoenix Contact / FL MGUARD
|
<1.8.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux (jq) ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1480 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1480.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1480 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1480"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2025-07-07",
"url": "https://access.redhat.com/errata/RHSA-2025:10585"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10619 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10619"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10621 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10621"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-10585 vom 2025-07-08",
"url": "https://linux.oracle.com/errata/ELSA-2025-10585.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10613 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10613"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10615 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10615"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10616 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10616"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10618 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10618"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10620 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10620"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10622 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10622"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-10618 vom 2025-07-09",
"url": "https://linux.oracle.com/errata/ELSA-2025-10618.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02384-1 vom 2025-07-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021863.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7657-1 vom 2025-07-21",
"url": "https://ubuntu.com/security/notices/USN-7657-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11363 vom 2025-07-22",
"url": "https://access.redhat.com/errata/RHSA-2025:11363"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7657-2 vom 2025-07-23",
"url": "https://ubuntu.com/security/notices/USN-7657-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11681 vom 2025-07-30",
"url": "https://access.redhat.com/errata/RHSA-2025:11681"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11677 vom 2025-07-31",
"url": "https://access.redhat.com/errata/RHSA-2025:11677"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-2943 vom 2025-07-30",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2943.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20506-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022044.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:12882 vom 2025-08-05",
"url": "https://access.redhat.com/errata/RHSA-2025:12882"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-12882 vom 2025-08-05",
"url": "http://linux.oracle.com/errata/ELSA-2025-12882.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:12437 vom 2025-08-07",
"url": "https://access.redhat.com/errata/RHSA-2025:12437"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02915-1 vom 2025-08-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022226.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14396 vom 2025-08-28",
"url": "https://access.redhat.com/errata/RHSA-2025:14396"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20591-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022370.html"
},
{
"category": "external",
"summary": "VDE-CERT Security Advisory VDE-2025-077 vom 2025-09-09",
"url": "https://assets.phoenixcontact.com/file/3c27ba69-e031-4d5b-87e1-ce8fdf917ba6/media/original?pcsa-2025-000016_vde-2025-077_pdf"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20655-1 vom 2025-09-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022429.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15828 vom 2025-09-15",
"url": "https://access.redhat.com/errata/RHSA-2025:15828"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15672 vom 2025-09-18",
"url": "https://access.redhat.com/errata/RHSA-2025:15672"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (jq): Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2025-09-17T22:00:00.000+00:00",
"generator": {
"date": "2025-09-18T07:06:18.485+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-1480",
"initial_release_date": "2025-07-07T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-07-07T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-07-08T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat, Oracle Linux und Open Source aufgenommen"
},
{
"date": "2025-07-20T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-21T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-22T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-30T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat und Amazon aufgenommen"
},
{
"date": "2025-08-03T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-04T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-05T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-08-06T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-19T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-27T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-31T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-08T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von VDE aufgenommen"
},
{
"date": "2025-09-10T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-15T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-17T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "17"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.8.1",
"product": {
"name": "Phoenix Contact FL MGUARD \u003c1.8.1",
"product_id": "T046770"
}
},
{
"category": "product_version",
"name": "1.8.1",
"product": {
"name": "Phoenix Contact FL MGUARD 1.8.1",
"product_id": "T046770-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:phoenixcontact:fl_mguard:1.8.1"
}
}
}
],
"category": "product_name",
"name": "FL MGUARD"
}
],
"category": "vendor",
"name": "Phoenix Contact"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "Red Hat Enterprise Linux 9",
"product_id": "T035799",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.18.21",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.18.21",
"product_id": "T045758"
}
},
{
"category": "product_version",
"name": "Container Platform 4.18.21",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18.21",
"product_id": "T045758-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.18.21"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.16.45",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.16.45",
"product_id": "T045759"
}
},
{
"category": "product_version",
"name": "Container Platform 4.16.45",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16.45",
"product_id": "T045759-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.16.45"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.57",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.57",
"product_id": "T046523"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.57",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.57",
"product_id": "T046523-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.57"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23337",
"product_status": {
"known_affected": [
"T035799",
"T046523",
"T002207",
"T045758",
"67646",
"T000126",
"T045759",
"T046770",
"398363",
"T004914"
]
},
"release_date": "2025-07-07T22:00:00.000+00:00",
"title": "CVE-2024-23337"
},
{
"cve": "CVE-2025-48060",
"product_status": {
"known_affected": [
"T035799",
"T046523",
"T002207",
"T045758",
"67646",
"T000126",
"T045759",
"T046770",
"398363",
"T004914"
]
},
"release_date": "2025-07-07T22:00:00.000+00:00",
"title": "CVE-2025-48060"
}
]
}
WID-SEC-W-2025-1905
Vulnerability from csaf_certbund - Published: 2025-08-25 22:00 - Updated: 2025-08-27 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP13 IF01
IBM / QRadar SIEM
|
<7.5.0 UP13 IF01 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM QRadar Security Information and Event Management (SIEM) bietet Unterst\u00fctzung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM Komponenten ausnutzen, um Daten zu manipulieren, um einen Denial of Service Angriff durchzuf\u00fchren, um beliebigen Programmcode auszuf\u00fchren, um Sicherheitsvorkehrungen zu umgehen, und um Informationen offenzulegen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1905 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1905.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1905 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1905"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7243011 vom 2025-08-25",
"url": "https://www.ibm.com/support/pages/node/7243011"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14746 vom 2025-08-27",
"url": "https://access.redhat.com/errata/RHSA-2025:14746"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14748 vom 2025-08-27",
"url": "https://access.redhat.com/errata/RHSA-2025:14748"
}
],
"source_lang": "en-US",
"title": "IBM QRadar SIEM Komponente: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-08-27T22:00:00.000+00:00",
"generator": {
"date": "2025-08-28T05:52:03.530+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-1905",
"initial_release_date": "2025-08-25T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-08-25T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-08-27T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP13 IF01",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP13 IF01",
"product_id": "T046492"
}
},
{
"category": "product_version",
"name": "7.5.0 UP13 IF01",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP13 IF01",
"product_id": "T046492-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up13_if01"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-17543",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2019-17543"
},
{
"cve": "CVE-2019-5427",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2019-5427"
},
{
"cve": "CVE-2020-5260",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2020-5260"
},
{
"cve": "CVE-2022-49058",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2022-49058"
},
{
"cve": "CVE-2022-49111",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2022-49111"
},
{
"cve": "CVE-2022-49136",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2022-49136"
},
{
"cve": "CVE-2022-49788",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2022-49788"
},
{
"cve": "CVE-2022-49846",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2022-49846"
},
{
"cve": "CVE-2022-49977",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2022-49977"
},
{
"cve": "CVE-2022-50020",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2022-50020"
},
{
"cve": "CVE-2024-23337",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-23337"
},
{
"cve": "CVE-2024-28956",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-28956"
},
{
"cve": "CVE-2024-34397",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-34397"
},
{
"cve": "CVE-2024-43420",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-43420"
},
{
"cve": "CVE-2024-45332",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-45332"
},
{
"cve": "CVE-2024-50154",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-50154"
},
{
"cve": "CVE-2024-50349",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-50349"
},
{
"cve": "CVE-2024-52006",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-52006"
},
{
"cve": "CVE-2024-52533",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-52533"
},
{
"cve": "CVE-2024-53920",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-53920"
},
{
"cve": "CVE-2024-54661",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-54661"
},
{
"cve": "CVE-2024-57980",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-57980"
},
{
"cve": "CVE-2024-58002",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-58002"
},
{
"cve": "CVE-2024-6531",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2024-6531"
},
{
"cve": "CVE-2025-20012",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-20012"
},
{
"cve": "CVE-2025-20623",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-20623"
},
{
"cve": "CVE-2025-21905",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-21905"
},
{
"cve": "CVE-2025-21919",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-21919"
},
{
"cve": "CVE-2025-21928",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-21928"
},
{
"cve": "CVE-2025-21991",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-21991"
},
{
"cve": "CVE-2025-22004",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-22004"
},
{
"cve": "CVE-2025-22020",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-22020"
},
{
"cve": "CVE-2025-23150",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-23150"
},
{
"cve": "CVE-2025-24495",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-24495"
},
{
"cve": "CVE-2025-27613",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-27613"
},
{
"cve": "CVE-2025-27614",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-27614"
},
{
"cve": "CVE-2025-32415",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-32415"
},
{
"cve": "CVE-2025-37738",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-37738"
},
{
"cve": "CVE-2025-37890",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-37890"
},
{
"cve": "CVE-2025-38052",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-38052"
},
{
"cve": "CVE-2025-38079",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-38079"
},
{
"cve": "CVE-2025-38086",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-38086"
},
{
"cve": "CVE-2025-4373",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-4373"
},
{
"cve": "CVE-2025-46835",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-46835"
},
{
"cve": "CVE-2025-47273",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-47273"
},
{
"cve": "CVE-2025-48060",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-48060"
},
{
"cve": "CVE-2025-48384",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-48384"
},
{
"cve": "CVE-2025-48385",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-48385"
},
{
"cve": "CVE-2025-49794",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-49794"
},
{
"cve": "CVE-2025-49796",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-49796"
},
{
"cve": "CVE-2025-52434",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-52434"
},
{
"cve": "CVE-2025-52520",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-52520"
},
{
"cve": "CVE-2025-53506",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-53506"
},
{
"cve": "CVE-2025-55668",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-55668"
},
{
"cve": "CVE-2025-6021",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-6021"
},
{
"cve": "CVE-2025-6965",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-6965"
},
{
"cve": "CVE-2025-7425",
"product_status": {
"known_affected": [
"67646",
"T046492"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-7425"
}
]
}
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.