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

CVE-2026-25930: OpenEMR Information Disclosure Flaw

CVE-2026-25930 is an information disclosure vulnerability in OpenEMR that allows authenticated users to access unauthorized patient encounter forms. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-25930 Overview

OpenEMR is a free and open source electronic health records and medical practice management application. A significant Insecure Direct Object Reference (IDOR) vulnerability exists in the Layout-Based Form (LBF) printable view component. Prior to version 8.0.0, the application accepts formid and visitid (or patientid) parameters from HTTP requests without properly verifying that the requested form belongs to the current user's authorized patient or encounter. This authorization bypass allows authenticated users with LBF access to enumerate form IDs and view or print any patient's encounter forms, potentially exposing sensitive protected health information (PHI).

Critical Impact

Authenticated attackers can access and exfiltrate sensitive patient medical records by exploiting the authorization bypass in the Layout-Based Form printable view, potentially leading to HIPAA violations and patient privacy breaches.

Affected Products

  • OpenEMR versions prior to 8.0.0
  • OpenEMR installations with Layout-Based Forms (LBF) functionality enabled
  • Healthcare organizations using OpenEMR for electronic health records management

Discovery Timeline

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

Technical Details for CVE-2026-25930

Vulnerability Analysis

This vulnerability is classified as CWE-639: Authorization Bypass Through User-Controlled Key, a form of Insecure Direct Object Reference (IDOR). The flaw resides in the interface/forms/LBF/printable.php file, which handles the rendering of printable versions of Layout-Based Forms. The vulnerable code path directly uses user-supplied parameters (formid, visitid, or patientid) to retrieve form data without performing adequate authorization checks to verify that the requesting user has legitimate access to the specified patient's records.

An authenticated attacker with basic LBF access can manipulate these parameters to access forms belonging to other patients. By systematically enumerating form IDs, an attacker could potentially access the entire patient database's encounter forms, leading to massive unauthorized disclosure of protected health information.

Root Cause

The root cause of this vulnerability is missing authorization validation in the Layout-Based Form printable view functionality. The application fails to verify the relationship between the authenticated user's access permissions and the patient/encounter data being requested. The formid and visitid/patientid parameters are trusted directly from user input without cross-referencing against the current user's authorized patient list.

Attack Vector

The attack is network-based and requires authentication. An attacker with legitimate but limited access to OpenEMR can exploit this vulnerability by:

  1. Authenticating to the OpenEMR application with valid credentials
  2. Navigating to the LBF printable view endpoint
  3. Manipulating the formid and visitid or patientid parameters in the request
  4. Enumerating form IDs sequentially or through targeted guessing
  5. Viewing or printing encounter forms belonging to patients they are not authorized to access
php
  * @author    Rod Roark <rod@sunsetsystems.com>
  * @author    Brady Miller <brady.g.miller@gmail.com>
  * @author    Sherwin Gaddis <sherwingaddis@gmail.com> contributed the header and footer only
+ * @author    Michael A. Smith <michael@opencoreemr.com>
  * @copyright Copyright (c) 2009-2019 Rod Roark <rod@sunsetsystems.com>
  * @copyright Copyright (c) 2019 Brady Miller <brady.g.miller@gmail.com>
  * @copyright Copyright (c) 2019 Sherwin Gaddis <sherwingaddis@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
  */

Source: GitHub Commit

Detection Methods for CVE-2026-25930

Indicators of Compromise

  • Unusual access patterns to interface/forms/LBF/printable.php with varying formid parameters from a single user session
  • Sequential or bulk requests to the LBF printable view endpoint indicating form ID enumeration attempts
  • Access logs showing users viewing patient forms outside their assigned patient population
  • Audit trail anomalies where users access encounter forms for patients they have no clinical relationship with

Detection Strategies

  • Implement application-level logging that captures the relationship between requesting user and accessed patient records
  • Monitor for high-volume requests to the LBF printable endpoint from individual user sessions
  • Deploy web application firewall (WAF) rules to detect parameter manipulation and sequential ID enumeration patterns
  • Correlate user access patterns with their authorized patient assignments to identify unauthorized access attempts

Monitoring Recommendations

  • Enable comprehensive audit logging for all patient record access in OpenEMR
  • Configure alerts for users accessing abnormally high numbers of distinct patient records
  • Review access logs regularly for patterns consistent with IDOR exploitation
  • Implement real-time monitoring for the printable.php endpoint with alerting on suspicious parameter patterns

How to Mitigate CVE-2026-25930

Immediate Actions Required

  • Upgrade OpenEMR to version 8.0.0 or later immediately
  • Audit access logs for evidence of exploitation prior to patching
  • Review user permissions and restrict LBF access to only necessary personnel
  • Implement network-level access controls to limit exposure of the OpenEMR application

Patch Information

OpenEMR has addressed this vulnerability in version 8.0.0. The fix implements proper authorization checks to verify that the authenticated user has legitimate access to the patient and encounter data being requested through the LBF printable view. Organizations should upgrade to version 8.0.0 or apply the security patch from commit 8c76acdd226007cc4ff3eccd3ca6193e0be6e699. For detailed information, refer to the GitHub Security Advisory and the security patch commit.

Workarounds

  • Restrict access to the LBF functionality through role-based access controls until patching is possible
  • Implement additional authentication requirements for accessing the printable view endpoint
  • Deploy a web application firewall rule to block requests with manipulated formid or visitid parameters
  • Temporarily disable the LBF printable view functionality if not business-critical
bash
# Configuration example - Apache mod_rewrite to restrict LBF printable access
# Add to .htaccess or Apache configuration
<Location /interface/forms/LBF/printable.php>
    # Restrict access to specific IP ranges or require additional authentication
    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
  • TypeInformation Disclosure

  • 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 Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32123: OpenEMR Information Disclosure Vulnerability

  • CVE-2025-54373: OpenEMR Information Disclosure Flaw

  • 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