CVE-2026-5824
Published: 09 April 2026
Summary
CVE-2026-5824 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.6th 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-5824 is a SQL injection vulnerability in code-projects Simple Laundry System 1.0, affecting an unknown part of the file /userchecklogin.php through manipulation of the userid argument. Published on 2026-04-09, 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) and maps to CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection).
The vulnerability enables remote exploitation without authentication or user interaction, requiring low attack complexity. Attackers can manipulate the userid parameter to inject malicious SQL, potentially achieving low-level impacts on confidentiality, integrity, and availability.
Advisories and further details, including potential mitigations, are documented in references such as https://code-projects.org/, https://github.com/lonelyuan/vunls/issues/1, https://vuldb.com/submit/788302, https://vuldb.com/vuln/356271, and https://vuldb.com/vuln/356271/cti. The exploit has been publicly disclosed and may be used.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-20813
Vulnerability details
A security vulnerability has been detected in code-projects Simple Laundry System 1.0. This affects an unknown part of the file /userchecklogin.php. Such manipulation of the argument userid leads to sql injection. It is possible to launch the attack remotely. The…
more
exploit has been disclosed publicly and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The SQL injection vulnerability in a publicly accessible web application (userchecklogin.php) directly enables remote exploitation of public-facing applications without authentication.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validating the userid parameter in userchecklogin.php to prevent SQL injection manipulation.
Mandates timely identification, reporting, and correction of the specific SQL injection flaw in Simple Laundry System 1.0.
Boundary protection with web application firewalls can inspect and block malicious SQL injection payloads in the userid argument.