
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-33305 is an authorization bypass vulnerability in the optional FaxSMS module (oe-module-faxsms) of OpenEMR, a widely used open-source electronic health records (EHR) and medical practice management application. The flaw allows any authenticated OpenEMR user to invoke protected controller methods — including getNotificationLog(), which returns patient appointment data (PHI) — without holding the required ACL permissions. It affects all OpenEMR versions up to and including 8.0.0.1, and was disclosed on March 19, 2026. The vulnerability carries a CVSS v3.1 base score of 5.4 (Medium) (GitHub Advisory).
The root cause is an incorrect behavior order (CWE-696) combined with missing authorization (CWE-862) in the AppDispatch class located at interface/modules/custom_modules/oe-module-faxsms/src/Controller/AppDispatch.php. The AppDispatch constructor calls dispatchActions(), which reads the user-controlled _ACTION_COMMAND query parameter and invokes the corresponding method via method_exists() with no allowlist, then calls render() which echoes the response and calls exit() — all before any ACL check in the calling file can execute. Every FaxSMS entry point (messageUI.php, contact.php, setup.php, index.php) instantiates a service client that triggers this constructor, and index.php (the target of the .htaccess URL rewrite for AJAX routing) has no verifyAcl() call at all. Two methods are directly exploitable: getNotificationLog() (exposes PHI from the notification_log table) and saveSetup() (overwrites module API credentials from $_REQUEST) (GitHub Advisory, Patch Commit).
Successful exploitation allows any authenticated OpenEMR user — even one explicitly denied the patients:demo ACL — to read patient appointment notification data (PHI) including patient IDs, appointment timestamps, patient names, and notification message text from the notification_log table. Additionally, an attacker can invoke saveSetup() to overwrite module API credentials (e.g., Twilio SMS keys) with attacker-controlled values, potentially enabling further abuse of the communications infrastructure. In healthcare environments where insider threats and shared credentials are common concerns, this represents a significant HIPAA-relevant data exposure risk, though the attack surface is limited to installations where the optional FaxSMS module is enabled and configured (GitHub Advisory).
A proof-of-concept exploit is publicly documented in the GitHub Security Advisory, consisting of concrete HTTP GET requests with specific parameters that directly demonstrate unauthorized PHI retrieval. The exploit requires only a valid authenticated session (low-privilege user) and network access to the OpenEMR instance. There is no evidence of in-the-wild exploitation at this time, and the vulnerability has not been added to the CISA KEV catalog. The EPSS score is approximately 0.021% (very low probability of exploitation in the near term) (GitHub Advisory).
/interface/modules/custom_modules/oe-module-faxsms/ paths or by reviewing publicly exposed OpenEMR installations.patients:demo ACL).messageUI.php?type=sms (without _ACTION_COMMAND) to confirm the UI displays "Not Authorised!" — verifying the target user lacks the required ACL.getNotificationLog() directly:GET /interface/modules/custom_modules/oe-module-faxsms/messageUI.php?type=sms&_ACTION_COMMAND=getNotificationLog&datefrom=2024-01-01&dateto=2025-12-31.htaccess rewrite path:GET /interface/modules/custom_modules/oe-module-faxsms/getNotificationLog?type=sms&datefrom=2024-01-01&dateto=2025-12-31notification_log with patient IDs, appointment dates, patient names, and message content.saveSetup via _ACTION_COMMAND=saveSetup with attacker-controlled credential values in $_REQUEST to overwrite module API credentials (e.g., Twilio keys) (GitHub Advisory)./interface/modules/custom_modules/oe-module-faxsms/messageUI.php or /interface/modules/custom_modules/oe-module-faxsms/index.php containing the _ACTION_COMMAND query parameter from users who do not normally access the FaxSMS module..htaccess rewrite path /interface/modules/custom_modules/oe-module-faxsms/getNotificationLog with datefrom/dateto parameters._ACTION_COMMAND=getNotificationLog or _ACTION_COMMAND=saveSetup parameters in requests from low-privilege user sessions.module_faxsms_credentials table, which may indicate saveSetup() was invoked by an unauthorized user (GitHub Advisory).Upgrade OpenEMR to version 8.0.0.2 or later, which fixes the issue by adding a verifyAcl() check inside the AppDispatch constructor before dispatchActions() is called, using AccessDeniedHelper to return a 403 Forbidden response for unauthorized requests. If immediate patching is not possible, disable the optional FaxSMS module (oe-module-faxsms) until the patch can be applied. Additionally, restrict network access to OpenEMR to trusted users and networks, and review access logs for unauthorized calls to FaxSMS module endpoints, particularly those containing _ACTION_COMMAND=getNotificationLog or _ACTION_COMMAND=saveSetup (GitHub Advisory, Patch Commit).
The vulnerability was discovered and reported by researchers Pavel Kohout, Petr Simecek, Stanislav Fort, and the Aisle Research team (www.aisle.com), who published a blog post noting the discovery of 38 critical security vulnerabilities in healthcare software used by 100,000 providers. The advisory was published by OpenEMR maintainer kojiromike on March 19, 2026, with a patch released the same day. No significant broader media coverage or social media discussion beyond automated CVE tracking feeds has been observed (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."