Cyber Resilience

CVE-2025-2389

MediumPublic PoC

Published: 17 March 2025

Published
17 March 2025
Modified
23 October 2025
KEV Added
Patch
CVSS Score v4 5.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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.0015 35.3th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2389 is a medium-severity Injection (CWE-74) vulnerability in Fabian Blood Bank Management System. Its CVSS base score is 5.1 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 35.3th 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-2389 is a critical SQL injection vulnerability (CWE-74, CWE-89) in code-projects Blood Bank Management System 1.0, published on 2025-03-17. The issue affects some unknown functionality in the file /admin/add_city.php, where manipulation leads to SQL injection that can be launched remotely.

Attackers with high privileges can exploit this vulnerability over the network with low attack complexity and no user interaction required, as indicated by its CVSS v3.1 base score of 4.7 (AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L). Successful exploitation enables limited impacts on confidentiality, integrity, and availability.

Advisories from VulDB (ctiid.299888, id.299888, submit.516906) and the project site at code-projects.org provide further details, along with a GitHub repository at intercpt/XSS1/blob/main/SQL7.md disclosing the exploit publicly for potential use. No specific patches or mitigations are detailed in the initial disclosure.

EU & UK References

Vulnerability details

A vulnerability was found in code-projects Blood Bank Management System 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file /admin/add_city.php. The manipulation leads to sql injection. The attack may be launched…

more

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 /admin/add_city.php enables exploitation of a public-facing web application (T1190), abuse of server software components such as the backend database (T1505), and collection of data from databases (T1213.006) via unauthorized queries.

CVEs Like This One

CVE-2025-2391Same product: Fabian Blood Bank Management System
CVE-2025-1197Same vendor: Fabian
CVE-2025-0229Same vendor: Fabian
CVE-2025-1374Same vendor: Fabian
CVE-2025-2854Same vendor: Fabian
CVE-2025-2419Same vendor: Fabian
CVE-2025-0230Same vendor: Fabian
CVE-2025-2384Same vendor: Fabian
CVE-2025-7178Same vendor: Fabian
CVE-2025-7166Same vendor: Fabian

Affected Assets

fabian
blood bank management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection in /admin/add_city.php by validating and sanitizing user inputs before processing.

prevent

Requires remediation of the specific SQL injection flaw in Blood Bank Management System 1.0 through patching or code correction.

prevent

Implements boundary protection such as web application firewalls to filter and block SQL injection payloads targeting the remote /admin/add_city.php endpoint.

References