CVE-2026-32711
Description
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.
Risk Information
Associated Vulnerability
| Vulnerability | OS Platform |
|---|---|
| Vulnerabilities CVE-2026-32711 are fixed in Python-pydicom 2.4.5 | Windows |
| Vulnerabilities CVE-2026-32711 are fixed in Python-pydicom 3.0.2 | Windows |
| Vulnerabilities CVE-2026-32711 are fixed in Python-pydicom for linux 2.4.5 | Linux |
| Vulnerabilities CVE-2026-32711 are fixed in Python-pydicom for linux 3.0.2 | Linux |
Patch Details
No records foundReferences
https://nvd.nist.gov/vuln/detail/CVE-2023-1234
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1234