vendor:
W-CMS
by:
th3.g4m3_0v3r
5.5
CVSS
MEDIUM
Cross-Site Scripting (XSS), Directory Traversal
79, 22
CWE
Product Name: W-CMS
Affected Version From: 02.01
Affected Version To: 02.01
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows 7
2012
W-Cms Multiple Vulnerability
W-CMS is vulnerable to cross-site scripting (XSS) attacks and directory traversal attacks. The XSS vulnerability can be exploited through the 'index.php' and '?p=' parameters, allowing an attacker to inject malicious scripts. The directory traversal vulnerability allows an attacker to access sensitive files on the server by manipulating the 'p' parameter.
Mitigation:
To mitigate the XSS vulnerability, input validation and output encoding should be implemented to prevent the execution of malicious scripts. To mitigate the directory traversal vulnerability, proper input validation and file path restrictions should be enforced.