First published: Mon Feb 27 2023(Updated: )
A vulnerability classified as critical was found in SourceCodester Doctors Appointment System 1.0. This vulnerability affects unknown code of the file /admin/doctors.php of the component Parameter Handler. The manipulation of the argument search leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-221824.
Credit: cna@vuldb.com
Affected Software | Affected Version | How to fix |
---|---|---|
Doctors Appointment System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2023-1059 is high (8.8).
The affected software of CVE-2023-1059 is Doctors Appointment System 1.0 by Doctors Appointment System Project.
The vulnerability type of CVE-2023-1059 is SQL injection.
The CWE category of CVE-2023-1059 is CWE-89 (SQL Injection).
To fix the SQL injection vulnerability in doctors.php of the Doctors Appointment System 1.0, the code in the file should be reviewed and properly validated to prevent malicious input from being executed as SQL commands. Additionally, prepared statements or parameterized queries should be used for database interactions.