Doctormms v1.0 was discovered to contain a SQL injection vulnerability via the $userid parameter at myAppoinment.php. NOTE: this is disputed by a third party who claims that the userid is a session variable controlled by the server, and thus cannot be used for exploitation. The original reporter counterclaims that this originates from $_SESSION["userid"]=$_POST["userid"] at line 68 in doctors\doctorlogin.php, where userid under POST is not a session variable controlled by the server.
References
Link | Resource |
---|---|
https://github.com/KLSEHB/vulnerability-report/blob/main/Doctormms_CVE-2023-39852 | Exploit Third Party Advisory |
https://www.sourcecodester.com/php/14182/doctor-appointment-system.html | Product |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2023-08-15 21:15
Updated : 2024-07-03 01:40
NVD link : CVE-2023-39852
Mitre link : CVE-2023-39852
CVE.ORG link : CVE-2023-39852
JSON object : View
Products Affected
doctor_appointment_system_project
- doctor_appointment_system
CWE
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')