vendor:
Euclid
by:
DevilScreaM
7,5
CVSS
HIGH
CSRF
352
CWE
Product Name: Euclid
Affected Version From: 1.x.x
Affected Version To: 1.x.x
Patch Exists: NO
Related CWE: N/A
CPE: a:freelancewp:euclid
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Mozila, Chrome, Opera -> Windows & Linux
2013
WordPress Euclid V1 Themes CSRF File Upload Vulnerability
A CSRF File Upload Vulnerability exists in Wordpress Euclid V1 Themes. An attacker can exploit this vulnerability to upload malicious files on the server. The vulnerable file is upload-handler.php which is located in the functions folder. An attacker can craft a malicious form and send it to the victim. When the victim submits the form, the malicious file will be uploaded on the server. The uploaded file can be accessed via http://site-target/uploads/[years]/[month]/your_shell.php
Mitigation:
The best way to mitigate this vulnerability is to restrict the access to the upload-handler.php file and also to validate the file type before uploading it on the server.