CVE-2025-7765
7.3code-projects · Online Appointment Booking System
A SQL injection vulnerability exists in the Online Appointment Booking System 1.0, allowing remote unauthenticated attackers to manipulate the clinic argument in the addmanagerclinic.php file.
Executive summary
A critical SQL injection vulnerability in the code-projects Online Appointment Booking System 1.0 enables unauthenticated remote attackers to compromise database integrity.
Vulnerability
This is a SQL injection (CWE-89) vulnerability located in the /admin/addmanagerclinic.php file. An unauthenticated attacker can inject malicious SQL commands via the clinic parameter to interact directly with the backend database.
Business impact
The ability for an unauthenticated user to execute arbitrary SQL commands poses a severe risk to data confidentiality and integrity. Successful exploitation could lead to unauthorized access to administrative data, sensitive user information, or full application compromise. Given the CVSS score of 7.3, this represents a high-severity risk that could facilitate data exfiltration or unauthorized administrative actions.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict access to the /admin/ directory using IP allowlisting or VPN requirements until a vendor-provided update is released.
Proactive Monitoring: Monitor server access logs for requests containing SQL syntax patterns or unexpected character strings targeting the /admin/addmanagerclinic.php endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules specifically configured to detect and block SQL injection attempts targeting the affected parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the research write-up at https://github.com/jaynewboy/cve/issues/1.
Analyst recommendation
Due to the availability of a public proof-of-concept and the ease of exploitation via unauthenticated remote access, this vulnerability requires immediate attention. Organizations utilizing this software must implement strict network-level access controls or WAF filtering to prevent exploitation while awaiting a permanent vendor patch.
More code-projects CVEs
Sources
Originally found and disclosed by jaynewboy (VulDB User), per the CVE Program record.
- VDB-316765 | code-projects Online Appointment Booking System addmanagerclinic.php sql injection Vulnerability database entry
- VDB-316765 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #616176 | code-projects Online Appointment Booking System V1.0 SQL injection Third-party advisory
- Exploit / PoC
- code-projects.org