CVE-2026-5256

7.3

code-projects · Simple Laundry System

A SQL injection vulnerability in the Simple Laundry System 1.0 /modify.php file allows unauthenticated attackers to execute arbitrary SQL queries via the firstName parameter.

Executive summary

A critical SQL injection vulnerability in code-projects Simple Laundry System 1.0 allows unauthenticated remote attackers to compromise the underlying database.

Vulnerability

This is a SQL injection vulnerability (CWE-89) located in the /modify.php file. The application fails to sanitize the firstName parameter before passing it to database queries, enabling unauthenticated attackers to manipulate SQL commands.

Business impact

Successful exploitation allows an attacker to gain unauthorized access to the database, leading to potential data theft, modification, or deletion of sensitive records. Given the CVSS score of 7.3, this represents a high risk to data integrity and confidentiality, potentially resulting in full system control or significant operational disruption.

Remediation

Immediate Action: Since no official patch is available, administrators should restrict access to the /modify.php endpoint or disable the affected module entirely until a secure version is released.

Proactive Monitoring: Review database logs for unusual query patterns, such as unexpected use of RLIKE or SLEEP functions, and monitor web server access logs for anomalous POST requests to /modify.php.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection payloads targeting the firstName parameter.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as documented in the linked GitHub security issue.

Analyst recommendation

The presence of a public proof-of-concept and the lack of a vendor-provided patch necessitate immediate defensive action. Organizations utilizing Simple Laundry System 1.0 must prioritize implementing network-level filtering and WAF protections to mitigate this threat until a permanent code-level fix is developed and applied.

More code-projects CVEs

Sources

Originally found and disclosed by fftt (VulDB User), per the CVE Program record.