Lucene search
+L

WordPress WP Symposium plugin <= 11.12.08 SQL Injection

🗓️ 17 Dec 2011 00:00:00Reported by Mbah_SemarType 
zdt
 zdt
🔗 0day.today👁 31 Views

WordPress WP Symposium plugin SQL Injection Vulnerability Dec 15, 201

Code
# Exploit Title: WordPress WP Symposium plugin <= 11.12.08 SQL Injection Vulnerability
# Google Dork: Mbah_Semar Ganteng
# Date: Dec 15, 2011
# Author: Mbah_Semar | fuji[at]hacker[dot]or[dot]id |
# Software Link: http://downloads.wordpress.org/plugin/wp-symposium.11.12.08.zip
# Vendor : http://www.wpsymposium.com/
# Version: 11.12.08
# Tested on: My Blog
# Greetz: Inj3ct0r Team 1337day.com
 
---
PoC
---
http://site/[path]/pagename/profile?uid=1[SQLi]
 
---------------
Vulnerable code
---------------
wp-content/plugins/wp-symposium/symposium_profile.php

if (isset($_GET['uid'])) {
   $uid = $_GET['uid'];
   } else {
   $uid = $current_user->ID;
}

query to the variable $uid is not filtered



#  0day.today [2018-01-08]  #

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

17 Dec 2011 00:00Current
7.1High risk
Vulners AI Score7.1
31