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

CVE-2026-33305: OpenEMR FaxSMS Auth Bypass Vulnerability

CVE-2026-33305 is an authorization bypass flaw in OpenEMR's FaxSMS module that lets authenticated users access patient health data without proper permissions. This article covers technical details, affected versions, and patches.

Published: March 19, 2026

CVE-2026-33305 Overview

OpenEMR is a free and open source electronic health records (EHR) and medical practice management application widely used in healthcare environments. An authorization bypass vulnerability exists in the optional FaxSMS module (oe-module-faxsms) that allows any authenticated OpenEMR user to invoke controller methods—including getNotificationLog(), which returns patient appointment data containing Protected Health Information (PHI)—regardless of whether they hold the required ACL permissions.

The vulnerability stems from the AppDispatch constructor, which dispatches user-controlled actions and exits the process before any calling code can enforce ACL checks. This architectural flaw enables unauthorized access to sensitive patient data, posing significant privacy and regulatory compliance risks for healthcare organizations.

Critical Impact

Any authenticated OpenEMR user can bypass access control mechanisms to retrieve sensitive patient appointment data (PHI), potentially violating HIPAA compliance and exposing healthcare organizations to regulatory penalties.

Affected Products

  • OpenEMR versions prior to 8.0.0.2
  • OpenEMR installations with the optional oe-module-faxsms module enabled

Discovery Timeline

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

Technical Details for CVE-2026-33305

Vulnerability Analysis

This authorization bypass vulnerability affects the FaxSMS module's controller dispatch mechanism in OpenEMR. The root cause is classified under CWE-696 (Incorrect Behavior Order), indicating that security checks occur in the wrong sequence during request processing.

When a user makes a request to the FaxSMS module, the AppDispatch constructor processes user-controlled action parameters and executes the corresponding controller methods before the application's access control layer has an opportunity to validate user permissions. This premature execution allows any authenticated user—even those with minimal privileges—to invoke sensitive functions like getNotificationLog() that should be restricted to authorized personnel.

The exposure of patient appointment data through this vulnerability represents a serious breach of healthcare data confidentiality, as PHI includes identifiable patient information protected under regulations such as HIPAA.

Root Cause

The vulnerability originates from a design flaw in the AppDispatch class within interface/modules/custom_modules/oe-module-faxsms/src/Controller/AppDispatch.php. The constructor dispatches actions based on user input and terminates execution before ACL validation can be performed by the calling code. This incorrect ordering of operations means the access control checks that should protect sensitive endpoints are never executed.

Attack Vector

An attacker must first authenticate to the OpenEMR system with any valid user account. Once authenticated, they can craft requests to the FaxSMS module specifying controller methods as action parameters. Because the dispatch logic executes before ACL enforcement, the attacker can invoke privileged functions and retrieve sensitive data without proper authorization.

The attack requires network access and valid credentials but does not require any special permissions or user interaction, making it relatively straightforward to exploit in environments where the FaxSMS module is deployed.

php
 namespace OpenEMR\Modules\FaxSMS\Controller;
 
 use MyMailer;
+use OpenEMR\Common\Acl\AccessDeniedHelper;
 use OpenEMR\Common\Acl\AclMain;
 use OpenEMR\Common\Crypto\CryptoGen;
 use OpenEMR\Common\Session\SessionUtil;

Source: GitHub Commit Details

The security patch introduces the AccessDeniedHelper class into the dispatch logic, ensuring that ACL checks are properly enforced before controller methods are executed.

Detection Methods for CVE-2026-33305

Indicators of Compromise

  • Unusual access patterns to the FaxSMS module (oe-module-faxsms) endpoints from low-privileged user accounts
  • Multiple requests to getNotificationLog() or similar controller methods from users who do not have administrative or clinical roles
  • Access log entries showing FaxSMS module requests from user accounts that should not have access to patient data

Detection Strategies

  • Review OpenEMR access logs for requests to /interface/modules/custom_modules/oe-module-faxsms/ endpoints
  • Implement monitoring for users accessing FaxSMS module functions without corresponding ACL permissions
  • Audit user accounts that have accessed patient notification logs and verify authorization

Monitoring Recommendations

  • Enable detailed logging for all FaxSMS module controller invocations
  • Set up alerts for access to PHI-containing endpoints by non-clinical users
  • Implement user behavior analytics to detect privilege abuse patterns in healthcare applications

How to Mitigate CVE-2026-33305

Immediate Actions Required

  • Upgrade OpenEMR to version 8.0.0.2 or later immediately
  • If immediate upgrade is not possible, disable the oe-module-faxsms module until the patch can be applied
  • Audit access logs for any signs of exploitation prior to patching
  • Review user accounts that accessed the FaxSMS module and verify appropriate authorization

Patch Information

OpenEMR has released version 8.0.0.2 which addresses this authorization bypass vulnerability. The fix modifies the AppDispatch class to properly enforce ACL checks before executing controller methods. Organizations should upgrade by applying the patch from the GitHub commit or updating to the latest release.

For detailed information about the vulnerability and remediation, refer to the GitHub Security Advisory.

Workarounds

  • Disable the FaxSMS module (oe-module-faxsms) if it is not essential to operations
  • Restrict network access to the OpenEMR installation to trusted IP ranges
  • Implement additional authentication layers or web application firewall rules to limit access to the FaxSMS module endpoints
bash
# Disable FaxSMS module in OpenEMR
# Navigate to Administration -> Modules and disable oe-module-faxsms
# Alternatively, remove module directory (backup first):
mv /var/www/html/openemr/interface/modules/custom_modules/oe-module-faxsms /var/www/html/openemr/interface/modules/custom_modules/oe-module-faxsms.disabled

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

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-696
  • Technical References
  • GitHub Commit Details

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34053: OpenEMR Auth Bypass Vulnerability

  • CVE-2026-34055: OpenEMR Auth Bypass Vulnerability

  • CVE-2026-33304: OpenEMR Authorization 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