Cyber Resilience

CVE-2022-2119

High

Published: 24 June 2022

Published
24 June 2022
Modified
03 November 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0568 90.6th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-2119 is a high-severity Path Traversal (CWE-22) vulnerability in Offis Dcmtk. Its CVSS base score is 7.5 (High).

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

Deeper analysis

OFFIS DCMTK versions prior to 3.6.7 contain a path traversal vulnerability in the service class provider (SCP) component. The flaw, tracked as CWE-22, permits an attacker to supply crafted DICOM objects that cause files to be written to arbitrary directories with attacker-controlled names, which may in turn enable remote code execution on the affected system. The issue carries a CVSS 3.1 score of 7.5 with an attack vector of adjacent network, high attack complexity, and no required privileges or user interaction.

An unauthenticated attacker positioned on the same network segment as a DCMTK SCP can send malicious DICOM association requests or C-STORE operations to exploit the path traversal. Successful exploitation allows the attacker to place executable content in locations such as startup folders or application directories, achieving code execution under the privileges of the SCP process.

CISA advisory ICSMA-22-174-01 and the Debian LTS announcement recommend upgrading DCMTK to version 3.6.7 or later. The Debian package update addresses the path traversal by enforcing stricter validation of incoming file paths before any write operations occur.

EPSS for this CVE rose from low values at disclosure to a peak of 0.3287 on 2025-01-22 before receding to the current 0.0568, indicating that exploitation interest increased well after the original publication.

EU & UK References

Vulnerability details

OFFIS DCMTK's (All versions prior to 3.6.7) service class provider (SCP) is vulnerable to path traversal, allowing an attacker to write DICOM files into arbitrary directories under controlled names. This could allow remote code execution.

CWE(s)

Related Threats

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

Affected Assets

offis
dcmtk
≤ 3.6.7

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-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References