CVE-2026-2013
Published: 06 February 2026
Summary
CVE-2026-2013 is a medium-severity Injection (CWE-74) vulnerability in Itsourcecode School Management System. Its CVSS base score is 6.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 33.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and AC-6 (Least Privilege).
Deeper analysis
CVE-2026-2013 is a SQL injection vulnerability (CWE-74, CWE-89) identified in the itsourcecode Student Management System 1.0. The issue affects an unknown function within the file /ramonsys/soa/index.php, where manipulation of the ID argument enables injection. Published on 2026-02-06, it carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), indicating high severity due to its network accessibility and low attack complexity.
Unauthenticated remote attackers can exploit this vulnerability without user interaction by sending crafted requests targeting the ID parameter. Successful exploitation allows limited impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption within the application's database. A public exploit is available and might be used against vulnerable instances.
Advisories and further details are available in referenced sources, including VulDB entries (https://vuldb.com/?ctiid.344595, https://vuldb.com/?id.344595, https://vuldb.com/?submit.743500), a GitHub issue (https://github.com/tianrenu/CVE-Discoveries/issues/3), and the vendor site (https://itsourcecode.com/). No specific patch or mitigation steps are detailed in the CVE description.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-5679
Vulnerability details
A vulnerability was identified in itsourcecode Student Management System 1.0. This affects an unknown function of the file /ramonsys/soa/index.php. Such manipulation of the argument ID leads to sql injection. The attack may be launched remotely. The exploit is publicly available…
more
and might be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct unauthenticated network exploitation of a public-facing web app via SQL injection for data access/modification.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of the ID parameter before it is used in database queries, blocking the SQL injection vector.
Boundary protection devices such as WAFs can inspect HTTP requests and block or alert on SQL injection payloads targeting /ramonsys/soa/index.php.
Least-privilege database accounts limit the data exposure, modification, or disruption possible even if an injection succeeds.