vendor:
redaxo CMS
by:
Ashiyane Digital Security Team
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: redaxo CMS
Affected Version From: 5.2
Affected Version To: 5.2
Patch Exists: NO
Related CWE: N/A
CPE: a:redaxo:redaxo:5.2.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: PHP
2016
redaxo CMS CSRF(Add Admin)
A Cross-Site Request Forgery (CSRF) vulnerability exists in redaxo CMS 5.2.0, which allows an attacker to add an admin user by sending a malicious request. The attacker can craft a malicious HTML page containing a form with hidden fields, which when visited by an authenticated user, will submit the form and add an admin user with the credentials specified in the form.
Mitigation:
The application should verify that the request is coming from an authenticated user and not from an external source.