Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-32711

CVE-2026-32711: Pydicom Path Traversal Vulnerability

CVE-2026-32711 is a path traversal vulnerability in Pydicom that allows attackers to read, copy, move, or delete arbitrary files outside the File-set root. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-32711 Overview

CVE-2026-32711 is a path traversal vulnerability in pydicom, a pure Python package for working with DICOM (Digital Imaging and Communications in Medicine) files. The vulnerability exists in how pydicom handles maliciously crafted DICOMDIR ReferencedFileID values, allowing attackers to manipulate file operations outside the intended File-set root directory. This can lead to arbitrary file read/copy operations and, in certain workflows, file move or delete operations on unauthorized filesystem locations.

Critical Impact

Attackers can exploit this path traversal flaw to read sensitive files, copy protected data, or potentially delete critical system files by manipulating DICOMDIR entries to reference paths outside the File-set root directory.

Affected Products

  • pydicom versions 2.0.0-rc.1 through 3.0.1
  • Python applications using vulnerable pydicom FileSet operations
  • Healthcare imaging systems utilizing pydicom for DICOM file processing

Discovery Timeline

  • 2026-03-20 - CVE CVE-2026-32711 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-32711

Vulnerability Analysis

This path traversal vulnerability (CWE-22) affects pydicom's FileSet functionality when processing DICOMDIR files. DICOMDIR is a special DICOM file that contains a directory of all DICOM files within a File-set, using ReferencedFileID attributes to point to individual files. The vulnerability stems from insufficient validation of these ReferencedFileID values.

When pydicom processes a DICOMDIR, it resolves the ReferencedFileID paths to verify file existence but fails to validate that the resolved paths remain within the File-set root directory. This architectural flaw allows path traversal sequences (such as ../) embedded in malicious DICOMDIR entries to reference files outside the intended boundary.

Root Cause

The root cause lies in pydicom's path resolution logic within the FileSet implementation. When processing ReferencedFileID values, the code performs an existence check on the resolved path but does not implement proper path canonicalization and boundary checking. The application trusts the ReferencedFileID value without sanitizing directory traversal sequences, allowing attackers to craft paths that escape the File-set root.

Attack Vector

The attack requires local access and user interaction to process a malicious DICOMDIR file. An attacker crafts a DICOMDIR containing ReferencedFileID entries with path traversal sequences pointing to sensitive files outside the File-set root. When a victim application performs FileSet operations such as copy(), write(), or remove()+write(use_existing=True), these operations are executed on the attacker-specified paths rather than legitimate DICOM files.

The exploitation flow involves distributing a malicious DICOM File-set (potentially disguised as legitimate medical imaging data) to a target system. When the victim's pydicom-based application processes this File-set, it could inadvertently read sensitive files like configuration files or credentials, copy protected data to attacker-accessible locations, or delete critical files when performing remove and write operations.

Detection Methods for CVE-2026-32711

Indicators of Compromise

  • DICOMDIR files containing unusual path patterns with ../ or absolute path references in ReferencedFileID values
  • File access logs showing pydicom processes accessing files outside expected DICOM storage directories
  • Unexpected file operations (read, copy, delete) occurring in system directories during DICOM processing

Detection Strategies

  • Implement file integrity monitoring on sensitive directories to detect unauthorized access patterns during DICOM processing
  • Monitor application logs for path traversal patterns in DICOM-related operations
  • Deploy endpoint detection rules to identify suspicious file operations initiated by Python processes handling DICOM files

Monitoring Recommendations

  • Enable verbose logging for applications utilizing pydicom FileSet operations to capture file path details
  • Configure alerting for file access attempts outside designated DICOM storage directories
  • Implement audit trails for all file operations performed by healthcare imaging applications

How to Mitigate CVE-2026-32711

Immediate Actions Required

  • Upgrade pydicom to version 3.0.2 or later immediately
  • Audit existing DICOMDIR files in your environment for suspicious ReferencedFileID values
  • Restrict file system permissions for processes handling DICOM files to minimize potential impact
  • Review and validate any DICOM files received from external sources before processing

Patch Information

The pydicom development team has addressed this vulnerability in version 3.0.2. The fix implements proper path validation to ensure resolved ReferencedFileID paths remain within the File-set root directory before any file I/O operations are performed.

For detailed patch information, refer to the GitHub Commit Details and the official GitHub Release v3.0.2. The GitHub Security Advisory GHSA-v856-2rf8-9f28 provides additional technical details about the vulnerability.

Workarounds

  • Implement application-level path validation before passing DICOMDIR files to pydicom for processing
  • Run DICOM processing applications in sandboxed environments with restricted filesystem access
  • Use chroot or container isolation to limit file access to designated DICOM storage directories
  • Validate DICOMDIR files against a whitelist of expected ReferencedFileID patterns before processing
bash
# Upgrade pydicom to patched version
pip install --upgrade pydicom>=3.0.2

# Verify installed version
pip show pydicom | grep Version

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechPydicom

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Release v3.0.2
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-v856-2rf8-9f28
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English