CVE-2023-1059: SourceCodester Doctors Appointment System Parameter doctors.php sql injection
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.
Other sources
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/id leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.
— MITRE
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2023-1059?
The severity of CVE-2023-1059 is high (8.8).
What is the affected software of CVE-2023-1059?
The affected software of CVE-2023-1059 is Doctors Appointment System 1.0 by Doctors Appointment System Project.
What is the vulnerability type of CVE-2023-1059?
The vulnerability type of CVE-2023-1059 is SQL injection.
What is the CWE category of CVE-2023-1059?
The CWE category of CVE-2023-1059 is CWE-89 (SQL Injection).
How do I fix the SQL injection vulnerability in doctors.php of the Doctors Appointment System 1.0?
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.