Cyber Resilience

CVE-2025-2037

MediumPublic PoC

Published: 06 March 2025

Published
06 March 2025
Modified
13 May 2025
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:X/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.0006 19.0th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2037 is a medium-severity Injection (CWE-74) vulnerability in Code-Projects Blood Bank 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 19.0th 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-2025-2037 is a SQL injection vulnerability affecting code-projects Blood Bank Management System 1.0. The flaw exists in unknown code within the file /user_dashboard/delete_requester.php, where manipulation of the requester_id argument enables SQL injection. Published on 2025-03-06, 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) and maps to CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection).

The vulnerability allows remote exploitation by low-privileged users over the network with low attack complexity and no user interaction. Successful exploitation enables limited impacts, including unauthorized low-level access to data (confidentiality), modification of data (integrity), and disruption of service (availability).

Advisories and details are documented on VulDB (https://vuldb.com/?ctiid.298780, https://vuldb.com/?id.298780, https://vuldb.com/?submit.512550), with the original project at https://code-projects.org/. A public exploit is available at https://github.com/intercpt/XSS1/blob/main/SQL1.md and may be used by attackers.

EU & UK References

Vulnerability details

A vulnerability was found in code-projects Blood Bank Management System 1.0. It has been declared as critical. This vulnerability affects unknown code of the file /user_dashboard/delete_requester.php. The manipulation of the argument requester_id leads to sql injection. The attack can be…

more

initiated remotely. The exploit has been disclosed to the public 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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing web application (/user_dashboard/delete_requester.php) enables exploitation of public-facing applications (T1190), abuse of server software components like databases (T1505), and data collection from databases (T1213.006).

CVEs Like This One

CVE-2025-2039Same product: Code-Projects Blood Bank Management System
CVE-2025-2033Same product: Code-Projects Blood Bank Management System
CVE-2025-2044Same product: Code-Projects Blood Bank Management System
CVE-2025-2054Same product: Code-Projects Blood Bank Management System
CVE-2025-7185Same vendor: Code-Projects
CVE-2025-2038Same product: Code-Projects Blood Bank Management System
CVE-2025-7191Same vendor: Code-Projects
CVE-2025-0203Same vendor: Code-Projects
CVE-2025-0207Same vendor: Code-Projects
CVE-2025-0205Same vendor: Code-Projects

Affected Assets

code-projects
blood bank management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validating the requester_id input parameter to block SQL injection manipulation in delete_requester.php.

prevent

Mandates identification, prioritization, and remediation of the SQL injection flaw documented in this CVE.

prevent

Enforces restrictions on inputs like requester_id to limit the scope for SQL injection payloads.

References