vendor:
jQuery-File-Upload
by:
Larry W. Cashdollar
7.5
CVSS
HIGH
Arbitrary File Upload
434
CWE
Product Name: jQuery-File-Upload
Affected Version From: 9.22.0
Affected Version To: 9.22.0
Patch Exists: NO
Related CWE: N/A
CPE: a:blueimp:jquery_file_upload
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: None
2018
jQuery-File-Upload 9.22.0 – Arbitrary File Upload
The code in https://github.com/blueimp/jQuery-File-Upload/blob/master/server/php/UploadHandler.php doesn't require any validation to upload files to the server. It also doesn't exclude file types. This allows for remote code execution.
Mitigation:
Validate the file types before uploading them to the server.