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

CVE-2026-33304: OpenEMR Authorization Bypass Vulnerability

CVE-2026-33304 is an authorization bypass flaw in OpenEMR that allows authenticated non-admin users to access reminder messages and patient data of other users. This article covers technical details, affected versions, and fixes.

Published: March 20, 2026

CVE-2026-33304 Overview

OpenEMR is a free and open source electronic health records (EHR) and medical practice management application widely used by healthcare organizations. An authorization bypass vulnerability exists in the dated reminders log functionality that allows any authenticated non-admin user to view reminder messages belonging to other users. This includes access to associated patient names and free-text message content by crafting a GET request with arbitrary user IDs in the sentTo[] or sentBy[] parameters.

Critical Impact

This vulnerability enables horizontal privilege escalation, allowing authenticated users to access sensitive patient health information (PHI) and private communications belonging to other users within the healthcare system.

Affected Products

  • OpenEMR versions prior to 8.0.0.2

Discovery Timeline

  • 2026-03-19 - CVE CVE-2026-33304 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-33304

Vulnerability Analysis

This vulnerability is classified as CWE-639: Authorization Bypass Through User-Controlled Key, also known as Insecure Direct Object Reference (IDOR). The dated reminders log functionality in OpenEMR fails to properly validate that non-admin users can only access their own reminder messages. The vulnerable endpoint at interface/main/dated_reminders/dated_reminders_log.php accepts user-supplied sentTo[] and sentBy[] parameters without verifying the requesting user has authorization to view messages for those user IDs.

An attacker with any authenticated non-admin account can enumerate user IDs and retrieve reminder messages containing protected health information (PHI), violating HIPAA compliance requirements and exposing sensitive patient data.

Root Cause

The root cause lies in insufficient authorization checks in the dated reminders log functionality. The original code only set default values for sentTo and sentBy parameters when they were empty, but did not enforce that non-admin users could only access their own data. This allowed non-admin users to override these parameters with arbitrary user IDs to access other users' reminder messages.

Attack Vector

The vulnerability is exploitable over the network by any authenticated non-admin user. An attacker can craft a malicious GET request to the dated reminders log endpoint, injecting arbitrary user IDs into the sentTo[] or sentBy[] parameters. No special privileges beyond basic authentication are required, and no user interaction is needed. The attack can be automated to enumerate all user IDs and extract all reminder messages in the system.

php
// Security patch from interface/main/dated_reminders/dated_reminders_log.php
// Source: https://github.com/openemr/openemr/commit/21dee7658a5f3b18c5750e3fae7324e875c1703a

    }

    if (!$isAdmin) {
-        if (empty($_GET['sentBy']) and empty($_GET['sentTo'])) {
-            $_GET['sentTo'] = [intval($_SESSION['authUserID'])];
-        }
+        // Force non-admin users to only see their own reminders,
+        // regardless of any user-supplied sentBy/sentTo parameters.
+        $currentUser = [intval($_SESSION['authUserID'])];
+        $_GET['sentBy'] = $currentUser;
+        $_GET['sentTo'] = $currentUser;
    }

    $remindersArray = [];

The patch enforces that non-admin users can only view their own reminders by overwriting any user-supplied sentBy and sentTo parameters with the current user's ID, regardless of what values were submitted in the request.

Detection Methods for CVE-2026-33304

Indicators of Compromise

  • HTTP GET requests to /interface/main/dated_reminders/dated_reminders_log.php containing sentTo[] or sentBy[] parameters with user IDs different from the authenticated user
  • Unusual access patterns from non-admin accounts requesting dated reminders log with varying user ID parameters
  • Sequential or enumerated user ID values in the sentTo[] or sentBy[] parameters indicating automated scanning

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests with manipulated sentTo[] or sentBy[] parameters from non-admin users
  • Enable detailed access logging for the dated reminders log endpoint and monitor for anomalous access patterns
  • Deploy application-layer intrusion detection to identify parameter tampering attempts on sensitive healthcare endpoints

Monitoring Recommendations

  • Monitor authentication logs for users accessing the dated reminders functionality with abnormal frequency
  • Configure alerts for GET requests to the vulnerable endpoint that contain multiple or foreign user IDs in the request parameters
  • Review access logs for attempts to enumerate user IDs through the reminders log functionality

How to Mitigate CVE-2026-33304

Immediate Actions Required

  • Upgrade OpenEMR to version 8.0.0.2 or later immediately
  • Review access logs for any evidence of exploitation prior to patching
  • Audit reminder message access to identify potential data breaches
  • Notify affected parties and compliance officers if unauthorized access to PHI is detected

Patch Information

OpenEMR has released version 8.0.0.2 which includes a fix for this vulnerability. The patch ensures that non-admin users can only access their own reminder messages by forcing the sentBy and sentTo parameters to the current user's ID, regardless of any user-supplied values. Details are available in the GitHub Security Advisory GHSA-66j9-ffq4-h222 and the commit fix.

Workarounds

  • If immediate patching is not possible, restrict access to the dated reminders log functionality to admin users only at the web server level
  • Implement network segmentation to limit who can access the OpenEMR application
  • Deploy a web application firewall with rules to strip or block sentTo[] and sentBy[] parameters from non-admin user requests
bash
# Example Apache configuration to restrict access to the vulnerable endpoint
<Location "/interface/main/dated_reminders/dated_reminders_log.php">
    # Restrict to admin group only until patch is applied
    Require group openemr-admins
</Location>

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 Score6.5

  • 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 GHSA-66j9-ffq4-h222
  • 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-33302: OpenEMR Auth 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