Blood Bank And Donation Management System
CVE-2025-11481
LOW
Severity by source
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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
1DescriptionCVE.org
A flaw has been found in varunsardana004 Blood-Bank-And-Donation-Management-System up to dc9e0393d826fbc85fad9755b5bc12cba1919df2. The impacted element is an unknown function of the file /donate_blood.php. Executing manipulation of the argument fullname can lead to sql injection. The attack may be performed from remote. The exploit has been published and may be used. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed.
AnalysisAI
SQL injection in Blood Bank And Donation Management System allows authenticated remote attackers to manipulate the fullname parameter in /donate_blood.php, potentially leading to unauthorized data access or modification. The vulnerability affects all versions up to commit dc9e0393d826fbc85fad9755b5bc12cba1919df2, with publicly available exploit code and a low EPSS score of 0.03% despite CVSS 2.1, indicating exploitation is unlikely in practice due to authentication requirements and limited technical impact.
Technical ContextAI
The vulnerability is a classic SQL injection flaw (CWE-74) in a PHP-based blood bank management application. The affected endpoint /donate_blood.php fails to properly sanitize or parameterize the fullname input parameter before incorporating it into SQL queries. The underlying technology stack appears to be PHP with a relational database backend (likely MySQL or similar). The CPE designation cpe:2.3:a:varunsardana004:blood_bank_and_donation_management_system:*:*:*:*:*:*:*:* indicates this is an open-source or community project with no formal versioning scheme. The project uses a rolling release model via Git commits rather than discrete version releases, complicating patch tracking and deployment validation.
RemediationAI
No vendor-released patch identified at time of analysis due to the rolling release model and lack of official version numbering. Immediate remediation requires code review and patching of the /donate_blood.php endpoint to implement prepared statements or parameterized queries for all user-supplied input, particularly the fullname parameter. If the project is maintained on GitHub, pull requests or commits addressing this vulnerability should be monitored and pulled into production deployments. As a compensating control pending code fixes, implement Web Application Firewall (WAF) rules to block common SQL injection payloads (-- comments, UNION keywords, etc.) targeting the /donate_blood.php endpoint; this mitigates risk but reduces functionality if legitimate fullname entries contain SQL metacharacters. Additionally, restrict network access to the application to authorized internal networks only if this is an internal healthcare tool, reducing the AV:N attack vector to AV:L in practice. Enforce principle of least privilege for database accounts used by the application, limiting query scope to only required tables. Audit all user input validation and output encoding across the entire application, as a single SQLi vulnerability suggests potential similar issues elsewhere.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Share
External POC / Exploit Code
Leaving vuln.today