Cyber Resilience

CVE-2026-32126

HighPublic PoC

Published: 11 March 2026

Published
11 March 2026
Modified
13 March 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
EPSS Score 0.0026 17.3th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-32126 is a high-severity Missing Authorization (CWE-862) vulnerability in Open-Emr Openemr. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 17.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-25 (Reference Monitor) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2026-32126 is a missing authorization vulnerability (CWE-862) affecting OpenEMR, a free and open source electronic health records and medical practice management application. In versions prior to 8.0.0.1, an inverted boolean condition in the ControllerRouter::route() function causes the admin/superuser access control list (ACL) check to be enforced only for controllers that already have their own internal authorization, such as review and log. This leaves other clinical decision rules (CDR) controllers—alerts, ajax, edit, add, detail, and browse—accessible to any authenticated user, bypassing intended administrator privileges.

Any low-privileged authenticated user can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation allows the attacker to suppress clinical decision support alerts system-wide, delete or modify clinical plans, and edit rule configurations, resulting in high integrity impact and low availability impact as rated by the CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L).

The GitHub Security Advisory (GHSA-752v-x6m4-6cf8) confirms the issue and states that it is fixed in OpenEMR version 8.0.0.1, recommending that users upgrade to this patched release to mitigate the vulnerability.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

OpenEMR is a free and open source electronic health records and medical practice management application. Prior to 8.0.0.1, an inverted boolean condition in ControllerRouter::route() causes the admin/super ACL check to be enforced only for controllers that already have their own…

more

internal authorization (review, log), while leaving all other CDR controllers — alerts, ajax, edit, add, detail, browse — accessible to any authenticated user. This allows any logged-in user to suppress clinical decision support alerts system-wide, delete or modify clinical plans, and edit rule configurations — all operations intended to require administrator privileges. This vulnerability is fixed in 8.0.0.1.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Missing authorization enables low-privileged authenticated users to exploit the public-facing OpenEMR web application (T1190) for privilege escalation to admin/superuser actions (T1068) such as modifying/deleting clinical plans and editing configurations.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-25131Same product: Open-Emr Openemr
CVE-2026-25164Same product: Open-Emr Openemr
CVE-2026-34053Same product: Open-Emr Openemr
CVE-2026-33918Same product: Open-Emr Openemr
CVE-2026-24908Same product: Open-Emr Openemr
CVE-2026-25147Same product: Open-Emr Openemr
CVE-2026-25927Same product: Open-Emr Openemr
CVE-2026-33914Same product: Open-Emr Openemr
CVE-2026-34055Same product: Open-Emr Openemr
CVE-2026-33302Same product: Open-Emr Openemr

Affected Assets

open-emr
openemr
≤ 8.0.0.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for access to system resources, directly addressing the bypassed admin/super ACL checks in ControllerRouter::route() for CDR controllers.

prevent

Employs least privilege to restrict low-privileged authenticated users from performing administrator-only operations like modifying clinical plans or suppressing alerts.

prevent

Requires a tamper-resistant reference monitor mechanism to enforce access control policies without bypass, mitigating the inverted boolean logic flaw in the routing function.

References