vendor:
Anchor CMS
by:
Sinem Sahin
5.5
CVSS
MEDIUM
Persistent Cross-Site Scripting
79
CWE
Product Name: Anchor CMS
Affected Version From: 2000.12.7
Affected Version To: 2000.12.7
Patch Exists: YES
Related CWE:
CPE: a:anchor_cms:anchor_cms:0.12.7
Platforms Tested: Windows & XAMPP
2020
Anchor CMS 0.12.7 – Persistent Cross-Site Scripting (Authenticated)
This exploit allows an authenticated user to inject arbitrary script code into the description field of a post in Anchor CMS version 0.12.7. By crafting a malicious payload and saving the post, the script code will be executed when viewing the post.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and validate it before saving it to the database. Also, implement a Content Security Policy (CSP) to prevent the execution of arbitrary script code.