First published: Wed Jul 20 2022(Updated: )
Hospital Management System v1.0 was discovered to contain a SQL injection vulnerability via the editid parameter in /HMS/admin.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.
CVE-2022-34590 is a SQL injection vulnerability found in Hospital Management System v1.0.
The SQL injection vulnerability in CVE-2022-34590 occurs through the editid parameter in the admin.php file of the Hospital Management System v1.0.
The severity of CVE-2022-34590 is high, with a CVSS score of 7.2.
The Common Weakness Enumeration (CWE) for CVE-2022-34590 is CWE-89, which is a vulnerability related to SQL injection.
To fix the SQL injection vulnerability in CVE-2022-34590, you should sanitize and validate user input before using it in SQL queries.