Lucene search
+L

PHP-Nuke 8.x - Blind SQL Injection

🗓️ 09 Aug 2010 00:00:00Reported by ITSecTeamType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 41 Views

PHP-Nuke 8.x Blind SQL Injection in Web Links modul

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2010-5083
14 Feb 201220:00
cve
Cvelist
CVE-2010-5083
14 Feb 201220:00
cvelist
EUVD
EUVD-2010-5047
7 Oct 202500:30
euvd
NVD
CVE-2010-5083
14 Feb 201220:55
nvd
Prion
Sql injection
14 Feb 201220:55
prion
#Title: Php Nuke Blind Sql Injection 8.x.x
#Vendor: http://www.php-nuke.org/
#######################################################################
#AUTHOR:  ITSecTeam
#Email:   [email protected]
#Website: http://www.itsecteam.com
#Forum :  http://forum.ITSecTeam.com
#Advisory:www.ITSecTeam.com/en/vulnerabilities/vulnerability58.htm
#Thanks:  M3hr@n$,r3dm0v3,am!rkh@n,Platen,Erfan.Blackhat and Dosib
#Discovered By Amin Shokohi(Pejvak)
######################################################################

Poc :modules\Web_Links\index.php line:223
function Add($title, $url, $auth_name, $cat, $description, $email) {
global $prefix, $db, $user;
$url = filter($url, "nohtml");
$result = $db->sql_query("SELECT url from ".$prefix."_links_links where
url='$url'");
$numrows = $db->sql_numrows($result);
if ($numrows>0) {......

######################################################################
#Bug : http://site.com/modules.php?name=Web_Links&l_op=Add&url=sql Injection
######################################################################

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

03 May 2018 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.5
EPSS0.011
41