vendor:
ResidenceCMS
by:
Jeremia Geraldi Sihombing
6.1
CVSS
HIGH
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: ResidenceCMS
Affected Version From: 2.10.2001
Affected Version To: 2.10.2001
Patch Exists: NO
Related CWE: CVE-2024-39143
CPE: a:residencecms:residencecms:2.10.1
Platforms Tested: Windows
2024
ResidenceCMS 2.10.1 – Stored Cross-Site Scripting (XSS)
A stored cross-site scripting (XSS) vulnerability is found in ResidenceCMS 2.10.1. This vulnerability permits a user with low privileges to insert malicious HTML content as a stored XSS payload within property pages. When the affected property page is accessed by any user, including the administrator, the XSS payload gets executed.
Mitigation:
To mitigate this vulnerability, input validation should be implemented strictly. All user inputs must be sanitized to remove any HTML tags or malicious scripts. Additionally, content security policies (CSP) can be applied to prevent the execution of unauthorized scripts.