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

CVE-2026-33913: OpenEMR Path Traversal Vulnerability

CVE-2026-33913 is a path traversal flaw in OpenEMR that allows authenticated users to read arbitrary server files via crafted CCDA documents. This article covers the technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33913 Overview

CVE-2026-33913 is an XML External Entity (XXE) injection vulnerability in OpenEMR, a widely-used open source electronic health records (EHR) and medical practice management application. The vulnerability exists in versions prior to 8.0.0.3 and allows authenticated users with access to the Carecoordination module to read arbitrary files from the server by uploading a specially crafted CCDA (Consolidated Clinical Document Architecture) document containing malicious XML entity references.

Critical Impact

Authenticated attackers can exfiltrate sensitive server files including /etc/passwd, configuration files, database credentials, and potentially protected health information (PHI) stored on the filesystem, leading to serious data breaches in healthcare environments.

Affected Products

  • OpenEMR versions prior to 8.0.0.3
  • OpenEMR installations with Carecoordination module enabled
  • Healthcare systems running vulnerable OpenEMR deployments

Discovery Timeline

  • 2026-03-25 - CVE-2026-33913 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33913

Vulnerability Analysis

This vulnerability (CWE-611: Improper Restriction of XML External Entity Reference) occurs during the processing of CCDA documents uploaded through the Carecoordination module. CCDA is an XML-based standard used for exchanging clinical documents between healthcare systems. When the application parses uploaded CCDA documents, it fails to properly disable external entity processing in the underlying XML parser.

The attack requires authentication and access to the Carecoordination module, limiting the attack surface to users who already have some level of access to the OpenEMR system. However, given the sensitive nature of healthcare data and the potential for insider threats or compromised accounts, this vulnerability poses significant risk to healthcare organizations.

Root Cause

The root cause is improper configuration of the XML parser used to process CCDA documents. The parser allows external entity resolution, which enables attackers to reference local files on the server through the xi:include directive or standard XXE entity declarations. The application does not disable features like LIBXML_NOENT or implement proper XML external entity restrictions before parsing user-supplied CCDA content.

Attack Vector

An authenticated attacker with access to the Carecoordination module can exploit this vulnerability by crafting a malicious CCDA document containing an XML Include (XInclude) directive. The attack vector is network-based and requires high privileges (authenticated user with module access).

The exploitation technique involves embedding an xi:include directive such as <xi:include href="file:///etc/passwd" parse="text"/> within the CCDA document structure. When the server processes this document, the XML parser resolves the external reference and includes the contents of the specified file in the parsed result. The attacker can then retrieve sensitive file contents through the application's response or error messages.

For detailed technical information about the vulnerability mechanism, refer to the GitHub Security Advisory GHSA-9757-3cfj-wc8q.

Detection Methods for CVE-2026-33913

Indicators of Compromise

  • Unusual file access patterns in web server logs, particularly requests to the Carecoordination module with large response sizes
  • CCDA document uploads containing suspicious XML entities or xi:include directives
  • Error logs showing attempts to access system files like /etc/passwd, /etc/shadow, or application configuration files
  • Unexpected outbound connections from the web server if external DTD references are used

Detection Strategies

  • Monitor and analyze CCDA document uploads for malicious XML entity declarations or XInclude directives
  • Implement Web Application Firewall (WAF) rules to detect XXE attack patterns in incoming XML payloads
  • Review application logs for unusual Carecoordination module activity, especially from accounts with elevated access
  • Deploy file integrity monitoring on sensitive system and configuration files

Monitoring Recommendations

  • Enable detailed logging for the Carecoordination module and CCDA document processing functions
  • Configure SIEM alerts for patterns consistent with XXE exploitation attempts in HTTP request bodies
  • Monitor for anomalous file read operations by the web server process
  • Track user activity within the Carecoordination module for unusual document upload patterns

How to Mitigate CVE-2026-33913

Immediate Actions Required

  • Upgrade OpenEMR to version 8.0.0.3 or later immediately
  • Audit Carecoordination module access and restrict permissions to only essential personnel
  • Review recent CCDA document uploads for signs of exploitation attempts
  • Implement network segmentation to limit the impact of potential data exfiltration

Patch Information

OpenEMR has released version 8.0.0.3 which addresses this vulnerability. The fix is available in the GitHub commit 67e1702c41cf486af0069bdafce19860e2cd9a11. Organizations should update to this version or later as documented in the GitHub Release Version 8.0.0.3.

Workarounds

  • Disable or restrict access to the Carecoordination module until patching is complete
  • Implement WAF rules to filter XML payloads containing external entity declarations or XInclude directives
  • Configure PHP's libxml to disable entity loading by setting libxml_disable_entity_loader(true) at the application level
  • Apply principle of least privilege to limit which users have access to document upload functionality
bash
# Example: Restrict Carecoordination module access via Apache configuration
<Directory /var/www/openemr/interface/modules/zend_modules/module/Carecoordination>
    Require valid-user
    Require group carecoord_admins
</Directory>

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechOpenemr

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Technical References
  • GitHub Release Version 8.0.0.3
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-9757-3cfj-wc8q
  • Related CVEs
  • CVE-2026-33301: OpenEMR Path Traversal Vulnerability

  • CVE-2026-25928: OpenEMR Path Traversal Vulnerability

  • CVE-2026-33914: OpenEMR Blind SQL Injection Vulnerability

  • CVE-2026-33348: OpenEMR Stored XSS 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