BlackTreeIndependent security intelligence
← Back to the CVE catalogue
Full vulnerability report · 2025
CVE-2024-23337High confidence

jq has signed integer overflow in jv.c:jvp_array_write

jqlang · jq

4.3MediumCVSS 3.1
Recommended action
Within 7 days

Medium technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Distribution package intelligence

Ubuntu vendor package status

Canonical’s release and source-package findings are shown separately from local repository availability.

1 package state
Repository candidate not checked

A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.

Ubuntu releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · standard archivejqVendor fix publishedCanonical reports that a fixed source package version has been published. Repository candidate availability is not checked by BlackTree.1.7.1-3ubuntu0.24.04.1Canonical record ↗Source updated 9 Sept 2026
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.

1 current
CVE-2024-23337 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityjq: jq has signed integer overflow in jv.c:jvp_array_write
4 known affected

The vendor explicitly identifies these products as affected by this CVE.

  • automation-controller.src as a component of Red Hat Ansible Automation Platform 2
  • jq.src as a component of Red Hat Ceph Storage 4
  • openshift/ose-rhel-coreos-8 as a component of Red Hat OpenShift Container Platform 4
  • openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4
Summary
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.
Remediation
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2024-20848

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days

Medium technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

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.

What

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.

Why

The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

How

An attacker operating through a network path may attempt exploitation without authentication after a user interaction. If successful, the issue may disrupt the affected service.

What

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.

Why

The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

How

An attacker operating through a network path may attempt exploitation without authentication after a user interaction. If successful, the issue may disrupt the affected service.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
Reference recorded

A structured CVE source labels at least one public reference as exploit material. BlackTree has not independently validated that it is safe, reliable or weaponised.

Likely attack path
a network path → Integer Overflow or Wraparound → disrupt the affected service
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
Required interaction required
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-190

CWE-190: Integer Overflow or Wraparound. The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L

Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UIRequiredUser interaction: Another user must perform an action for exploitation to succeed.SUnchangedScope: The security impact remains within the vulnerable component's authority.CNoneConfidentiality impact: No direct loss is represented by this metric.INoneIntegrity impact: No direct loss is represented by this metric.ALowAvailability impact: A successful attack can cause a limited loss.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedDenial of serviceCWE-190Public exploit reference
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

BSI · German · WID-SEC-W-2025-2424IBM Rational Team Concert: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in IBM Rational Team Concert ausnutzen, um einen Denial-of-Service-Angriff durchzuführen, Eingaben oder Protokolle zu manipulieren, die Authentifizierung zu umgehen, beliebigen Code auszuführen, Cross-Site-Scripting durchzuführen, sensible Informationen offenzulegen oder offene Weiterleitungen auszulösen.

Official advisory
BSI · German · WID-SEC-W-2025-1905IBM QRadar SIEM Komponente: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM Komponenten ausnutzen, um Daten zu manipulieren, um einen Denial of Service Angriff durchzuführen, um beliebigen Programmcode auszuführen, um Sicherheitsvorkehrungen zu umgehen, und um Informationen offenzulegen.

Official advisory
BSI · German · WID-SEC-W-2025-1480Red Hat Enterprise Linux (jq): Mehrere Schwachstellen ermöglichen Denial of Service

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux (jq) ausnutzen, um einen Denial of Service Angriff durchzuführen.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0218Multiples vulnérabilités dans les produits VMware

