Cyber Resilience

CVE-2026-2706

MediumPublic PoC

Published: 19 February 2026

Published
19 February 2026
Modified
23 February 2026
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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.0001 1.9th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2706 is a medium-severity Injection (CWE-74) vulnerability in Code-Projects Patient Record Management System. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 1.9th 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-2706 is a SQL injection vulnerability (CWE-74, CWE-89) in code-projects Patient Record Management System 1.0. The flaw resides in an unknown function within the file /fecalysis_not.php, where manipulation of the comp_id argument triggers the injection. Published on 2026-02-19, it carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

The vulnerability enables remote exploitation by authenticated attackers possessing low privileges. Successful attacks can result in limited impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption via injected SQL queries.

Advisories and further details are available through VulDB entries at https://vuldb.com/?ctiid.346652, https://vuldb.com/?id.346652, and https://vuldb.com/?submit.754407, as well as the software site at https://code-projects.org/. An exploit has been published on GitHub at https://github.com/1768161086/sql_cve and may be used.

Notable context includes the public availability of the exploit, increasing the risk of active exploitation against unpatched instances of the affected system.

EU & UK References

Vulnerability details

A flaw has been found in code-projects Patient Record Management System 1.0. This affects an unknown function of the file /fecalysis_not.php. This manipulation of the argument comp_id causes sql injection. The attack can be initiated remotely. The exploit has been…

more

published and may be used.

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.
Why these techniques?

SQL injection in remotely accessible web app (/fecalysis_not.php) directly enables exploitation of a web application for limited data access/modification/disruption.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-7168Same vendor: Code-Projects
CVE-2026-5256Same vendor: Code-Projects
CVE-2025-0208Same vendor: Code-Projects
CVE-2026-0567Same vendor: Code-Projects
CVE-2026-0565Same vendor: Code-Projects
CVE-2025-1956Same vendor: Code-Projects
CVE-2026-2083Same vendor: Code-Projects
CVE-2026-5257Same vendor: Code-Projects
CVE-2025-7169Same vendor: Code-Projects
CVE-2025-0299Same vendor: Code-Projects

Affected Assets

code-projects
patient record management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of inputs such as the comp_id parameter to block SQL injection payloads before they reach the database.

prevent

Mandates timely remediation of the published SQL injection flaw in /fecalysis_not.php before exploitation occurs.

prevent

Restricts the low-privilege authenticated accounts that the published exploit requires, limiting the scope of any successful injection.

References