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

CVE-2026-32123: OpenEMR Information Disclosure Vulnerability

CVE-2026-32123 is an information disclosure vulnerability in OpenEMR that exposes sensitive group encounter data including mental health records. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-32123 Overview

CVE-2026-32123 is a Broken Access Control vulnerability in OpenEMR, a free and open source electronic health records (EHR) and medical practice management application. The vulnerability exists in versions prior to 8.0.0.1 where sensitivity checks for group encounters are fundamentally broken due to incorrect data source consultation.

The core issue stems from the code only checking the form_encounter table for sensitivity settings, while group encounters actually store their sensitivity configuration in the form_groups_encounter table. This architectural flaw means that sensitivity restrictions are never correctly applied to group encounters, potentially exposing protected health information (PHI) including mental health records to unauthorized users.

Critical Impact

Healthcare organizations using OpenEMR prior to version 8.0.0.1 may have inadvertently exposed sensitive group encounter records, including mental health data, to users who should have been restricted from viewing this information. This represents a significant HIPAA compliance risk.

Affected Products

  • OpenEMR versions prior to 8.0.0.1
  • OpenEMR installations with group encounter functionality enabled
  • Healthcare facilities relying on encounter sensitivity controls for access restriction

Discovery Timeline

  • 2026-03-11 - CVE-2026-32123 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-32123

Vulnerability Analysis

This vulnerability is classified as CWE-863 (Incorrect Authorization), which occurs when a product performs an authorization check when an actor attempts to access a resource, but the authorization check is improperly implemented.

In the context of OpenEMR, the application provides sensitivity levels for patient encounters to restrict access based on user roles and permissions. This is particularly important for mental health records and other sensitive categories of patient information that require additional privacy protections under HIPAA regulations.

The vulnerability allows authenticated users with standard access privileges to view group encounter records that should be restricted based on sensitivity settings. Since the access control mechanism queries the wrong database table, no sensitivity filtering is ever applied to group encounters, regardless of how they are configured.

Root Cause

The root cause is a logic error in the encounter sensitivity validation routine. When OpenEMR was developed or extended to support group encounters, the sensitivity data model was appropriately designed to store group encounter sensitivity in a separate table (form_groups_encounter). However, the access control check was never updated to consult this table for group encounters.

The code path for standard individual encounters correctly queries form_encounter for sensitivity settings. The failure occurs because the same code path is used for group encounters, which store their sensitivity data in form_groups_encounter. This results in the sensitivity check always returning no restrictions for group encounters, as the lookup against the wrong table yields no matching sensitivity data.

Attack Vector

The attack vector is network-based and requires low privileges (authenticated access to the OpenEMR system). An attacker with basic user credentials can exploit this vulnerability to access sensitive group encounter records without any specialized tools or techniques.

The exploitation scenario involves:

  1. An attacker authenticates to the OpenEMR instance with valid but low-privilege credentials
  2. The attacker navigates to or queries group encounter records that have been marked with sensitivity restrictions
  3. Due to the broken sensitivity check, the system fails to enforce access restrictions
  4. The attacker gains unauthorized access to sensitive medical information

No exploit code is available for this vulnerability. The exploitation relies on normal application functionality where the authorization bypass occurs transparently. For technical details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-32123

Indicators of Compromise

  • Unusual access patterns to group encounter records by users without appropriate permissions
  • Audit log entries showing access to sensitive group encounters by restricted user accounts
  • Reports from users about unexpected visibility of group encounter data
  • Database queries showing mismatched sensitivity settings between form_encounter and form_groups_encounter tables

Detection Strategies

  • Review OpenEMR access logs for users accessing group encounters containing sensitivity-restricted data
  • Implement database-level auditing on the form_groups_encounter table to track access patterns
  • Cross-reference user role permissions with group encounter access logs to identify potential unauthorized access
  • Deploy application-layer monitoring to detect access to encounter records by users lacking appropriate clearance

Monitoring Recommendations

  • Enable comprehensive audit logging for all encounter access within OpenEMR
  • Configure alerts for access to group encounters by users without mental health or other sensitive data permissions
  • Establish baseline access patterns and alert on deviations
  • Implement periodic access reviews comparing user permissions against actual encounter access history

How to Mitigate CVE-2026-32123

Immediate Actions Required

  • Upgrade OpenEMR to version 8.0.0.1 or later immediately
  • Audit access logs to determine if unauthorized access to sensitive group encounters has occurred
  • Review user permissions and restrict access to group encounter modules pending upgrade
  • Notify compliance and legal teams if unauthorized PHI access is suspected
  • Consider temporary disabling of group encounter functionality if immediate upgrade is not possible

Patch Information

OpenEMR has released version 8.0.0.1 which corrects the sensitivity check logic to properly consult the form_groups_encounter table when validating access to group encounters. Organizations should upgrade to this version or later to remediate the vulnerability.

For detailed patch information, refer to the GitHub Security Advisory.

Workarounds

  • Temporarily disable group encounter functionality until the patch can be applied
  • Implement network-level access controls to restrict OpenEMR access to trusted users only
  • Use database-level triggers to log all access to group encounter sensitivity data
  • Configure web application firewall rules to monitor and alert on group encounter access patterns
bash
# Configuration example - Check current OpenEMR version
grep -r "version" /var/www/html/openemr/version.php

# Verify the patch was applied by checking for updated encounter access control files
# Consult OpenEMR documentation for specific file locations after upgrade

# Review access logs for potential unauthorized access
grep -i "group_encounter" /var/log/openemr/access.log | grep -v "authorized_user_list"

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

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25930: OpenEMR Information Disclosure Flaw

  • 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