CVE-2026-85225 Details
Description
A vulnerability was identified in code-projects Doctor Appointment System 1.0. This vulnerability affects unknown code of the file /patient_login.php. The manipulation of the argument email leads to sql injection. The attack may be initiated remotely. The exploit is publicly available and might be used.
A time-based blind SQL injection vulnerability has been identified in Code-Projects Doctor Appointment System version 1.0. The issue resides in the patient_login.php file, where user input from the email parameter is improperly sanitized and integrated into SQL queries. This vulnerability allows remote attackers to manipulate SQL commands and exploit the application's database. The lack of parameterized queries or adequate input validation enables the injection of malicious SQL that can be executed by the database server.
To address this vulnerability, developers should implement prepared statements to replace dynamic SQL query construction. Additionally, input validation should be applied to email addresses using server-side checks before processing. Regular security testing, including code reviews and penetration testing, should be conducted to identify and remediate SQL injection vulnerabilities.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 3, 2026CISA-ADP
Assessed Sep 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://code-projects.org/ | [email protected] | Not ApplicableVendor |
| https://github.com/ahmadmarz10-hub/CVEsMarz/blob/main/Time-Based%20Blind%20SQL%20Injection%20in%20Doctor%20Appointment%20System%20email%20Parameter.md | [email protected] | ExploitTechnical Description |
| https://vuldb.com/cve/CVE-2026-85225 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/894405 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/398424 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/398424/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Code-Projects Doctor Appointment System | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 5, 2026 | CVE Modified | CISA-ADP |
| Sep 3, 2026 | New CVE Received | [email protected] |
Volerion