Cyber Resilience

CVE-2026-5257

MediumPublic PoC

Published: 01 April 2026

Published
01 April 2026
Modified
03 April 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.0033 25.0th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-5257 is a medium-severity Injection (CWE-74) vulnerability in Code-Projects Simple Laundry 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 25.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-5257 is a SQL injection vulnerability in code-projects Simple Laundry System 1.0. The issue resides in the unknown processing of the /delstaffinfo.php file within the Parameter Handler component, where manipulation of the userid argument enables injection. Associated with 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 is exploitable remotely by unauthenticated attackers with low complexity, requiring no user interaction or privileges. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via crafted SQL payloads targeting the userid parameter.

Advisories and additional details are available through referenced sources, including the vendor site at https://code-projects.org/, a GitHub issue at https://github.com/ningfashui123/louplus/issues/1, and VulDB entries at https://vuldb.com/submit/780723, https://vuldb.com/vuln/354447, and https://vuldb.com/vuln/354447/cti. Practitioners should consult these for any patch information or workarounds.

The exploit has been publicly disclosed and may be actively used by attackers, as noted in the vulnerability description published on 2026-04-01.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability has been found in code-projects Simple Laundry System 1.0. This issue affects some unknown processing of the file /delstaffinfo.php of the component Parameter Handler. Such manipulation of the argument userid leads to sql injection. The attack can be…

more

executed remotely. The exploit has been disclosed to the public and may be used.

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 a remotely accessible web application (/delstaffinfo.php) with no authentication required directly enables T1190 (Exploit Public-Facing Application) for initial access and data manipulation.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-4850Same product: Code-Projects Simple Laundry System
CVE-2026-4580Same product: Code-Projects Simple Laundry System
CVE-2026-4579Same product: Code-Projects Simple Laundry System
CVE-2026-4784Same product: Code-Projects Simple Laundry System
CVE-2026-5256Same product: Code-Projects Simple Laundry System
CVE-2026-4581Same product: Code-Projects Simple Laundry System
CVE-2026-4908Same product: Code-Projects Simple Laundry System
CVE-2025-1956Same vendor: Code-Projects
CVE-2025-7169Same vendor: Code-Projects
CVE-2025-0208Same vendor: Code-Projects

Affected Assets

code-projects
simple laundry system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 requires the system to validate inputs such as the userid parameter in /delstaffinfo.php, directly preventing SQL injection by rejecting malformed or malicious payloads.

prevent

SI-2 mandates identification and timely remediation of flaws like this SQL injection vulnerability in the Simple Laundry System, eliminating the exploitable code defect.

detect

RA-5 employs vulnerability scanning to detect SQL injection issues like CVE-2026-5257 in web applications prior to exploitation.

References