Cyber Resilience

CVE-2026-33917

HighPublic PoC

Published: 26 March 2026

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

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 35.4th 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-33917 is a SQL injection vulnerability (CWE-89) in OpenEMR, a free and open-source electronic health records and medical practice management application. The flaw stems from insufficient input validation in the ajax_save page of the CAMOS form and affects all versions prior to 8.0.0.3.

Authenticated attackers with low privileges can exploit the vulnerability remotely over the network with low attack complexity and no user interaction required. Successful exploitation enables high-impact consequences across confidentiality, integrity, and availability (CVSS 3.1 score of 8.8: AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), allowing arbitrary SQL query execution to potentially extract, modify, or delete sensitive patient data.

OpenEMR version 8.0.0.3 fully patches the issue. Security practitioners should upgrade immediately, referencing the fix commit at https://github.com/openemr/openemr/commit/4d48821d18e4125508d8217c43b09233c7f7e17f, the release notes at https://github.com/openemr/openemr/releases/tag/v8_0_0_3, and the GitHub security advisory at https://github.com/openemr/openemr/security/advisories/GHSA-r6xq-mfwf-wgq8.

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. Versions prior to 8.0.0.3 contais a SQL injection vulnerability in the ajax_save CAMOS form that can be exploited by authenticated attackers. The vulnerability exists due…

more

to insufficient input validation in the ajax_save page in the CAMOS form. Version 8.0.0.3 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.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
T1485 Data Destruction Impact
Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources.
Why these techniques?

SQL injection in web app (OpenEMR) directly enables remote exploitation of a public/internet-accessible application (T1190); arbitrary queries allow collection from the patient database (T1213.006), stored data manipulation (T1565.001), and data destruction via deletion (T1485).

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

CVEs Like This One

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

Affected Assets

open-emr
openemr
≤ 8.0.0.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 requires information input validation at entry points, directly addressing the insufficient input validation in the ajax_save CAMOS form that enables SQL injection.

prevent

SI-2 mandates timely flaw remediation, ensuring OpenEMR is patched to version 8.0.0.3 or later to eliminate the SQL injection vulnerability.

detect

RA-5 vulnerability scanning would identify the SQL injection flaw in OpenEMR versions prior to 8.0.0.3 prior to exploitation.

References