CVE-2025-63531
BaseFortify
Publication date: 2025-12-01
Last updated on: 2025-12-02
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| shridharshukl | blood_bank_management_system | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL injection in the Blood Bank Management System 1.0, specifically in the receiverLogin.php component. The system does not properly sanitize user input in SQL queries, allowing attackers to inject malicious SQL code. By manipulating the remail and rpassword fields, an attacker can bypass authentication and gain unauthorized access.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can bypass authentication controls and gain unauthorized access to the Blood Bank Management System. This could lead to exposure or manipulation of sensitive data, compromising confidentiality and integrity of the system.