LiveActive security incident?Get immediate response
CVE Record

CVE-2024-22373: An out-of-bounds write vulnerability exists in the JPEG2000Codec::DecodeByStreamsCommon functionality of Ma...

An out-of-bounds write vulnerability exists in the JPEG2000Codec::DecodeByStreamsCommon functionality of Mathieu Malaterre Grassroot DICOM 3.0.23. A specially crafted DICOM file can lead to a heap buffer overflow. An attacker can provide a malicious file to trigger this vulnerability.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Grassroot DICOM 3.0.23 can corrupt memory while decoding JPEG2000 content in a specially crafted DICOM file. Successful exploitation could compromise confidentiality, integrity, and availability. Automated systems accepting DICOM files from external or untrusted sources face the greatest business risk.

Executive priority

Treat this as a high-priority remediation for externally exposed or automated medical-image ingestion systems. Immediate emergency action is less supported for isolated systems because exploitation requires a crafted file and high attack complexity, with no active-exploitation evidence supplied.

Technical view

CVE-2024-22373 is an out-of-bounds write in JPEG2000Codec::DecodeByStreamsCommon. A crafted DICOM file can cause a heap buffer overflow. CVSS 3.1 rates it 8.1: network-accessible, no privileges or user interaction required, but high attack complexity, with potentially high impact across all three security objectives.

Likely exposure

Confirmed scope in the bundle is Grassroot DICOM 3.0.23. Prioritize systems that use this version to decode attacker-controlled DICOM or JPEG2000 data, particularly automated or network-facing ingestion services. The supplied evidence does not establish whether other versions are affected.

Exploitation context

An attacker must provide a specially crafted DICOM file that reaches the vulnerable decoding path. Attack complexity is rated high. The bundle does not report public exploitation, and the CVE is not identified as being in CISA's KEV catalog.

Researcher notes

The vulnerability is classified under CWE-119 and affects heap memory during JPEG2000 decoding. Potential impact is broad, but the bundle does not establish reliable code execution, observed attacks, fixed upstream versions, or the complete affected-version range. Avoid extending scope beyond version 3.0.23 without additional vendor evidence.

Mitigation direction

  • Identify and prioritize every deployment or dependency using Grassroot DICOM 3.0.23.
  • Check Talos, vendor, and distribution guidance for an approved corrected package or release.
  • Until corrected, restrict processing of DICOM files from untrusted or external sources.
  • Isolate affected decoding services and minimize their privileges and access to sensitive systems.

Validation and detection

  • Confirm deployed Grassroot DICOM versions, including embedded and transitive application dependencies.
  • Map which services accept DICOM files and whether external parties can submit them.
  • Verify remediation against the vendor or distribution package version specified in published guidance.
  • Review crashes and memory-corruption indicators associated with DICOM or JPEG2000 decoding.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-119: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-22373 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
2ADP providers
6Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9talos

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2024-22373Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Grassroot DICOMGrassroot DICOM3.0.23Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-119 · source CWE mapping

Improper Restriction of Operations within the Bounds of a Memory Buffer

Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.