CVE-2025-14620
7.3code-projects · Student File Management System
A SQL injection vulnerability in the Student File Management System 1.0 allows remote, unauthenticated attackers to manipulate the Username argument in the /admin/login_query.php file.
Executive summary
The code-projects Student File Management System version 1.0 is vulnerable to an unauthenticated SQL injection attack, posing a significant risk to database integrity and confidentiality.
Vulnerability
This is a SQL injection vulnerability (CWE-89) located in the /admin/login_query.php script. An unauthenticated attacker can exploit this by injecting malicious SQL commands into the Username parameter to interact directly with the backend database.
Business impact
Successful exploitation of this vulnerability permits unauthorized interaction with the application database, which may lead to data exfiltration, unauthorized administrative access, or complete compromise of the student record system. Given the CVSS score of 7.3, this represents a high-severity risk that could result in significant reputational damage and a breach of sensitive user information.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict network access to the /admin/login_query.php endpoint and implement strict input validation on all login fields.
Proactive Monitoring: Monitor server access logs for anomalous SQL syntax or unexpected character sequences originating from the login page, and audit database query logs for unauthorized activity.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns targeting the login authentication flow.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists, as documented in the technical write-up found at the provided GitHub reference.
Analyst recommendation
Due to the lack of an official vendor patch and the availability of a public proof-of-concept, this vulnerability must be treated with high urgency. Organizations utilizing this software should immediately restrict access to the affected login interface or move the application behind a robust WAF to prevent potential exploitation until a permanent security update is provided by the vendor.
More code-projects CVEs
Sources
Originally found and disclosed by jjjjjzr (VulDB User), per the CVE Program record.
- VDB-336305 | code-projects Student File Management System login_query.php sql injection Vulnerability database entry
- VDB-336305 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #707109 | Code-projects Student File Management System 1.0 SQL Injection Third-party advisory
- Submit #709074 | Code-projects Student File Management System v1.0 Authentication Bypass by Primary Weakness (Duplicate) Third-party advisory
- Exploit / PoC
- code-projects.org