CVE-2026-5198
Published: 31 March 2026
Summary
CVE-2026-5198 is a medium-severity Injection (CWE-74) vulnerability in Code Projects (inferred from references). 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 2.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-5198 is a SQL injection vulnerability (CWE-74, CWE-89) in code-projects Student Membership System 1.0, published on 2026-03-31. The flaw resides in an unknown function within the file /admin/index.php of the Admin Login component, where manipulation of the username/password arguments enables SQL code injection.
The vulnerability allows remote exploitation over the network with low attack complexity, requiring no privileges or user interaction (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L, score 7.3). Attackers can achieve limited impacts on confidentiality, integrity, and availability through injected SQL payloads.
Advisories reference the vendor site at https://code-projects.org/, a GitHub issue at https://github.com/maidangdang1/CVE/issues/4, and VulDB entries including https://vuldb.com/vuln/354296. The exploit has been publicly disclosed and may be utilized.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-17399
Vulnerability details
A vulnerability was determined in code-projects Student Membership System 1.0. The impacted element is an unknown function of the file /admin/index.php of the component Admin Login. This manipulation of the argument username/password causes sql injection. Remote exploitation of the attack…
more
is possible. The exploit has been publicly disclosed and may be utilized.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The unauthenticated remote SQL injection in the public-facing web application's admin login directly enables initial access via exploitation of a public-facing application (T1190).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection by validating and sanitizing username/password inputs before they are used in database queries in /admin/index.php.
Requires timely remediation of the known SQL injection flaw in the Admin Login component through patching or code correction.
Enables detection of the SQL injection vulnerability via regular scanning of the Student Membership System for publicly disclosed exploits.