CVE-2026-6150 Details
Description
A vulnerability has been found in code-projects Simple Laundry System 1.0. This affects an unknown part of the file /checkupdatestatus.php. The manipulation of the argument serviceId leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.
A cross-site scripting (XSS) vulnerability has been identified in Code-Projects Simple Laundry System version 1.0. The issue resides in the '/checkupdatestatus.php' file, where the 'serviceId' parameter is not properly validated or encoded. This flaw allows attackers to inject malicious scripts that are executed in the context of the user's browser, potentially leading to the theft of cookies, session tokens, or other sensitive information.
To address this vulnerability, implement proper output encoding for user inputs, especially in the 'serviceId' parameter. Validate and filter input data to reject or escape potentially harmful content, such as script tags. Consider using a Content Security Policy (CSP) to restrict the execution of scripts. For sensitive cookies, set the HttpOnly and Secure flags. Regular security audits can also help identify and fix such vulnerabilities.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Apr 13, 2026CISA-ADP
Assessed Apr 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://code-projects.org/ | [email protected] | Not Applicable |
| https://github.com/zheng-lv/CVE-/issues/1 | [email protected] | ExploitTechnical Description |
| https://vuldb.com/submit/796309 | [email protected] | Technical DescriptionVendor |
| https://vuldb.com/vuln/357030 | [email protected] | AdvisoryPermission RequiredVendor |
| https://vuldb.com/vuln/357030/cti | [email protected] | Content WallVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| code-projects Simple Laundry System | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Apr 13, 2026 | New CVE Received | [email protected] |
Volerion