CVE-2026-2073
7.3itsourcecode · School Management System
A SQL injection vulnerability in itsourcecode School Management System 1.0 allows remote, unauthenticated attackers to manipulate the ID argument in /ramonsys/user/index.php.
Executive summary
The itsourcecode School Management System is vulnerable to a remote SQL injection attack that could allow unauthorized database interaction.
Vulnerability
This is a SQL injection vulnerability (CWE-89) occurring within the /ramonsys/user/index.php file. The flaw allows an unauthenticated remote attacker to execute arbitrary SQL commands by manipulating the ID parameter.
Business impact
Successful exploitation of this vulnerability could lead to unauthorized access to or modification of sensitive data stored within the School Management System database. Given the CVSS score of 7.3, this represents a significant risk to data confidentiality and integrity, potentially leading to administrative account compromise or the exfiltration of student and faculty records.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict access to the /ramonsys/user/index.php endpoint via network controls or, if possible, disable the vulnerable component until a security update is released by the vendor.
Proactive Monitoring: Security teams should monitor web access logs for anomalous requests containing SQL syntax or unusual query patterns targeting the index.php file.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection payloads targeting the identified parameter.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the linked GitHub repository.
Analyst recommendation
Due to the availability of a public proof-of-concept and the ease of exploitation over the network, this vulnerability poses a credible risk to the integrity of the affected system. Organizations utilizing this software must implement immediate compensating controls to prevent unauthorized database access while awaiting a formal vendor patch.
More itsourcecode CVEs
Sources
Originally found and disclosed by Sher_10_ck (VulDB User), per the CVE Program record.