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

CVE-2026-25927: OpenEMR Auth Bypass Vulnerability

CVE-2026-25927 is an authentication bypass vulnerability in OpenEMR's DICOM viewer that allows authenticated users to access unauthorized patient documents. This article covers the technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-25927 Overview

OpenEMR is a free and open source electronic health records (EHR) and medical practice management application. A critical Insecure Direct Object Reference (IDOR) vulnerability exists in versions prior to 8.0.0 affecting the DICOM viewer state API. The vulnerability allows authenticated users to access and modify DICOM viewer states for documents they are not authorized to view by manipulating the doc_id parameter.

Critical Impact

Authenticated attackers can read or modify DICOM viewer state data (annotations, view settings) for any document in the system by enumerating document IDs, potentially exposing sensitive patient medical imaging data and allowing unauthorized modifications to medical records.

Affected Products

  • OpenEMR versions prior to 8.0.0
  • DICOM viewer state API endpoints (upload, state save/load)
  • Healthcare installations using OpenEMR for DICOM image management

Discovery Timeline

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

Technical Details for CVE-2026-25927

Vulnerability Analysis

This vulnerability is classified as CWE-639 (Authorization Bypass Through User-Controlled Key), commonly known as an Insecure Direct Object Reference (IDOR). The DICOM viewer state API in OpenEMR accepts a document ID (doc_id) parameter without performing adequate authorization checks to verify that the requested document belongs to a patient or encounter that the current user is authorized to access.

The flaw enables authenticated users to bypass horizontal access controls and interact with medical imaging data belonging to other patients. In a healthcare context, this represents a significant privacy violation as DICOM files contain sensitive diagnostic imaging data including X-rays, CT scans, MRIs, and associated annotations made by healthcare providers.

Root Cause

The root cause is a missing authorization check in the DICOM viewer state API. When processing requests for document operations such as uploading state data or saving/loading view settings, the application fails to validate whether the authenticated user has legitimate access to the specified doc_id. The API trusts the user-supplied document identifier without cross-referencing it against the user's authorized patient list or current encounter context.

Attack Vector

The attack is network-based and requires low-privilege authentication. An attacker with valid credentials to the OpenEMR system can exploit this vulnerability by manipulating the doc_id parameter in API requests to the DICOM viewer state endpoints.

The exploitation process involves:

  1. An authenticated user identifies the DICOM viewer state API endpoints
  2. The attacker enumerates document IDs by incrementing or predicting the doc_id parameter
  3. For each valid document ID, the attacker can read existing DICOM viewer states (exposing annotations and view settings)
  4. The attacker can also modify or overwrite DICOM viewer states for any document, potentially altering medical record annotations

This vulnerability requires no user interaction and can be exploited by any authenticated user with access to the DICOM viewer functionality. For more technical details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-25927

Indicators of Compromise

  • Unusual patterns of DICOM viewer state API requests with sequential or randomized doc_id values from a single user
  • Access logs showing users requesting document IDs outside their assigned patient roster
  • Unexpected modifications to DICOM viewer annotations or view settings
  • High-volume API requests to DICOM state endpoints from individual user sessions

Detection Strategies

  • Implement API request monitoring to detect enumeration patterns on the doc_id parameter
  • Configure application logging to capture all DICOM viewer state API access attempts with user context
  • Deploy Web Application Firewall (WAF) rules to detect rapid sequential parameter manipulation
  • Cross-reference API access logs against user authorization records to identify unauthorized document access attempts

Monitoring Recommendations

  • Enable verbose logging on DICOM viewer state API endpoints including user identity and document IDs accessed
  • Implement alerting for users accessing documents outside their authorized patient encounters
  • Monitor for anomalous spikes in DICOM viewer API traffic that may indicate enumeration attacks
  • Conduct regular audits of DICOM viewer state access patterns to identify potential exploitation

How to Mitigate CVE-2026-25927

Immediate Actions Required

  • Upgrade OpenEMR to version 8.0.0 or later immediately
  • Audit access logs for any suspicious DICOM viewer state API activity prior to patching
  • Review all DICOM viewer state data for unauthorized modifications
  • Implement additional network segmentation to limit access to the OpenEMR application

Patch Information

OpenEMR version 8.0.0 includes the fix for this vulnerability. The patch implements proper authorization checks to verify that the requesting user has legitimate access to the document specified by the doc_id parameter before processing DICOM viewer state operations.

Organizations should upgrade to OpenEMR 8.0.0 as the primary remediation. For detailed patch information and release notes, refer to the GitHub Security Advisory.

Workarounds

  • Restrict access to DICOM viewer functionality to only essential personnel until the patch can be applied
  • Implement additional authentication layers or IP restrictions for accessing DICOM viewer state API endpoints
  • Deploy a reverse proxy with authorization rules that validate document access permissions before forwarding requests
  • Monitor and rate-limit API requests to DICOM viewer state endpoints to reduce enumeration effectiveness
bash
# Example: Restrict access to DICOM viewer API at the web server level (Apache)
# Add to Apache configuration or .htaccess
<Location "/interface/modules/zend_modules/module/DicomViewer">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</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

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Security Advisory
  • 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