CVE-2023-39852: SQL Injection
DISPUTED 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.
Affected Software
Event History
Frequently Asked Questions
What is CVE-2023-39852?
CVE-2023-39852 is a SQL injection vulnerability in Doctormms v1.0.
How severe is CVE-2023-39852?
CVE-2023-39852 has a severity rating of critical (9.8).
What is the affected software of CVE-2023-39852?
The affected software is Doctor Appointment System v1.0.
How can I fix CVE-2023-39852?
To fix CVE-2023-39852, update Doctormms to a patched version or apply the necessary security patches provided by the vendor.
What is CWE-89?
CWE-89 is a Common Weakness Enumeration category that refers to SQL injection vulnerabilities.