Cyber Resilience

CVE-2024-42845

HighRCE

Published: 23 August 2024

Published
23 August 2024
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.0 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.7107 98.7th percentile
Risk Priority 59 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-42845 is a high-severity Code Injection (CWE-94) vulnerability in Partywave (inferred from references). Its CVSS base score is 8.0 (High).

Operationally, ranked in the top 1.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

CVE-2024-42845 is an eval injection vulnerability in the invesalius/reader/dicom.py component of InVesalius versions 3.1.99991 through 3.1.99998. The flaw, tracked under CWE-94, permits arbitrary code execution when a user loads a specially crafted DICOM file, and carries a CVSS 3.1 score of 8.0 reflecting network attack vector, low complexity, and high impact on confidentiality, integrity, and availability.

An authenticated attacker can supply the malicious DICOM file to a victim running an affected InVesalius instance; successful exploitation results in remote code execution on the target system without further user interaction beyond opening the file.

Public references include the upstream InVesalius GitHub repository and releases page along with detailed technical write-ups from partywavesec, though no specific patch or mitigation guidance is enumerated in the available sources. The associated EPSS score has remained elevated near 0.71 since disclosure, indicating sustained exploitation interest without a documented low-to-high trajectory.

EU & UK References

Vulnerability details

An eval Injection vulnerability in the component invesalius/reader/dicom.py of InVesalius 3.1.99991 through 3.1.99998 allows attackers to execute arbitrary code via loading a crafted DICOM file.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

Partywave
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

References