vendor:
Campsite CMS
by:
10n1z3d
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: Campsite CMS
Affected Version From: 3.4.0
Affected Version To: 3.4.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcefabric:campsite:3.4.0
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
2010
Campsite CMS 3.4.0 Multiple CSRF Vulnerabilities – Create Admin User
This PoC demonstrates a CSRF vulnerability in Campsite CMS 3.4.0, which allows an attacker to create an admin user with the credentials 'root' and 'rootroot'. This is done by crafting a malicious HTML page that contains a form with the necessary parameters to create an admin user, and submitting it automatically when the page is loaded.
Mitigation:
Implementing a CSRF token in the form, or using a CAPTCHA to verify the request is legitimate, can help mitigate this vulnerability.