CVE-2026-32711
Podatność w pydicom umożliwia atakującym odczyt, kopiowanie oraz usuwanie plików poza dozwolonym katalogiem, co prowadzi do naruszenia integralności…
pydicom is a pure Python package for working with DICOM files. Versions 2.0.0-rc.1 through 3.0.1 are vulnerable to Path Traversal through a maliciously crafted DICOMDIR ReferencedFileID when it is set to a path outside the File-set root. pydicom resolves the path only to confirm that it exists, but does not verify that the resolved path remains under the File-set root. Subsequent public FileSet operations such as copy(), write(), and remove()+write(use_existing=True) use that unchecked path in file I/O operations. This allows arbitrary file read/copy and, in some flows, move/delete outside the File-set root. This issue has been fixed in version 3.0.2.
| Źródło | Wartość |
|---|---|
| NVD – CVSS | 7.8 |
| CISA KEV (aktywnie wykorzystywane) | Nie |
| FIRST EPSS (prawdopodobieństwo exploita) | 0.0% |
| Opublikowano (NVD) | 2026-03-20 02:16:33 UTC |
| Ostatnia modyfikacja (NVD) | 2026-03-23 17:02:26 UTC |
- https://github.com/pydicom/pydicom/commit/6414f01a053dff925578799f5a7208d2ae585e82 (security-advisories@github.com) [Patch]
- https://github.com/pydicom/pydicom/releases/tag/v3.0.2 (security-advisories@github.com) [Product, Release Notes]
- https://github.com/pydicom/pydicom/security/advisories/GHSA-v856-2rf8-9f28 (security-advisories@github.com) [Exploit, Vendor Advisory]