ord?id=CVE-2024-12243 Référence CVE CVE-2024-12718 https://www.cve.org/CVERecord?id=CVE-2024-12718 Référence CVE CVE-2024-12797 https://www.cve.org/CVERecord?id=CVE-2024-12797 Référence CVE CVE-2024-13009 https://www.cve.org/CVERecord?id=CVE-2024-13009 Référence CVE CVE-2024-13176 https://www.cve.org/CVERecord?id=CVE-2024-13176 Référence CVE CVE-2024-13978 https://www.cve.org/CVERecord?id=CVE-2024-13978 Référence CVE CVE-2024-20696 https://www.cve.org/CVERecord?id=CVE-2024-20696 Référence CVE CVE-2024-2236 https://www.cve.org/CVERecord?id=CVE-2024-2236 Référence CVE CVE-2024-22365 https://www.cve.org/CVERecord?id=CVE-2024-22365 Référence CVE CVE-2024-23337 https://www.cve.org/CVERecord?id=CVE-2024-23337 Référence CVE CVE-2024-2398 https://www.cve.org/CVERecord?id=CVE-2024-2398 Référence CVE CVE-2024-25062 https://www.cve.org/CVERecord?id=CVE-2024-25062 Référence CVE CVE-2024-26256 https://www.cve.org/CVERecord?id=CVE-2024-26256 Référence CVE CVE-2024-28085 https://www.cve.org/CVERecord?id=CVE-2024-28085 Référence CVE CVE-2024-28757 https://www.cve.org/CVERecord?id=CVE-2024-28757 Référence CVE CVE-2024-28834 https://www.cve.org/CVERecord?id=CVE-2024-28834 Référence CVE CVE-2024-28835 https://www.cve.org/CVERecord?id=CVE-2024-28835 Référence CVE CVE-2024-2961 https://www.cve.org/CVERecord?id=CVE

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0112Multiples vulnérabilités dans les produits VMware

6910 Bulletin de sécurité VMware 36911 du 02 février 2026 https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36911 Référence CVE CVE-2016-1000027 https://www.cve.org/CVERecord?id=CVE-2016-1000027 Référence CVE CVE-2022-29526 https://www.cve.org/CVERecord?id=CVE-2022-29526 Référence CVE CVE-2022-49390 https://www.cve.org/CVERecord?id=CVE-2022-49390 Référence CVE CVE-2023-34231 https://www.cve.org/CVERecord?id=CVE-2023-34231 Référence CVE CVE-2023-45288 https://www.cve.org/CVERecord?id=CVE-2023-45288 Référence CVE CVE-2024-21510 https://www.cve.org/CVERecord?id=CVE-2024-21510 Référence CVE CVE-2024-23337 https://www.cve.org/CVERecord?id=CVE-2024-23337 Référence CVE CVE-2024-28180 https://www.cve.org/CVERecord?id=CVE-2024-28180 Référence CVE CVE-2024-38816 https://www.cve.org/CVERecord?id=CVE-2024-38816 Référence CVE CVE-2024-38819 https://www.cve.org/CVERecord?id=CVE-2024-38819 Référence CVE CVE-2024-38820 https://www.cve.org/CVERecord?id=CVE-2024-38820 Référence CVE CVE-2024-38828 https://www.cve.org/CVERecord?id=CVE-2024-38828 Référence CVE CVE-2024-45337 https://www.cve.org/CVERecord?id=CVE-2024-45337 Référence CVE CVE-2024-47220 https://www.cve.org/CVERecord?id=CVE-2024-47220 Référence CVE CVE-2024-47691 https://www.cve.org/CVERecord?id=

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0969Multiples vulnérabilités dans les produits VMware

ord?id=CVE-2024-21147 Référence CVE CVE-2024-21208 https://www.cve.org/CVERecord?id=CVE-2024-21208 Référence CVE CVE-2024-21210 https://www.cve.org/CVERecord?id=CVE-2024-21210 Référence CVE CVE-2024-21217 https://www.cve.org/CVERecord?id=CVE-2024-21217 Référence CVE CVE-2024-21235 https://www.cve.org/CVERecord?id=CVE-2024-21235 Référence CVE CVE-2024-21510 https://www.cve.org/CVERecord?id=CVE-2024-21510 Référence CVE CVE-2024-21742 https://www.cve.org/CVERecord?id=CVE-2024-21742 Référence CVE CVE-2024-2236 https://www.cve.org/CVERecord?id=CVE-2024-2236 Référence CVE CVE-2024-22365 https://www.cve.org/CVERecord?id=CVE-2024-22365 Référence CVE CVE-2024-23337 https://www.cve.org/CVERecord?id=CVE-2024-23337 Référence CVE CVE-2024-2398 https://www.cve.org/CVERecord?id=CVE-2024-2398 Référence CVE CVE-2024-24762 https://www.cve.org/CVERecord?id=CVE-2024-24762 Référence CVE CVE-2024-24783 https://www.cve.org/CVERecord?id=CVE-2024-24783 Référence CVE CVE-2024-24784 https://www.cve.org/CVERecord?id=CVE-2024-24784 Référence CVE CVE-2024-24785 https://www.cve.org/CVERecord?id=CVE-2024-24785 Référence CVE CVE-2024-24786 https://www.cve.org/CVERecord?id=CVE-2024-24786 Référence CVE CVE-2024-24787 https://www.cve.org/CVERecord?id=CVE-2024-24787 Référence CVE CVE-2024-24788 https://www.cve.org/CVERecord?id=CV

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0960Multiples vulnérabilités dans VMware Tanzu

