Code-Projects Simple Laundry System Cross-Site Scripting Vulnerability

Vulnerability

A cross-site scripting (XSS) vulnerability has been identified in Code-Projects Simple Laundry System version 1.0. The issue resides in the Parameter Handler component, specifically within the '/modmemberinfo.php' file. The vulnerability is triggered by manipulating the 'userid' parameter, which allows the injection of malicious script code. This flaw can be exploited remotely, without requiring authentication, but does necessitate user interaction from the victim.

Impact

Exploitation of this vulnerability allows attackers to execute arbitrary scripts in the context of the user's browser. This could lead to the theft of cookies, session tokens, or other sensitive information, as well as the execution of actions on behalf of the victim. Additionally, such an exploit could be used to deface web pages or redirect users to malicious sites.

Reproduction

To reproduce this vulnerability, send a request to the '/modmemberinfo.php' file with a crafted 'userid' parameter that includes script tags. The injected script will be executed in the browser of anyone who views the page.

Remediation

It is recommended to encode user input before outputting it to the web page, validate and filter input data to reject or escape potentially malicious content, implement a strict Content Security Policy, set secure and HttpOnly flags for sensitive cookies, and conduct regular security audits.

Added: Apr 5, 2026, 5:19 AM
Updated: Apr 5, 2026, 5:19 AM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
1.7
exploitability
7.5
remediation
0.0
relevance
5.3
threat
6.4
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.