vendor:
Pluck CMS
by:
Ahsan Tahir
8,8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: Pluck CMS
Affected Version From: 4.7.3
Affected Version To: 4.7.3
Patch Exists: NO
Related CWE: N/A
CPE: a:pluck_cms:pluck_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: Kali Linux 2.0, Windows 8.1
2016
Pluck CMS 4.7.3 – Add-Page Cross-Site Request Forgery
Pluck CMS 4.7.3 is vulnerable to Cross-Site Request Forgery (CSRF) attacks. An attacker can exploit this vulnerability to add a page to the target website by crafting a malicious HTML page and tricking an authenticated user into visiting it. The malicious HTML page contains a form with hidden fields that are automatically submitted when the user visits the page. The form contains the title, content, description, keywords, hidden, sub-page, theme, and save fields. When the form is submitted, the page is added to the target website.
Mitigation:
To mitigate Cross-Site Request Forgery (CSRF) attacks, the application should implement a CSRF token that is unique to each user session. The token should be included in the form and verified by the server before processing the request.