vendor:
Uploader
by:
indoushka
7,5
CVSS
HIGH
CSRF
352
CWE
Product Name: Uploader
Affected Version From: 0.1.5
Affected Version To: 0.1.5
Patch Exists: NO
Related CWE: N/A
CPE: a:uploader:uploader:0.1.5
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, Linux
2009
Uploader 0.1.5 Mullti Vulnerability
A CSRF vulnerability exists in Uploader 0.1.5, which allows an attacker to add arbitrary extensions. This is done by sending a malicious POST request to the admin_extensions_add.php page, with the extension parameter set to the desired extension. This can be used to upload malicious files, which can lead to remote code execution.
Mitigation:
Ensure that all user input is validated and sanitized before being used in the application. Implement a CSRF token system to prevent malicious requests.