vendor:
WebFileExplorer
by:
Giovanni Buzzin
8.8
CVSS
HIGH
SQL Injection and Authority Bypass
89
CWE
Product Name: WebFileExplorer
Affected Version From: 3.1
Affected Version To: 3.1
Patch Exists: NO
Related CWE: N/A
CPE: a:webfileexplorer:webfileexplorer:3.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2008
WebFileExplorer v3.1 Multiple Vulnerabilities
WebFileExplorer v3.1 is prone to multiple vulnerabilities. An attacker can inject his evil sql code in the login form, bypassing it, he just needs to know the nick of an existent username to login as him. Once the attacker logged in, from the Control Panel he's able to do a lot of things, upload all file of any extension, create files of any type, and so on. So this normal Authority Bypass can become a dangerous Arbitrary Shell Upload, so kinda of Remote Command Execution.
Mitigation:
Ensure that all user input is validated and filtered before being used in SQL queries.