First published: Tue Sep 13 2022(Updated: )
Hospital Management System v1.0 was discovered to contain multiple SQL injection vulnerabilities via the Username and Password parameters on the Login page.
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.
CVE-2022-38637 is a critical SQL injection vulnerability in Hospital Management System v1.0.
CVE-2022-38637 allows an attacker to perform SQL injection attacks by exploiting the Username and Password parameters on the Login page of Hospital Management System v1.0.
CVE-2022-38637 has a severity rating of 9.8 (critical).
SQL injection is a type of web application vulnerability where an attacker can insert malicious SQL code into a query to manipulate the database and potentially extract or modify data.
To fix CVE-2022-38637, you should implement proper input validation and parameterized queries to prevent SQL injection attacks in the Login page of Hospital Management System v1.0.