The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-25929

CVE-2026-25929: OpenEMR Auth Bypass Vulnerability

CVE-2026-25929 is an authentication bypass flaw in OpenEMR that allows authenticated users to access unauthorized patient photos. This article covers technical details, affected versions, impact, and mitigation.

Published: February 27, 2026

CVE-2026-25929 Overview

OpenEMR, a widely-used free and open source electronic health records (EHR) and medical practice management application, contains an Insecure Direct Object Reference (IDOR) vulnerability in its document controller. Prior to version 8.0.0, the patient_picture context serves patient photos by document ID or patient ID without verifying that the current user is authorized to access that specific patient's records. This authorization bypass allows an authenticated user with document ACL permissions to retrieve photos belonging to other patients by simply supplying their patient ID.

Critical Impact

Authenticated attackers can access protected health information (PHI) including patient photographs without proper authorization, potentially violating HIPAA regulations and patient privacy.

Affected Products

  • OpenEMR versions prior to 8.0.0
  • Healthcare organizations using vulnerable OpenEMR installations
  • Any deployment utilizing the document controller's patient_picture functionality

Discovery Timeline

  • 2026-02-25 - CVE CVE-2026-25929 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-25929

Vulnerability Analysis

This vulnerability represents a classic Insecure Direct Object Reference (IDOR) flaw categorized as CWE-639 (Authorization Bypass Through User-Controlled Key). The document controller in OpenEMR fails to implement proper access control checks when serving patient photographs through the patient_picture context.

The core issue lies in the application's trust of user-supplied identifiers without validating whether the requesting user has legitimate access to the referenced patient's data. In healthcare applications, this type of vulnerability is particularly severe as it directly impacts protected health information under HIPAA regulations.

The vulnerability can be exploited over the network by any authenticated user who possesses document ACL permissions, regardless of their actual patient assignment or role-based access restrictions. No user interaction is required for exploitation, and the attack can result in unauthorized disclosure of confidential patient photographs.

Root Cause

The root cause stems from missing authorization validation in the C_Document.class.php controller. When processing requests for patient pictures, the controller accepts patient ID or document ID parameters directly from user input and retrieves the corresponding image without checking if the authenticated user has permission to view that specific patient's records.

The vulnerable code path allows any authenticated user with basic document permissions to bypass the intended patient-level access controls by manipulating the request parameters to reference other patients' identifiers.

Attack Vector

An attacker with valid authentication credentials and document ACL access can exploit this vulnerability through the following attack flow:

  1. Authenticate to the OpenEMR application with valid credentials
  2. Navigate to or craft a request to the document controller's patient_picture endpoint
  3. Modify the patient ID parameter to reference another patient's identifier
  4. The server returns the targeted patient's photograph without authorization verification
  5. Repeat with different patient IDs to enumerate and extract additional patient photos

The security patch adds proper authorization checks and audit logging to prevent unauthorized access:

php
use OpenEMR\Common\Crypto\CryptoGen;
use OpenEMR\Common\Csrf\CsrfUtils;
use OpenEMR\Common\Database\QueryUtils;
+use OpenEMR\Common\Logging\EventAuditLogger;
use OpenEMR\Common\Logging\SystemLogger;
use OpenEMR\Common\Twig\TwigContainer;
use OpenEMR\Common\Session\SessionWrapperFactory;

Source: GitHub Commit fc4d00ecb63561dacd23cb1fed49c64bd1a83258

Detection Methods for CVE-2026-25929

Indicators of Compromise

  • Unusual patterns of patient photo requests from single user sessions accessing multiple unrelated patients
  • Access logs showing sequential or enumerated patient ID requests to the patient_picture endpoint
  • Audit trail anomalies where users view patient records they are not assigned to
  • High-volume requests to the document controller from individual authenticated sessions

Detection Strategies

  • Implement log analysis rules to detect users accessing patient records outside their normal care assignments
  • Monitor for unusual access patterns to the patient_picture endpoint including parameter enumeration
  • Deploy application-layer anomaly detection for the document controller endpoints
  • Review access logs for authenticated users requesting patient IDs in sequential or bulk patterns

Monitoring Recommendations

  • Enable comprehensive audit logging for all patient record access including photo retrieval
  • Configure alerts for access attempts to patient records outside assigned care relationships
  • Implement real-time monitoring of document controller access patterns
  • Establish baseline metrics for normal patient photo access frequency per user role

How to Mitigate CVE-2026-25929

Immediate Actions Required

  • Upgrade OpenEMR to version 8.0.0 or later immediately
  • Conduct audit review of patient photo access logs to identify potential exploitation
  • Verify all users with document ACL permissions have appropriate access levels
  • Implement network-level access restrictions to OpenEMR administration interfaces

Patch Information

OpenEMR has addressed this vulnerability in version 8.0.0. The fix adds proper authorization validation to ensure users can only access patient photographs for patients they are explicitly authorized to view. Additionally, the patch includes enhanced audit logging through the EventAuditLogger to track access attempts.

For detailed patch information, refer to:

  • GitHub Security Advisory GHSA-778w-r8rm-8qhq
  • Security Patch Commit fc4d00ecb63561dacd23cb1fed49c64bd1a83258

Workarounds

  • Restrict document ACL permissions to only essential personnel until patching is complete
  • Implement web application firewall rules to monitor and limit access to the patient_picture endpoint
  • Enable enhanced access logging on the document controller to detect exploitation attempts
  • Consider temporary network segmentation to limit exposure of vulnerable OpenEMR instances
bash
# Configuration example - Restrict access to document controller endpoints
# Add to Apache configuration or .htaccess for OpenEMR
<Location "/openemr/controller.php">
    # Require specific IP ranges for document access
    Require ip 10.0.0.0/8 192.168.0.0/16
    # Enable detailed access logging
    CustomLog /var/log/openemr/document_access.log combined
</Location>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenemr

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Commit Summary

  • GitHub Security Advisory GHSA-778w
  • Related CVEs
  • CVE-2026-34053: OpenEMR Auth Bypass Vulnerability

  • CVE-2026-34055: OpenEMR Auth Bypass Vulnerability

  • CVE-2026-33305: OpenEMR FaxSMS Auth Bypass Vulnerability

  • CVE-2026-33304: OpenEMR Authorization Bypass 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