projectworlds House Rental and Property Listing
cpe:2.3:a:projectworlds:house_rental_and_property_listing_project:*:*:*:*:*:*:*
- 1.0
A cross-site scripting (XSS) vulnerability has been identified in Projectworlds House Rental and Property Listing version 1.0. The issue arises in the file '/app/complaint.php', where the 'name' parameter is not properly sanitized before being output to users. This flaw allows attackers to inject malicious scripts that are executed in the context of the user's browser, potentially leading to unauthorized actions such as stealing cookies or session tokens.
Exploitation of this vulnerability allows for cross-site scripting, where injected scripts are executed in the context of the user's browser. This could be used to steal cookies, session tokens, or other sensitive information, perform actions on behalf of the user, deface web pages, redirect users to malicious sites, or gain control over the user's browser.
To reproduce this vulnerability, send a request to '/app/complaint.php' with the 'name' parameter containing a script tag, such as '<script>alert(123)</script>'. This will trigger the XSS vulnerability by executing the injected script in the browser.
It is recommended to implement output encoding for user inputs before displaying them on the web page, validate and filter input data to reject or escape potentially harmful content, use a Content Security Policy to restrict script execution, set secure and HttpOnly flags for sensitive cookies, and conduct regular security audits.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.