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

CVE-2026-25220: OpenEMR Auth Bypass Vulnerability

CVE-2026-25220 is an authentication bypass flaw in OpenEMR that allows any authenticated user to view all internal messages without admin privileges. This article covers technical details, affected versions, and patches.

Published: February 27, 2026

CVE-2026-25220 Overview

CVE-2026-25220 is an authorization bypass vulnerability in OpenEMR, a free and open source electronic health records (EHR) and medical practice management application. The vulnerability exists in the Message Center component, where the show_all=yes URL parameter is passed to the getPnotesByUser() function without proper authorization verification. This allows any authenticated user to access all internal messages across the entire system, regardless of their administrative privileges.

Critical Impact

Any authenticated OpenEMR user can view the complete internal message list containing sensitive patient and staff communications by simply requesting messages.php?show_all=yes, bypassing intended access controls.

Affected Products

  • OpenEMR versions prior to 8.0.0
  • OpenEMR Message Center component (messages.php)
  • Healthcare organizations using vulnerable OpenEMR installations

Discovery Timeline

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

Technical Details for CVE-2026-25220

Vulnerability Analysis

This vulnerability is classified under CWE-639: Authorization Bypass Through User-Controlled Key. The core issue lies in the Message Center's handling of the show_all parameter, which controls whether a user can view all internal messages or only their own. The backend implementation fails to verify that the requesting user possesses administrator privileges before honoring the show_all=yes request.

The attack requires network access and low-privilege authentication (any valid OpenEMR user account). Once authenticated, an attacker can access confidential internal communications that may contain sensitive patient health information (PHI), staff discussions, and other protected data. In healthcare environments governed by regulations like HIPAA, this represents a significant compliance risk.

Root Cause

The root cause is a missing authorization check in the messages.php endpoint. When processing the show_all URL parameter, the application directly passes the user-supplied value to the getPnotesByUser() function without first validating that the user has administrative privileges. Additionally, the "Show All" link is incorrectly visible to non-admin users in the interface, creating both a backend authorization gap and a UI-level information disclosure.

Attack Vector

The attack vector is network-based and requires only basic authentication. An attacker with any valid user account can exploit this vulnerability by:

  1. Authenticating to the OpenEMR application with any user credentials
  2. Navigating to or directly requesting messages.php?show_all=yes
  3. Receiving the complete list of internal messages from all users

The exploitation is trivial and requires no special tools or technical expertise beyond basic web browser usage.

php
                             $messages = xl('My Messages');
                         }
                     } else {
+                        $show_all = "no";
                         $messages = xlt('My Messages');
                     }
                     ?>

Source: GitHub Commit Details

The patch forces $show_all to "no" for non-administrative users, ensuring that the parameter cannot be manipulated to bypass authorization controls.

Detection Methods for CVE-2026-25220

Indicators of Compromise

  • HTTP requests to messages.php containing the show_all=yes parameter from non-administrator accounts
  • Unusual access patterns to the Message Center from users who typically don't access administrative functions
  • Log entries showing multiple users accessing the full message list unexpectedly
  • Audit trail anomalies indicating unauthorized access to internal communications

Detection Strategies

  • Monitor web server access logs for requests matching the pattern messages.php?show_all=yes
  • Implement application-layer monitoring to detect parameter manipulation attempts
  • Configure SentinelOne Singularity to monitor for suspicious web application behavior patterns
  • Review OpenEMR audit logs for unauthorized message access events

Monitoring Recommendations

  • Enable detailed logging for the OpenEMR Message Center component
  • Implement real-time alerting for show_all parameter usage by non-admin users
  • Deploy web application firewall (WAF) rules to detect and block exploitation attempts
  • Conduct periodic access reviews of internal message viewing patterns

How to Mitigate CVE-2026-25220

Immediate Actions Required

  • Upgrade OpenEMR to version 8.0.0 or later immediately
  • Review access logs to determine if this vulnerability has been exploited
  • Audit all user accounts and verify appropriate privilege levels
  • Notify affected parties if unauthorized access to sensitive messages is confirmed

Patch Information

OpenEMR version 8.0.0 addresses this vulnerability by implementing proper authorization checks. The security patch is available via the GitHub Commit. The fix ensures that non-administrative users cannot use the show_all parameter to bypass access controls. For detailed information, refer to the GitHub Security Advisory GHSA-phcp-7qjx-83cm.

Workarounds

  • Implement a web application firewall rule to block requests containing show_all=yes from non-admin users
  • Restrict access to messages.php at the network level to trusted administrative IP addresses
  • Consider disabling the Message Center feature temporarily until patching is complete
  • Manually apply the patch logic by modifying interface/main/messages/messages.php to force $show_all = "no" for non-admin users
bash
# Example Apache mod_rewrite rule to block exploitation attempts
# Add to OpenEMR .htaccess or Apache configuration
RewriteEngine On
RewriteCond %{QUERY_STRING} show_all=yes [NC]
RewriteCond %{REQUEST_URI} messages\.php [NC]
RewriteRule ^(.*)$ - [F,L]

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 Score5.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-phcp-7qjx-83cm
  • 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
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