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

CVE-2026-32120: OpenEMR Auth Bypass Vulnerability

CVE-2026-32120 is an authentication bypass flaw in OpenEMR that allows authenticated users to access arbitrary patient records via IDOR. This article covers the technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-32120 Overview

CVE-2026-32120 is an Insecure Direct Object Reference (IDOR) vulnerability affecting OpenEMR, a widely-used free and open source electronic health records (EHR) and medical practice management application. The vulnerability exists in the fee sheet product save logic within library/FeeSheet.class.php, allowing any authenticated user with fee sheet ACL access to delete, modify, or read drug_sales records belonging to arbitrary patients by manipulating the hidden prod[][sale_id] form field.

Critical Impact

Authenticated attackers can access, modify, or delete sensitive patient drug sales records across the entire OpenEMR installation, potentially compromising patient privacy and medical record integrity.

Affected Products

  • OpenEMR versions prior to 8.0.0.3
  • OpenEMR installations with fee sheet ACL access enabled
  • Healthcare organizations using vulnerable OpenEMR deployments

Discovery Timeline

  • 2026-03-25 - CVE-2026-32120 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-32120

Vulnerability Analysis

This IDOR vulnerability stems from insufficient authorization checks in OpenEMR's fee sheet functionality. The save() method in library/FeeSheet.class.php accepts user-supplied sale_id values through a hidden form field (prod[][sale_id]) and uses these values directly in five SQL queries—including SELECT, UPDATE, and DELETE operations—without verifying that the referenced record belongs to the current patient and encounter context.

The vulnerability allows horizontal privilege escalation, where an authenticated user can access data belonging to other patients. This is particularly concerning in healthcare environments where patient data confidentiality is paramount and protected under regulations such as HIPAA.

Root Cause

The root cause of this vulnerability is the lack of proper authorization validation before performing database operations on drug_sales records. The application trusts user-supplied sale_id parameters without verifying ownership or access permissions, violating the principle of least privilege and failing to implement proper access control checks.

This represents a classic IDOR pattern where object references (in this case, sale_id values) are exposed to users and used without proper authorization verification. The application assumes that if a user can submit a form, they should have access to any record ID they provide.

Attack Vector

An attacker with valid credentials and fee sheet ACL access can exploit this vulnerability through the following attack vector:

  1. The attacker authenticates to the OpenEMR application with legitimate credentials that have fee sheet access
  2. When accessing the fee sheet functionality, the attacker intercepts or modifies the form submission
  3. By manipulating the hidden prod[][sale_id] form field value, the attacker can reference drug_sales records belonging to other patients
  4. The vulnerable save() method processes these modified values in SQL queries without authorization checks
  5. The attacker can read sensitive drug sales information, modify existing records, or delete records entirely

The attack requires network access and valid authentication but has low complexity once these prerequisites are met. The vulnerability affects confidentiality, integrity, and availability of patient drug sales data.

Detection Methods for CVE-2026-32120

Indicators of Compromise

  • Unusual access patterns to fee sheet functionality from a single user account accessing multiple patient records
  • Database audit logs showing SELECT, UPDATE, or DELETE operations on drug_sales table with patient IDs inconsistent with the authenticated user's assigned patients
  • Web application logs showing manipulation of prod[][sale_id] parameters with sequential or enumerated values
  • Unexpected modifications or deletions in drug_sales records without corresponding clinical workflow

Detection Strategies

  • Implement database query monitoring to detect cross-patient data access patterns in the drug_sales table
  • Deploy web application firewall (WAF) rules to detect parameter tampering on fee sheet form submissions
  • Enable detailed audit logging for all fee sheet operations including the patient context and user session
  • Monitor for anomalous API request patterns where sale_id values don't correlate with the patient encounter context

Monitoring Recommendations

  • Configure alerting for any user accessing drug_sales records across multiple patient IDs in a short timeframe
  • Implement real-time monitoring of fee sheet database operations with correlation to user permissions
  • Review access logs regularly for patterns indicating enumeration or brute-force attempts on sale_id values

How to Mitigate CVE-2026-32120

Immediate Actions Required

  • Upgrade OpenEMR to version 8.0.0.3 or later immediately
  • Review database audit logs for any signs of unauthorized access to drug_sales records
  • Temporarily restrict fee sheet ACL access to only essential personnel until patching is complete
  • Implement additional network segmentation to limit exposure of the OpenEMR application

Patch Information

OpenEMR has released version 8.0.0.3 which contains a patch for this vulnerability. The fix implements proper authorization checks to verify that the sale_id being operated on belongs to the current patient and encounter before executing any SQL queries. Organizations should upgrade to this version as the primary remediation.

For detailed patch information, refer to the GitHub Commit Update and the GitHub Security Advisory GHSA-pvvj-mv7h-7847. The patched release is available at GitHub Release v8.0.0.3.

Workarounds

  • Restrict fee sheet ACL access to the minimum number of users required for clinical operations
  • Implement network-level access controls to limit which IP addresses can access the OpenEMR application
  • Deploy a web application firewall with custom rules to validate that sale_id parameters correspond to the current patient session
  • Enable comprehensive database audit logging to detect and investigate any unauthorized access attempts
bash
# Configuration example - Restrict access to OpenEMR at the web server level
# Apache configuration to limit access by IP range
<Directory /var/www/openemr>
    # Restrict to internal network only
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
    # Deny all other access
    Require all denied
</Directory>

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

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Release v8.0.0.3
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-pvvj-mv7h-7847
  • Related CVEs
  • CVE-2026-33934: OpenEMR Authorization Bypass Vulnerability

  • CVE-2026-33918: OpenEMR Auth Bypass Vulnerability

  • CVE-2026-33915: OpenEMR Authorization Bypass Vulnerability

  • CVE-2026-34051: OpenEMR Authentication 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