First published: Mon Feb 28 2022(Updated: )
Hospital Management System v1.0 was discovered to contain a stored cross-site scripting (XSS) vulnerability via the dpassword parameter at /admin-panel1.php.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Hospital Management System Project Hospital Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2022-25408 is medium with a CVSS score of 5.4.
CVE-2022-25408 affects Hospital Management System v1.0 by allowing for stored cross-site scripting (XSS) attacks via the dpassword parameter in the /admin-panel1.php endpoint.
To fix the stored cross-site scripting (XSS) vulnerability in Hospital Management System v1.0, you should validate and sanitize user input to prevent malicious scripts from being executed.
Yes, there is a known public reference for CVE-2022-25408. You can find it at this link: https://github.com/kishan0725/Hospital-Management-System/issues/22
The common weakness enumeration (CWE) ID associated with CVE-2022-25408 is CWE-79, which refers to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting').