CVE-2025-14645
7.3code-projects · Student File Management System
A SQL injection vulnerability exists in the Student File Management System version 1.0, specifically within the admin delete user function, allowing remote unauthenticated attackers to execute queries.
Executive summary
A critical SQL injection vulnerability in code-projects Student File Management System 1.0 allows for remote, unauthenticated database manipulation.
Vulnerability
This vulnerability is a SQL injection flaw located in the delete_user.php file within the admin directory. An unauthenticated remote attacker can manipulate the user_id argument to execute arbitrary SQL commands against the backend database.
Business impact
The ability for an unauthenticated attacker to inject SQL commands poses a severe risk to the confidentiality and integrity of the application data. Successful exploitation could lead to unauthorized access to user records, sensitive information disclosure, or potential administrative account takeover, justifying the CVSS score of 7.3.
Remediation
Immediate Action: As no official patch is currently available, administrators should immediately restrict access to the /admin/ directory using IP allowlisting or VPN authentication.
Proactive Monitoring: Monitor web server logs for suspicious HTTP requests targeting the /admin/delete_user.php file, particularly those containing SQL syntax characters like single quotes or semicolons.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns targeting the identified vulnerable endpoint.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists via the researcher's GitHub issue report.
Analyst recommendation
Given the availability of a public proof-of-concept and the lack of a vendor-supplied patch, this vulnerability presents a significant risk to affected installations. Organizations must prioritize immediate network-level access controls to shield the vulnerable endpoint until a formal security update is released by the developer.
More code-projects CVEs
Sources
Originally found and disclosed by jjjjjzr (VulDB User), per the CVE Program record.
- VDB-336378 | code-projects Student File Management System delete_user.php sql injection Vulnerability database entry
- VDB-336378 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #709003 | Code-projects Student File Management System 1.0 SQL Injection Third-party advisory
- Submit #709187 | Fabian Ros Student File Management System in PHP 1.0 (Released 2025-12-03) SQL Injection (Duplicate) Third-party advisory
- Exploit / PoC
- code-projects.org