CVE-2026-24890
8.1OpenEMR · OpenEMR
An authorization bypass in the OpenEMR patient portal allows authenticated users to overwrite provider signatures, potentially leading to medical document forgery and legal fraud.
Executive summary
An authorization bypass vulnerability in OpenEMR versions prior to 8.0.0 allows authenticated patient portal users to forge provider signatures, posing significant risks to clinical integrity.
Vulnerability
This is an improper authorization flaw (CWE-285) within the patient portal signature endpoint. Authenticated portal users can bypass capability checks to overwrite provider signatures by manipulating the type parameter to admin-signature and providing a target provider user ID.
Business impact
The ability for unauthorized users to forge medical signatures carries severe business and legal implications, including potential regulatory non-compliance, medical malpractice risks, and fraudulent documentation. While the CVSS score of 8.1 reflects a high severity due to the potential for significant data integrity compromise, the impact is strictly confined to authenticated users, which limits the attack surface.
Remediation
Immediate Action: Upgrade OpenEMR to version 8.0.0 or later immediately to apply the necessary authorization checks that prevent unauthorized signature modification.
Proactive Monitoring: Review audit logs for suspicious activity involving the signature endpoint, specifically monitoring for instances where patient portal users attempt to access administrative signature functions.
Compensating Controls: If an immediate upgrade is not feasible, restrict access to the patient portal signature functionality at the network or application level, and implement strict monitoring of all changes made to provider signatures within the database.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability presents a clear risk to the integrity of medical records and institutional compliance. Administrators should prioritize patching to version 8.0.0 as soon as possible to neutralize the risk of signature forgery. Until the patch is deployed, ensure that administrative access to signature management is tightly controlled and monitored.