CVE-2024-5896: SourceCodester Employee and Visitor Gate Pass Logging System save_users sql injection
A vulnerability, which was classified as critical, was found in SourceCodester Employee and Visitor Gate Pass Logging System 1.0. Affected is the function saveusers of the file /classes/Users.php?f=save. The manipulation of the argument id leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-268140.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-5896?
CVE-2024-5896 is classified as a critical vulnerability due to its potential for SQL injection.
How do I fix CVE-2024-5896?
To fix CVE-2024-5896, it is recommended to sanitize user inputs and implement prepared statements in the save_users function.
What systems are affected by CVE-2024-5896?
CVE-2024-5896 affects version 1.0 of the SourceCodester Employee and Visitor Gate Pass Logging System.
What type of attack does CVE-2024-5896 allow?
CVE-2024-5896 allows attackers to perform SQL injection through the manipulation of the argument id.
Where is the vulnerability found in the system related to CVE-2024-5896?
The vulnerability in CVE-2024-5896 is located in the save_users function of the file /classes/Users.php.