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

CVE-2026-25131: OpenEMR Auth Bypass Vulnerability

CVE-2026-25131 is an authentication bypass flaw in OpenEMR that allows low-privilege users to add and modify procedure types without authorization. This article covers the technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-25131 Overview

CVE-2026-25131 is a Broken Access Control vulnerability affecting OpenEMR, the widely-used open source electronic health records (EHR) and medical practice management application. This vulnerability exists in the order types management system, specifically in the /openemr/interface/orders/types_edit.php endpoint, allowing low-privilege users such as Receptionists to add and modify procedure types without proper authorization. Given OpenEMR's deployment in healthcare environments handling sensitive patient data, this vulnerability poses significant risks to data integrity and regulatory compliance.

Critical Impact

Low-privilege users can bypass authorization controls to modify procedure types in the medical records system, potentially compromising clinical workflow integrity and patient safety in healthcare environments.

Affected Products

  • OpenEMR versions prior to 8.0.0
  • open-emr openemr (all versions before the security patch)
  • Installations using the /interface/orders/types_edit.php and /interface/orders/types_ajax.php endpoints

Discovery Timeline

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

Technical Details for CVE-2026-25131

Vulnerability Analysis

This vulnerability stems from missing authorization checks in the OpenEMR order types management functionality. The affected endpoints (types_edit.php and types_ajax.php) fail to verify that the requesting user has appropriate administrative privileges before allowing modifications to procedure types. This constitutes a CWE-862 (Missing Authorization) vulnerability, where security-critical operations are performed without validating that the authenticated user is authorized to perform those actions.

In healthcare software like OpenEMR, procedure types define how laboratory tests, radiology orders, and other clinical procedures are configured and processed. Unauthorized modification of these types could lead to incorrect billing codes, misrouted lab results, or corrupted clinical workflows—all of which have serious implications for patient care and regulatory compliance under HIPAA and similar frameworks.

Root Cause

The root cause is the absence of Access Control List (ACL) checks in the affected PHP files. Prior to the patch, both types_edit.php and types_ajax.php did not invoke OpenEMR's AclMain::aclCheckCore() function to verify that the user possessed either admin:super or patients:lab permissions before processing requests. This allowed any authenticated user, regardless of their role, to access and modify procedure type configurations.

Attack Vector

An attacker with low-privilege credentials (such as a Receptionist account) can exploit this vulnerability by:

  1. Authenticating to the OpenEMR application with valid but limited credentials
  2. Directly accessing the /openemr/interface/orders/types_edit.php endpoint
  3. Submitting requests to add, modify, or delete procedure types
  4. Potentially disrupting clinical workflows or manipulating medical data without administrative oversight

The attack requires network access to the OpenEMR instance and valid authentication credentials, but no user interaction is required from privileged users.

php
// Security patch in interface/orders/types_ajax.php
// Source: https://github.com/openemr/openemr/commit/1e63cbab34558bca029533f87cdb6efb1ff32c75
  * @link      http://www.open-emr.org
  * @author    Rod Roark <rod@sunsetsystems.com>
  * @author    Brady Miller <brady.g.miller@gmail.com>
+ * @author    Michael A. Smith <michael@opencoreemr.com>
  * @copyright Copyright (c) 2010-2012 Rod Roark <rod@sunsetsystems.com>
  * @copyright Copyright (c) 2019 Brady Miller <brady.g.miller@gmail.com>
+ * @copyright Copyright (c) 2026 OpenCoreEMR Inc <https://opencoreemr.com/>
  * @license   https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
  */

 require_once("../globals.php");

+use OpenEMR\Common\Acl\AclMain;
+
+if (!AclMain::aclCheckCore('admin', 'super') && !AclMain::aclCheckCore('patients', 'lab')) {
+    die(xlt('Not authorized'));
+}
+
 $id = ($_GET['id'] ?? '') + 0;
 $order = ($_GET['order'] ?? '') + 0;
 $labid = ($_GET['labid'] ?? '') + 0;

Detection Methods for CVE-2026-25131

Indicators of Compromise

  • Unexpected modifications to procedure types or order configurations in the OpenEMR database
  • Access logs showing requests to /interface/orders/types_edit.php or /interface/orders/types_ajax.php from non-administrative user accounts
  • Audit trail entries indicating procedure type changes made by users without admin:super or patients:lab ACL permissions
  • Anomalous activity patterns from Receptionist or other low-privilege accounts accessing administrative endpoints

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and alert on access to /interface/orders/types_edit.php and /interface/orders/types_ajax.php endpoints
  • Review OpenEMR audit logs for unauthorized procedure type modifications by correlating user roles with actions performed
  • Deploy file integrity monitoring on OpenEMR installation files to detect unauthorized code modifications
  • Configure SIEM alerts for authentication events followed by access to order management endpoints from non-administrative accounts

Monitoring Recommendations

  • Enable detailed access logging for all OpenEMR administrative endpoints
  • Implement user behavior analytics to detect privilege abuse patterns from low-privilege accounts
  • Monitor database tables related to procedure types for unexpected INSERT, UPDATE, or DELETE operations
  • Establish baseline activity patterns for different user roles and alert on deviations

How to Mitigate CVE-2026-25131

Immediate Actions Required

  • Upgrade OpenEMR to version 8.0.0 or later immediately
  • If immediate upgrade is not possible, restrict access to the /interface/orders/ directory at the web server level to administrative IP addresses only
  • Review OpenEMR audit logs to identify any potential exploitation that may have occurred prior to patching
  • Conduct a user access review to ensure role assignments follow the principle of least privilege
  • Consider temporarily disabling low-privilege user accounts until the patch is applied

Patch Information

OpenEMR has released version 8.0.0 which contains the security fix for this vulnerability. The patch adds proper ACL checks using AclMain::aclCheckCore() to verify that users have either admin:super or patients:lab permissions before allowing access to the order types management functionality. The fix is documented in the GitHub Security Advisory GHSA-6h2m-4ppf-ph4j and implemented in commit 1e63cbab34558bca029533f87cdb6efb1ff32c75.

Workarounds

  • Implement web server access controls (e.g., Apache .htaccess or Nginx location blocks) to restrict access to /interface/orders/types_edit.php and /interface/orders/types_ajax.php to trusted administrative IP addresses
  • Configure a reverse proxy or WAF rule to require additional authentication for administrative endpoints
  • Disable or limit low-privilege user accounts that do not require access to order management features
  • Implement network segmentation to restrict which systems can access the OpenEMR application server
bash
# Apache .htaccess workaround to restrict access to vulnerable endpoints
# Place in /openemr/interface/orders/.htaccess

<Files "types_edit.php">
    Require ip 10.0.0.0/8 192.168.1.0/24
</Files>

<Files "types_ajax.php">
    Require ip 10.0.0.0/8 192.168.1.0/24
</Files>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpen Emr

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-6h2m-4ppf-ph4j
  • Related CVEs
  • CVE-2026-32120: OpenEMR Auth Bypass Vulnerability

  • CVE-2026-33934: OpenEMR Authorization Bypass Vulnerability

  • CVE-2026-33918: OpenEMR Auth Bypass Vulnerability

  • CVE-2026-33915: 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