com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36301 Bulletin de sécurité VMware 36302 du 04 novembre 2025 https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36302 Référence CVE CVE-2022-29526 https://www.cve.org/CVERecord?id=CVE-2022-29526 Référence CVE CVE-2023-39325 https://www.cve.org/CVERecord?id=CVE-2023-39325 Référence CVE CVE-2023-3978 https://www.cve.org/CVERecord?id=CVE-2023-3978 Référence CVE CVE-2023-44487 https://www.cve.org/CVERecord?id=CVE-2023-44487 Référence CVE CVE-2023-45288 https://www.cve.org/CVERecord?id=CVE-2023-45288 Référence CVE CVE-2024-23337 https://www.cve.org/CVERecord?id=CVE-2024-23337 Référence CVE CVE-2024-24786 https://www.cve.org/CVERecord?id=CVE-2024-24786 Référence CVE CVE-2024-45336 https://www.cve.org/CVERecord?id=CVE-2024-45336 Référence CVE CVE-2024-45337 https://www.cve.org/CVERecord?id=CVE-2024-45337 Référence CVE CVE-2024-45341 https://www.cve.org/CVERecord?id=CVE-2024-45341 Référence CVE CVE-2024-53427 https://www.cve.org/CVERecord?id=CVE-2024-53427 Référence CVE CVE-2025-0913 https://www.cve.org/CVERecord?id=CVE-2025-0913 Référence CVE CVE-2025-22866 https://www.cve.org/CVERecord?id=CVE-2025-22866 Référence CVE CVE-2025-22868 https://www.cve.org/CVERecord?id=CV

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0756Multiples vulnérabilités dans les produits VMware

ord?id=CVE-2024-21213 Référence CVE CVE-2024-21219 https://www.cve.org/CVERecord?id=CVE-2024-21219 Référence CVE CVE-2024-21236 https://www.cve.org/CVERecord?id=CVE-2024-21236 Référence CVE CVE-2024-21239 https://www.cve.org/CVERecord?id=CVE-2024-21239 Référence CVE CVE-2024-21241 https://www.cve.org/CVERecord?id=CVE-2024-21241 Référence CVE CVE-2024-21742 https://www.cve.org/CVERecord?id=CVE-2024-21742 Référence CVE CVE-2024-22047 https://www.cve.org/CVERecord?id=CVE-2024-22047 Référence CVE CVE-2024-2236 https://www.cve.org/CVERecord?id=CVE-2024-2236 Référence CVE CVE-2024-22365 https://www.cve.org/CVERecord?id=CVE-2024-22365 Référence CVE CVE-2024-23337 https://www.cve.org/CVERecord?id=CVE-2024-23337 Référence CVE CVE-2024-2397 https://www.cve.org/CVERecord?id=CVE-2024-2397 Référence CVE CVE-2024-2398 https://www.cve.org/CVERecord?id=CVE-2024-2398 Référence CVE CVE-2024-25062 https://www.cve.org/CVERecord?id=CVE-2024-25062 Référence CVE CVE-2024-2511 https://www.cve.org/CVERecord?id=CVE-2024-2511 Référence CVE CVE-2024-25260 https://www.cve.org/CVERecord?id=CVE-2024-25260 Référence CVE CVE-2024-26458 https://www.cve.org/CVERecord?id=CVE-2024-26458 Référence CVE CVE-2024-26461 https://www.cve.org/CVERecord?id=CVE-2024-26461 Référence CVE CVE-2024-26462 https://www.cve.org/CVERecord?id=CVE-20

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0746Multiples vulnérabilités dans les produits IBM

