Cyber Resilience

CVE-2026-2190

MediumPublic PoC

Published: 08 February 2026

Published
08 February 2026
Modified
10 February 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0038 29.8th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-2190 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 29.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 AC-6 (Least Privilege).

Deeper analysis

CVE-2026-2190 is a SQL injection vulnerability in the itsourcecode School Management System 1.0, affecting an unknown function within the file /ramonsys/user/controller.php. The flaw arises from manipulation of the ID argument, classified under CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection). Published on 2026-02-08, 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 complexity.

Remote attackers require no privileges or user interaction to exploit the vulnerability. By injecting malicious payloads via the ID parameter, they can achieve limited impacts on confidentiality, integrity, and availability, potentially allowing unauthorized database access, modification, or disruption through SQL commands.

Advisories referenced in VulDB entries (e.g., https://vuldb.com/?ctiid.344893, https://vuldb.com/?id.344893, https://vuldb.com/?submit.749783) and a GitHub issue (https://github.com/yyue02/cve/issues/2) document the issue, alongside the vendor site (https://itsourcecode.com/). No specific patches or mitigation steps are detailed in the disclosure.

The exploit has been publicly released, heightening the potential for real-world attacks against exposed instances of the software.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A security flaw has been discovered in itsourcecode School Management System 1.0. This impacts an unknown function of the file /ramonsys/user/controller.php. The manipulation of the argument ID results in sql injection. The attack can be launched remotely. The exploit has…

more

been released to the public and may be used for attacks.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SQL injection in public-facing web app directly enables remote exploitation of the application for unauthorized DB access/modification.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-1176Same product: Itsourcecode School Management System
CVE-2026-2012Same product: Itsourcecode School Management System
CVE-2026-2014Same product: Itsourcecode School Management System
CVE-2026-2013Same product: Itsourcecode School Management System
CVE-2026-2073Same product: Itsourcecode School Management System
CVE-2026-2011Same product: Itsourcecode School Management System
CVE-2026-0544Same product: Itsourcecode School Management System
CVE-2026-2018Same product: Itsourcecode School Management System
CVE-2026-1701Same product: Itsourcecode School Management System
CVE-2026-3261Same product: Itsourcecode School Management System

Affected Assets

itsourcecode
school management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of untrusted inputs such as the ID parameter before they are used in SQL statements, blocking the CWE-89 injection vector.

prevent

Limits database account privileges so that even a successful SQL injection via controller.php can only achieve the limited C/I/A impact described in the CVSS vector.

prevent

Requires timely remediation of known flaws such as the publicly disclosed SQL injection in /ramonsys/user/controller.php once a patch or compensating fix becomes available.

References