SQL Injection in Doctor Appointment System 1.0
An SQL injection vulnerability in the email parameter of the patient_login.php file allows unauthenticated remote attackers to execute arbitrary SQL commands in Doctor Appointment System 1.0.
CVE search metadata
CVE search record: CVE-2026-85225. Severity: high. CVSS: 7.3. KEV: no. Product: Doctor Appointment System (1.0). Brief: SQL Injection in Doctor Appointment System 1.0. Brief link: https://feed.craftedsignal.io/briefs/2026-09-cve-2026-85225/
Doctor Appointment System version 1.0 contains an SQL injection vulnerability located in the patient_login.php file. The vulnerability is triggered via the manipulation of the email argument provided during the authentication process. Because the application fails to properly sanitize user-supplied input before incorporating it into database queries, remote, unauthenticated attackers can inject arbitrary SQL commands. This flaw poses a significant risk to the confidentiality and integrity of the underlying database, potentially allowing attackers to bypass authentication mechanisms, extract sensitive patient information, or modify database content. Given that proof-of-concept exploit code is publicly available, the likelihood of exploitation by threat actors is increased. Defenders should assess their deployments for the presence of this legacy software and consider migration to more secure alternatives.
Impact
Successful exploitation of CVE-2026-85225 allows an unauthenticated remote attacker to gain unauthorized access to the system backend. This can result in the full compromise of the application database, exposure of sensitive PII (Personally Identifiable Information) regarding patients and clinical staff, and potential administrative account takeover, depending on database privileges.
Recommendation
- Identify and decommission all instances of Doctor Appointment System 1.0 due to the lack of security patches and known public exploitation.
- Implement web application firewall (WAF) rules to detect and block SQL injection payloads targeting the /patient_login.php endpoint, specifically looking for common SQL syntax characters in the email parameter.
- Use the Sigma rule provided below to monitor web server logs for exploitation attempts targeting this specific file.
Immediate actions
Deploy WAF rule to block suspicious SQL syntax in /patient_login.php
Mitigations
Decommission Doctor Appointment System 1.0 due to lack of vendor support
CVE-2026-85225
Detection coverage 1
Detects CVE-2026-85225 Exploitation - SQL Injection in patient_login.php
highDetects HTTP requests to patient_login.php containing common SQL injection markers in the email parameter.
Detection queries are available on the platform. Get full rules →