d?id=CVE-2022-49136 Référence CVE CVE-2022-49788 https://www.cve.org/CVERecord?id=CVE-2022-49788 Référence CVE CVE-2022-49846 https://www.cve.org/CVERecord?id=CVE-2022-49846 Référence CVE CVE-2022-49977 https://www.cve.org/CVERecord?id=CVE-2022-49977 Référence CVE CVE-2022-50020 https://www.cve.org/CVERecord?id=CVE-2022-50020 Référence CVE CVE-2024-10917 https://www.cve.org/CVERecord?id=CVE-2024-10917 Référence CVE CVE-2024-13009 https://www.cve.org/CVERecord?id=CVE-2024-13009 Référence CVE CVE-2024-21131 https://www.cve.org/CVERecord?id=CVE-2024-21131 Référence CVE CVE-2024-21144 https://www.cve.org/CVERecord?id=CVE-2024-21144 Référence CVE CVE-2024-23337 https://www.cve.org/CVERecord?id=CVE-2024-23337 Référence CVE CVE-2024-28956 https://www.cve.org/CVERecord?id=CVE-2024-28956 Référence CVE CVE-2024-34397 https://www.cve.org/CVERecord?id=CVE-2024-34397 Référence CVE CVE-2024-43420 https://www.cve.org/CVERecord?id=CVE-2024-43420 Référence CVE CVE-2024-45332 https://www.cve.org/CVERecord?id=CVE-2024-45332 Référence CVE CVE-2024-47535 https://www.cve.org/CVERecord?id=CVE-2024-47535 Référence CVE CVE-2024-50154 https://www.cve.org/CVERecord?id=CVE-2024-50154 Référence CVE CVE-2024-50349 https://www.cve.org/CVERecord?id=CVE-2024-50349 Référence CVE CVE-2024-52006 https://www.cve.org/CVERecord?id=

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0693Multiples vulnérabilités dans VMware Tanzu

rd?id=CVE-2024-0397 Référence CVE CVE-2024-10041 https://www.cve.org/CVERecord?id=CVE-2024-10041 Référence CVE CVE-2024-10963 https://www.cve.org/CVERecord?id=CVE-2024-10963 Référence CVE CVE-2024-11168 https://www.cve.org/CVERecord?id=CVE-2024-11168 Référence CVE CVE-2024-12133 https://www.cve.org/CVERecord?id=CVE-2024-12133 Référence CVE CVE-2024-12243 https://www.cve.org/CVERecord?id=CVE-2024-12243 Référence CVE CVE-2024-12718 https://www.cve.org/CVERecord?id=CVE-2024-12718 Référence CVE CVE-2024-12797 https://www.cve.org/CVERecord?id=CVE-2024-12797 Référence CVE CVE-2024-22667 https://www.cve.org/CVERecord?id=CVE-2024-22667 Référence CVE CVE-2024-23337 https://www.cve.org/CVERecord?id=CVE-2024-23337 Référence CVE CVE-2024-25260 https://www.cve.org/CVERecord?id=CVE-2024-25260 Référence CVE CVE-2024-29040 https://www.cve.org/CVERecord?id=CVE-2024-29040 Référence CVE CVE-2024-41957 https://www.cve.org/CVERecord?id=CVE-2024-41957 Référence CVE CVE-2024-41965 https://www.cve.org/CVERecord?id=CVE-2024-41965 Référence CVE CVE-2024-43374 https://www.cve.org/CVERecord?id=CVE-2024-43374 Référence CVE CVE-2024-43802 https://www.cve.org/CVERecord?id=CVE-2024-43802 Référence CVE CVE-2024-45306 https://www.cve.org/CVERecord?id=CVE-2024-45306 Référence CVE CVE-2024-47814 https://www.cve.org/CVERecord?id=

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0622Multiples vulnérabilités dans les produits VMware

