vendor:
OpenUpload
by:
Vinesh Redkar
8,8
CVSS
HIGH
CSRF Attack
352
CWE
Product Name: OpenUpload
Affected Version From: 0.4.2
Affected Version To: 0.4.2
Patch Exists: No
Related CWE: N/A
CPE: a:openupload:openupload
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 10
2016
Open Upload 0.4.2 Remote Admin Add CSRF Exploit and Changing Normal user permission
Open Upload Application is vulnerable to CSRF attack (No CSRF token in place) meaning that if an admin user can be tricked to visit a crafted URL created by attacker (via spear phishing/social engineering). Once exploited, the attacker can login as the admin using the username and the password he posted in the form.
Mitigation:
1. Implement CSRF tokens in the application. 2. Implement proper access control. 3. Implement proper authentication and authorization.