CVE-2025-14257
7.3itsourcecode · Student Management System
A SQL injection vulnerability in the Student Management System 1.0 allows remote attackers to manipulate the ID argument in the newrecord.php file.
Executive summary
The itsourcecode Student Management System 1.0 is vulnerable to a remote SQL injection flaw that could allow unauthorized database interaction.
Vulnerability
This vulnerability is a SQL injection (CWE-89) located in the newrecord.php script. An unauthenticated remote attacker can inject malicious SQL commands by manipulating the ID parameter, potentially leading to unauthorized data exposure or modification.
Business impact
The vulnerability carries a CVSS score of 7.3, indicating a high severity risk. Successful exploitation could allow attackers to bypass security controls, extract sensitive student data, or compromise the integrity of the application database, leading to significant reputational and operational damage.
Remediation
Immediate Action: Since no official patch is currently available, administrators should restrict network access to the newrecord.php endpoint and implement strict input validation for the ID parameter.
Proactive Monitoring: Review web server access logs for suspicious characters in URI parameters, specifically looking for SQL keywords or anomalous patterns targeting the newrecord.php file.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns to mitigate the risk until a vendor update is released.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists via the technical write-up referenced on GitHub (https://github.com/J0kkeR/cve/issues/2).
Analyst recommendation
Given the availability of a public proof-of-concept and the remote, unauthenticated nature of this flaw, the risk to the environment is substantial. Organizations should prioritize isolating the affected component and implementing robust WAF filtering immediately to prevent potential database compromise.
More itsourcecode CVEs
Sources
Originally found and disclosed by divehu (VulDB User), per the CVE Program record.