CVE-2026-4579
7.3code-projects · Simple Laundry System
A SQL injection vulnerability in the Simple Laundry System 1.0 /viewdetail.php file allows unauthenticated attackers to manipulate the serviceId parameter to execute unauthorized database queries.
Executive summary
A critical SQL injection vulnerability in code-projects Simple Laundry System 1.0 exposes the underlying database to unauthorized manipulation by unauthenticated remote attackers.
Vulnerability
This is a SQL injection flaw (CWE-89) located in the /viewdetail.php file. An unauthenticated attacker can supply malicious input via the serviceId GET parameter, which is processed by the application without sufficient validation or parameterization.
Business impact
The exploitation of this vulnerability allows for unauthorized database access, which may lead to the exfiltration of sensitive information, data tampering, or total system compromise. Given the CVSS score of 7.3, this represents a high-severity risk that could result in significant service interruption and loss of data integrity for the affected organization.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict access to the /viewdetail.php endpoint or disable the affected module entirely until the vendor releases a security update.
Proactive Monitoring: Review web server access logs for anomalous GET requests targeting /viewdetail.php, specifically searching for SQL-related keywords or characters like 'UNION', 'SELECT', 'SLEEP', or hexadecimal patterns.
Compensating Controls: Deploy a Web Application Firewall (WAF) rule to block or sanitize requests containing SQL injection patterns targeting the serviceId parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists and is documented in the security researcher's GitHub repository.
Analyst recommendation
The presence of a public proof-of-concept significantly elevates the risk of automated exploitation. Organizations utilizing Simple Laundry System 1.0 must prioritize implementing compensating controls, such as WAF rules, and restrict network access to the application immediately while awaiting a formal vendor patch.
More code-projects CVEs
Sources
Originally found and disclosed by ysi6701 (VulDB User), per the CVE Program record.