d?id=CVE-2024-21138 Référence CVE CVE-2024-21140 https://www.cve.org/CVERecord?id=CVE-2024-21140 Référence CVE CVE-2024-21144 https://www.cve.org/CVERecord?id=CVE-2024-21144 Référence CVE CVE-2024-21145 https://www.cve.org/CVERecord?id=CVE-2024-21145 Référence CVE CVE-2024-21147 https://www.cve.org/CVERecord?id=CVE-2024-21147 Référence CVE CVE-2024-21208 https://www.cve.org/CVERecord?id=CVE-2024-21208 Référence CVE CVE-2024-21210 https://www.cve.org/CVERecord?id=CVE-2024-21210 Référence CVE CVE-2024-21217 https://www.cve.org/CVERecord?id=CVE-2024-21217 Référence CVE CVE-2024-21235 https://www.cve.org/CVERecord?id=CVE-2024-21235 Référence CVE CVE-2024-23337 https://www.cve.org/CVERecord?id=CVE-2024-23337 Référence CVE CVE-2024-2398 https://www.cve.org/CVERecord?id=CVE-2024-2398 Référence CVE CVE-2024-24557 https://www.cve.org/CVERecord?id=CVE-2024-24557 Référence CVE CVE-2024-24579 https://www.cve.org/CVERecord?id=CVE-2024-24579 Référence CVE CVE-2024-24783 https://www.cve.org/CVERecord?id=CVE-2024-24783 Référence CVE CVE-2024-24784 https://www.cve.org/CVERecord?id=CVE-2024-24784 Référence CVE CVE-2024-24785 https://www.cve.org/CVERecord?id=CVE-2024-24785 Référence CVE CVE-2024-24786 https://www.cve.org/CVERecord?id=CVE-2024-24786 Référence CVE CVE-2024-24787 https://www.cve.org/CVERecord?id=CV

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
automation-controller.src as a component of Red Hat Ansible Automation Platform 2; jq.src as a component of Red Hat Ceph Storage 4; openshift/ose-rhel-coreos-8 as a component of Red Hat OpenShift Container Platform 4; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4
Fixed
jq-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.5-12.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-0:1.5-12.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-0:1.5-12.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-debuginfo-0:1.5-12.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-debuginfo-0:1.5-12.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-debugsource-0:1.5-12.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-debugsource-0:1.5-12.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-0:1.5-12.el8_4.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-0:1.5-12.el8_4.4.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-0:1.5-12.el8_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-debuginfo-0:1.5-12.el8_4.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-debuginfo-0:1.5-12.el8_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-debugsource-0:1.5-12.el8_4.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-debugsource-0:1.5-12.el8_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); and 188 more
Action
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 21 May 2025 · Last source change 21 May 2025, 14:57 UTC · CWE-190 · Integer Overflow or Wraparound

CVE recordCVE.org · 5.1
CVSS sourceCNA
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2024-20848
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD enriched

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    automation-controller.src as a component of Red Hat Ansible Automation Platform 2; jq.src as a component of Red Hat Ceph Storage 4; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4 · Fixed: jq-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.5-12.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-0:1.5-12.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-0:1.5-12.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-debuginfo-0:1.5-12.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-debuginfo-0:1.5-12.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-debugsource-0:1.5-12.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-debugsource-0:1.5-12.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-0:1.5-12.el8_4.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-0:1.5-12.el8_4.4.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-0:1.5-12.el8_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-debuginfo-0:1.5-12.el8_4.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-debuginfo-0:1.5-12.el8_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-debugsource-0:1.5-12.el8_4.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-debugsource-0:1.5-12.el8_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); and 188 more
    After
    automation-controller.src as a component of Red Hat Ansible Automation Platform 2; jq.src as a component of Red Hat Ceph Storage 4; openshift/ose-rhel-coreos-8 as a component of Red Hat OpenShift Container Platform 4; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4 · Fixed: jq-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debuginfo-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-debugsource-0:1.6-11.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); jq-0:1.5-12.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-0:1.5-12.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-0:1.5-12.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-debuginfo-0:1.5-12.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-debuginfo-0:1.5-12.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-debugsource-0:1.5-12.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-debugsource-0:1.5-12.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2); jq-0:1.5-12.el8_4.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-0:1.5-12.el8_4.4.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-0:1.5-12.el8_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-debuginfo-0:1.5-12.el8_4.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-debuginfo-0:1.5-12.el8_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-debugsource-0:1.5-12.el8_4.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); jq-debugsource-0:1.5-12.el8_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4); and 188 more
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2024-23337 · cve.blacktree.nl