CVE-2025-7750
7.3code-projects · Online Appointment Booking System
A SQL injection vulnerability exists in the Online Appointment Booking System 1.0, specifically within the clinic argument of the /admin/adddoctorclinic.php file, allowing for remote exploitation.
Executive summary
The code-projects Online Appointment Booking System version 1.0 is vulnerable to remote SQL injection, posing a significant risk of unauthorized database access or manipulation.
Vulnerability
This is a SQL injection vulnerability (CWE-89) located in the /admin/adddoctorclinic.php file. The vulnerability occurs because the application fails to properly sanitize the clinic argument, allowing an unauthenticated remote attacker to execute arbitrary SQL commands.
Business impact
Successful exploitation of this vulnerability could lead to unauthorized access to sensitive data stored within the appointment booking database, including personal information or administrative credentials. Given the CVSS score of 7.3, this flaw represents a significant risk to the confidentiality and integrity of the system, potentially facilitating further unauthorized access or service disruption.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict access to the /admin directory using network-level controls or authentication proxies until the vendor provides a security update.
Proactive Monitoring: Monitor server logs for suspicious database queries, specifically those containing SQL syntax characters (e.g., single quotes, semicolons, or comment indicators) directed at the /admin/adddoctorclinic.php endpoint.
Compensating Controls: Implement a Web Application Firewall (WAF) with rules configured to detect and block SQL injection patterns to mitigate the risk of exploitation while the vulnerability remains unpatched.
Exploitation status
Public Exploit Available: Yes — a public proof-of-concept exists as documented in the GitHub issue referenced in the vulnerability report.
Analyst recommendation
This vulnerability presents a high risk due to the ease of remote exploitation and the existence of a public proof-of-concept. Organizations should prioritize restricting access to the affected administrative endpoint immediately and monitor for any signs of anomalous activity until an official vendor patch is released and applied.
More code-projects CVEs
Sources
Originally found and disclosed by zzb1 (VulDB User), per the CVE Program record.
- VDB-316740 | code-projects Online Appointment Booking System adddoctorclinic.php sql injection Vulnerability database entry
- VDB-316740 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #615490 | code-projects Online Appointment Booking System V1.0 SQL injection Third-party advisory
- Exploit / PoC
- code-projects.org