vendor:
OneFileCMS
by:
mr.pr0n
7.5
CVSS
HIGH
Cross Site Scripting
79
CWE
Product Name: OneFileCMS
Affected Version From: OneFileCMS v.1.1.1
Affected Version To: OneFileCMS v.1.1.1
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux Fedora 14
2011
OneFileCMS v.1.1.1 Multiple Remote Vulnerabilities
OneFileCMS is vulnerable to Cross Site Scripting (XSS) attacks. An attacker can inject malicious JavaScript code into the 'p' parameter of the onefilecms.php script. This code will be executed in the browser of the victim when they visit the vulnerable page.
Mitigation:
Input validation should be used to prevent XSS attacks. Sanitize all user input and escape special characters.