Projectworlds House Rental and Property Listing Cross-Site Scripting Vulnerability

Vulnerability

A cross-site scripting (XSS) vulnerability has been identified in Projectworlds House Rental and Property Listing version 1.0. The issue resides in the file '/app/sms.php', where the 'message' parameter is not properly validated or encoded before being output to users. This flaw allows attackers to inject malicious scripts that are executed in the context of the victim's browser, potentially leading to unauthorized actions or the theft of sensitive information such as cookies or session tokens.

Impact

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.

Reproduction

To reproduce this vulnerability, send a request to '/app/sms.php' with a 'message' parameter containing injected script code, such as a script tag including JavaScript code, such as an alert. This can be done using a tool like Burp Suite or through a simple HTTP request that includes the malicious 'message' payload.

Remediation

It is recommended to implement proper input validation and output encoding for the 'message' parameter to prevent script injection. Additionally, consider using a Content Security Policy to restrict the execution of scripts.

Added: Jan 30, 2026, 5:19 PM
Updated: Jan 30, 2026, 5:19 PM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
1.7
exploitability
5.6
remediation
0.0
relevance
2.5
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.