vendor:
FileExecutive
by:
MvM
8,8
CVSS
HIGH
Add/Edit Admin CSRF
352
CWE
Product Name: FileExecutive
Affected Version From: 1.0.0
Affected Version To: 1.0.0
Patch Exists: No
Related CWE: N/A
CPE: a:vi_rus_man:fileexecutive
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
2011
FileExecutive Multiple Vulnerabilities
FileExecutive is vulnerable to Cross-Site Request Forgery (CSRF) attacks. An attacker can craft a malicious HTML page that, when visited by an authenticated user, can add an admin user to the application. The malicious page contains a form that submits to the add_user.php script, which is responsible for adding new users. The form contains fields for username, password, name, root directory, max upload size, group, email, active, and admin. The form is pre-filled with values that will add an admin user.
Mitigation:
To mitigate CSRF attacks, the application should implement a CSRF token that is checked on all requests that modify the application state.