CVE-2026-5564
7.3code-projects · Simple Laundry System
A SQL injection vulnerability in the Simple Laundry System 1.0 searchguest.php file allows unauthenticated attackers to execute malicious database queries via the searchServiceId parameter.
Executive summary
An unauthenticated SQL injection vulnerability in code-projects Simple Laundry System 1.0 poses a critical risk of unauthorized database access and potential system compromise.
Vulnerability
This is a SQL injection vulnerability located in the searchguest.php file. The application fails to properly sanitize the searchServiceId parameter, allowing an unauthenticated attacker to inject arbitrary SQL commands.
Business impact
Successful exploitation of this flaw allows attackers to bypass authentication, extract sensitive information, modify or delete database records, and potentially gain full control over the underlying database server. Given the CVSS score of 7.3, this represents a significant risk to data confidentiality, integrity, and availability, which could lead to severe operational disruption and loss of proprietary data.
Remediation
Immediate Action: As there is no official patch available, administrators should restrict access to the /searchguest.php endpoint or disable the affected functionality entirely until a secure update is provided by the vendor.
Proactive Monitoring: Review database access logs for anomalous query patterns, such as unexpected syntax characters (e.g., OR, SLEEP, UNION) originating from the searchServiceId parameter.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules specifically configured to detect and block SQL injection payloads targeting the searchServiceId parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the GitHub security issue referenced by the vulnerability record.
Analyst recommendation
Given the availability of public proof-of-concept code and the ease of exploitation, this vulnerability should be prioritized for mitigation. Organizations currently running Simple Laundry System 1.0 must implement compensating controls or restrict network access to the application immediately to prevent unauthorized database access.
More code-projects CVEs
Sources
Originally found and disclosed by kazamikazu (VulDB User), per the CVE Program record.