CVE-2026-1701
Published: 30 January 2026
Summary
CVE-2026-1701 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 34.8th 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-1701 is a SQL injection vulnerability (CWE-74, CWE-89) in the itsourcecode School Management System version 1.0. The issue affects the processing of the file /enrollment/index.php, where manipulation of the ID argument enables the injection. Published on 2026-01-30, 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). Due to contradicting product definitions in the original disclosure, this CVE was initially incorrectly assigned to the Student Management System.
The vulnerability can be exploited remotely by unauthenticated attackers with low complexity and no user interaction required. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption via injected SQL queries. The exploit has been publicly disclosed and may be used by attackers targeting exposed instances of the software.
Advisories and details are available in references including VULDB entries (ctiid.343491, id.343491, submit.742024), a GitHub issue at https://github.com/ltranquility/CVE/issues/34, and the vendor site at https://itsourcecode.com/. These sources provide further context on the vulnerability, though specific patch availability is not detailed in the CVE description.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-5011
Vulnerability details
A security vulnerability has been detected in itsourcecode School Management System 1.0. This issue affects some unknown processing of the file /enrollment/index.php. Such manipulation of the argument ID leads to sql injection. It is possible to launch the attack remotely.…
more
The exploit has been disclosed publicly and may be used. Due to contradicting product definitions in the original disclosure, this CVE was initially incorrectly assigned to the Student Management System.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote SQL injection in a public-facing web app (/enrollment/index.php) enables unauthenticated exploitation for data access/modification.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of the ID argument in /enrollment/index.php to reject malformed SQL before query execution.
Mandates timely remediation of the publicly disclosed SQL injection flaw in the enrollment module.
Limits database privileges granted to the unauthenticated web application process, reducing impact of successful injection.