CVE-2026-2012
Published: 06 February 2026
Summary
CVE-2026-2012 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 24.3th 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 SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-2012 is a SQL injection vulnerability (CWE-74, CWE-89) in itsourcecode Student Management System 1.0. The flaw resides in an unknown function within the file /ramonsys/facultyloading/index.php, where manipulation of the ID argument triggers the injection.
Attackers can exploit this vulnerability remotely without authentication or user interaction, as indicated by its CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Unauthenticated remote actors require low complexity to initiate the attack, potentially achieving limited impacts on confidentiality, integrity, and availability.
Advisories detail the issue on VulDB (ctiid.344594, id.344594, submit.743499) and a GitHub repository (tianrenu/CVE-Discoveries/issues/2), with the vendor site at itsourcecode.com. The exploit has been publicly disclosed and may be utilized.
The vulnerability's public exploit disclosure heightens risks for exposed instances of the affected Student Management System.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-5689
Vulnerability details
A vulnerability was determined in itsourcecode Student Management System 1.0. The impacted element is an unknown function of the file /ramonsys/facultyloading/index.php. This manipulation of the argument ID causes sql injection. The attack may be initiated remotely. The exploit has been…
more
publicly disclosed and may be utilized.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote unauthenticated exploitation of a public-facing web application via SQL injection in index.php.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation of the ID argument in /ramonsys/facultyloading/index.php to reject malformed SQL syntax before query execution.
Mandates timely patching or code fixes for the publicly disclosed SQL injection flaw in the Student Management System.
Enables monitoring of web requests and database queries to identify anomalous ID parameter patterns indicative of injection attempts.