CVE-2026-3411
Published: 02 March 2026
Summary
CVE-2026-3411 is a high-severity Injection (CWE-74) vulnerability in Angeljudesuarez University Management System. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.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.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.
Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.
Validates query inputs to prevent SQL syntax or command manipulation.
Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The CVE describes a remotely exploitable SQL injection in a public-facing web application (/admin_single_student_update.php) with no authentication required, directly mapping to initial access via exploitation of a public-facing application (T1190). Impacts are limited to database confidentiality/integrity/availability and no RCE, web shell, or OS-level access is indicated.
NVD Description
A security vulnerability has been detected in itsourcecode University Management System 1.0. Affected by this issue is some unknown functionality of the file /admin_single_student_update.php. The manipulation of the argument ID leads to sql injection. Remote exploitation of the attack is…
more
possible. The exploit has been disclosed publicly and may be used.
Deeper analysisAI
CVE-2026-3411 is a SQL injection vulnerability affecting itsourcecode University Management System 1.0. The issue resides in an unknown functionality of the file /admin_single_student_update.php, where manipulation of the ID argument enables the injection. Classified under CWE-74 and CWE-89, 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 lack of prerequisites.
The vulnerability allows remote attackers with no privileges to exploit it over the network with low complexity. Successful exploitation can result in limited impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption within the application's database.
Advisories and details are documented in references including VULDB entries (ctiid.348306, id.348306, submit.763769), a GitHub issue at dyh1213-wq/cve/issues/2, and the vendor site itsourcecode.com. The exploit has been publicly disclosed and may be used, urging practitioners to review these sources for mitigation guidance.
Notable context includes the public availability of the exploit, increasing the risk of active exploitation against unpatched instances of the University Management System 1.0.
Details
- CWE(s)