CVE-2024-0362: PHPGurukul Hospital Management System change-password.php sql injection
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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-0362?
CVE-2024-0362 is classified as a critical severity vulnerability.
What does CVE-2024-0362 affect?
CVE-2024-0362 affects the PHPGurukul Hospital Management System version 1.0, specifically the file admin/change-password.php.
What is the nature of the vulnerability in CVE-2024-0362?
The nature of the vulnerability in CVE-2024-0362 is SQL injection due to improper handling of the cpass argument.
How do I fix CVE-2024-0362?
To fix CVE-2024-0362, it's recommended to validate and sanitize user inputs in the affected functionalities.
What actions can be taken to mitigate CVE-2024-0362?
Mitigation steps for CVE-2024-0362 include using prepared statements for database queries to prevent SQL injection.