CVE-2025-63527
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-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a cross-site scripting (XSS) issue in the Blood Bank Management System 1.0, specifically in the updateprofile.php and hprofile.php components. The system does not properly sanitize or encode user input in certain parameters (hname, hemail, hpassword, hphone, hcity), allowing an attacker to inject malicious JavaScript code that executes in the victim's browser when they view the affected page.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute malicious scripts in the context of a victim's browser, potentially leading to theft of sensitive information, session hijacking, or unauthorized actions performed on behalf of the victim within the Blood Bank Management System.