CVE-2026-6182
Published: 13 April 2026
Summary
CVE-2026-6182 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 13.5th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2026-6182 is a SQL injection vulnerability (CWE-74, CWE-89) in code-projects Simple Content Management System version 1.0. The flaw affects an unknown functionality within the file /web/admin/login.php, where manipulation of the "User" argument enables SQL injection.
The vulnerability is exploitable remotely by unauthenticated attackers (AV:N/AC:L/PR:N/UI:N) with low complexity and no user interaction required. Exploitation can result in limited impacts to confidentiality, integrity, and availability (C:L/I:L/A:L), yielding a CVSS v3.1 base score of 7.3. A public exploit is available and might be used.
Advisories on VulDB (vuldb.com/vuln/357105 and related pages) document the issue, including a submission entry, while a GitHub repository provides a proof-of-concept for SQLi login bypass. The software's project page is hosted at code-projects.org. No patch or mitigation details are specified in the referenced advisories.
A publicly available exploit on GitHub indicates potential for immediate exploitation in unpatched environments.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-21980
Vulnerability details
A vulnerability was identified in code-projects Simple Content Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /web/admin/login.php. Such manipulation of the argument User leads to sql injection. The attack may be launched remotely. The…
more
exploit is publicly available and might be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing web app login.php enables remote unauthenticated exploitation of the application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly validates and sanitizes the 'User' argument in /web/admin/login.php to block SQL injection payloads.
Mandates identification, prioritization, and remediation of the SQL injection flaw in the login functionality.
Requires vulnerability scanning of web applications to identify SQL injection issues like CVE-2026-6182 for remediation.