Cyber Resilience

CVE-2026-2073

MediumPublic PoC

Published: 07 February 2026

Published
07 February 2026
Modified
12 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.0032 24.0th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-2073 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.0th 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-2073 is a SQL injection vulnerability (CWE-74, CWE-89) in the itsourcecode School Management System version 1.0. The issue affects an unknown function within the file /ramonsys/user/index.php, where manipulation of the ID argument enables SQL injection.

Remote attackers can exploit this vulnerability without authentication (PR:N), with low attack complexity (AC:L) and no user interaction (UI:N) required. Exploitation leads to limited impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), resulting in a CVSS 3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).

Advisories referenced on VulDB and a GitHub issue confirm the vulnerability details and note that an exploit has been publicly disclosed, making it available for utilization by attackers. No specific patches or mitigations are detailed in the provided references.

The exploit's public disclosure heightens the risk for deployments of the affected School Management System 1.0.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was determined in itsourcecode School Management System 1.0. This affects an unknown function of the file /ramonsys/user/index.php. Executing a manipulation of the argument ID can lead to sql injection. The attack may be performed from remote. The exploit…

more

has been publicly disclosed and may be utilized.

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 unauthenticated public-facing web application directly enables remote exploitation of the app.

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-2190Same product: Itsourcecode School Management System
CVE-2026-2013Same 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 of inputs such as the ID parameter in /ramonsys/user/index.php to reject malformed or malicious SQL syntax before it reaches the database.

detect

Enables monitoring of application traffic and database queries to identify anomalous patterns indicative of SQL injection attempts against the exposed index.php endpoint.

respond

Requires timely remediation of the publicly disclosed SQL injection flaw in School Management System 1.0, including applying patches or code fixes to eliminate the vulnerable ID handling.

References