First published: Wed Jan 10 2024(Updated: )
A vulnerability classified as critical was found in PHPGurukul Hospital Management System 1.0. Affected by this vulnerability is an unknown functionality of the file admin/change-password.php. The manipulation of the argument cpass leads to sql injection. The exploit has been disclosed to the public and may be used. The identifier VDB-250129 was assigned to this vulnerability.
Credit: cna@vuldb.com
Affected Software | Affected Version | How to fix |
---|---|---|
PHPGURUKUL Hospital Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-0362 is classified as a critical severity vulnerability.
CVE-2024-0362 affects the PHPGurukul Hospital Management System version 1.0, specifically the file admin/change-password.php.
The nature of the vulnerability in CVE-2024-0362 is SQL injection due to improper handling of the cpass argument.
To fix CVE-2024-0362, it's recommended to validate and sanitize user inputs in the affected functionalities.
Mitigation steps for CVE-2024-0362 include using prepared statements for database queries to prevent SQL injection.