vendor:
Prediction League
by:
indoushka
3,5
CVSS
MEDIUM
CSRF Create Admin User Exploit
352
CWE
Product Name: Prediction League
Affected Version From: Prediction League 0.3.8
Affected Version To: Prediction League 0.3.8
Patch Exists: Unknown
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
Unknown
Prediction League 0.3.8 CSRF Create Admin User Exploit
This exploit allows an attacker to create an admin user on the Prediction League 0.3.8 application by crafting a malicious form and sending it to the CreateAdminUser.php page. The form contains fields for the admin user name and password, which are then used to create the admin user.
Mitigation:
Implement proper input validation and authentication mechanisms to prevent CSRF attacks.