CVE-2025-14619
7.3code-projects · Student File Management System
The Student File Management System 1.0 is vulnerable to unauthenticated SQL injection via the stud_no parameter in login_query.php, allowing remote attackers to manipulate database queries.
Executive summary
A critical SQL injection vulnerability in the Student File Management System 1.0 allows unauthenticated remote attackers to manipulate database queries, posing a significant risk of unauthorized data access.
Vulnerability
The application is susceptible to SQL injection through the stud_no argument in the login_query.php file. This flaw is remotely exploitable by an unauthenticated attacker, as indicated by the CVSS attack vector.
Business impact
Successful exploitation of this vulnerability could lead to the unauthorized disclosure or manipulation of sensitive student data stored within the backend database. Given the CVSS score of 7.3, this represents a high-severity risk that could result in significant reputational damage, loss of data integrity, and potential non-compliance with data privacy regulations.
Remediation
Immediate Action: Since no official patch is currently available, administrators should restrict network access to the application or take the system offline until a secure version is released.
Proactive Monitoring: Review application and database logs for anomalous input patterns, particularly unusual characters or SQL syntax in the stud_no parameter.
Compensating Controls: Implement a Web Application Firewall (WAF) with rules configured to detect and block SQL injection attempts targeting the login_query.php endpoint.
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
The presence of a public proof-of-concept elevates the urgency of this advisory. Organizations currently running the Student File Management System 1.0 must prioritize the implementation of compensating controls or network isolation to prevent unauthorized database access. Monitor vendor channels closely for the release of a security update and apply it immediately upon availability.
More code-projects CVEs
Sources
Originally found and disclosed by jjjjjzr (VulDB User), per the CVE Program record.
- VDB-336304 | code-projects Student File Management System login_query.php sql injection Vulnerability database entry
- VDB-336304 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #707101 | Code-projects Student File Management System 1.0 SQL Injection Third-party advisory
- Submit #709095 | Code-projects Student File Management System v1.0 Authentication Bypass by Primary Weakness (Duplicate) Third-party advisory
- Exploit / PoC
- code-projects.org