vendor:
AnchorCMS
by:
DURAKIBOX / dn5
8,8
CVSS
HIGH
Stored XSS
79
CWE
Product Name: AnchorCMS
Affected Version From: AnchorCMS <= 0.9.1
Affected Version To: AnchorCMS <= 0.9.1
Patch Exists: NO
Related CWE: N/A
CPE: a:anchorcms:anchor_cms
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2013
AnchorCMS Stored XSS exploit v0.9.1
An attacker can execute malicious content using a comment form on the article.php file. The malicious content could be either JavaScript code, but may also include HTML, Flash etc. The code is executed over form where 'Name' field is actual vulnerability. The code is called through POST action and the function 'comment_name()' is the actual result of the exploit.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in the application.