Cyber Resilience

CVE-2026-23627

HighPublic PoC

Published: 25 February 2026

Published
25 February 2026
Modified
27 February 2026
KEV Added
Patch
CVSS Score v4 7.4 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0078 51.1th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-23627 is a high-severity SQL Injection (CWE-89) vulnerability in Open-Emr Openemr. Its CVSS base score is 7.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 48.9% of CVEs by exploit likelihood; 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-23627 is an SQL injection vulnerability (CWE-89) in the Immunization module of OpenEMR, a free and open source electronic health records and medical practice management application. Versions prior to 8.0.0 are affected, where user-supplied `patient_id` values are directly concatenated into SQL WHERE clauses without parameterization or escaping. The vulnerability has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

Any authenticated user can exploit this vulnerability over the network with low attack complexity and no user interaction required. Exploitation allows execution of arbitrary SQL queries, resulting in complete database compromise, exfiltration of protected health information (PHI), credential theft, and potential remote code execution.

OpenEMR version 8.0.0 addresses the issue with a patch. Mitigation involves upgrading to version 8.0.0 or later. Additional details are available in the GitHub security advisory at https://github.com/openemr/openemr/security/advisories/GHSA-x3hw-rwrg-v25h and the patching commit at https://github.com/openemr/openemr/commit/cbf4ea4345b14a6c8362201e30c74ffb0949cdb1.

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 version 8.0.0, an SQL injection vulnerability in the Immunization module allows any authenticated user to execute arbitrary SQL queries, leading to complete database…

more

compromise, PHI exfiltration, credential theft, and potential remote code execution. The vulnerability exists because user-supplied `patient_id` values are directly concatenated into SQL WHERE clauses without parameterization or escaping. Version 8.0.0 patches the issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in network-accessible web app (OpenEMR) directly enables remote exploitation for initial access (T1190) and arbitrary query execution against the backend database (T1213.006).

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

CVEs Like This One

CVE-2026-32127Same product: Open-Emr Openemr
CVE-2026-33910Same product: Open-Emr Openemr
CVE-2026-25746Same product: Open-Emr Openemr
CVE-2026-33914Same product: Open-Emr Openemr
CVE-2026-33917Same product: Open-Emr Openemr
CVE-2026-24908Same product: Open-Emr Openemr
CVE-2026-29187Same product: Open-Emr Openemr
CVE-2026-32123Same product: Open-Emr Openemr
CVE-2013-10044Same product: Open-Emr Openemr
CVE-2026-25927Same product: Open-Emr Openemr

Affected Assets

open-emr
openemr
≤ 8.0.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of user-supplied patient_id inputs before concatenation into SQL queries, preventing SQL injection exploitation.

prevent

Mandates monitoring for vulnerabilities like CVE-2026-23627 and timely application of patches such as OpenEMR 8.0.0 to remediate the flaw.

detect

Provides vulnerability scanning to identify SQL injection flaws in modules like Immunization, enabling proactive remediation.

References