Updated 06_06_2014
This commit is contained in:
parent
e97b490546
commit
b1e51b3990
2 changed files with 45 additions and 0 deletions
|
@ -30302,6 +30302,7 @@ id,file,description,date,author,platform,type,port
|
|||
33630,platforms/ios/webapps/33630.txt,"TigerCom My Assistant 1.1 iOS - Local File Inclusion",2014-06-03,Vulnerability-Lab,ios,webapps,8080
|
||||
33631,platforms/ios/webapps/33631.txt,"AllReader 1.0 iOS - Multiple Vulnerabilities",2014-06-03,Vulnerability-Lab,ios,webapps,8080
|
||||
33632,platforms/ios/webapps/33632.txt,"Bluetooth Photo-File Share 2.1 iOS - Multiple Vulnerabilities",2014-06-03,Vulnerability-Lab,ios,webapps,8080
|
||||
33633,platforms/windows/webapps/33633.txt,"IPSwitch IMail Server WEB client 12.4 persistent XSS",2014-06-03,Peru,windows,webapps,0
|
||||
33634,platforms/php/webapps/33634.txt,"CommodityRentals CD Rental Software 'index.php' SQL Injection Vulnerability",2010-02-11,"Don Tukulesto",php,webapps,0
|
||||
33635,platforms/linux/dos/33635.c,"Linux Kernel 2.6.x 'net/ipv6/ip6_output.c' NULL Pointer Dereference Denial of Service Vulnerability",2008-07-31,"Rémi Denis-Courmont",linux,dos,0
|
||||
33636,platforms/php/webapps/33636.sh,"Interspire Knowledge Manager 5 'callback.snipshot.php' Arbitrary File Creation Vulnerability",2010-02-03,"Cory Marsh",php,webapps,0
|
||||
|
|
Can't render this file because it is too large.
|
44
platforms/windows/webapps/33633.txt
Executable file
44
platforms/windows/webapps/33633.txt
Executable file
|
@ -0,0 +1,44 @@
|
|||
# Exploit Title: IPSwitch IMail Server WEB client 12.4 persistent XSS
|
||||
# Google Dork:
|
||||
# Date: 3 june 2014
|
||||
# Exploit Author: Peru (GoSecure!)
|
||||
# Vendor Homepage: www.ipswitch.com
|
||||
# Software Link: http://www.imailserver.com/try/
|
||||
# Version: Tested on 12.3 and 12.4 before 12.4.1.15
|
||||
# Tested on: WindowsServer2008R2 STD SP1
|
||||
# CVE : 2014-3878
|
||||
|
||||
Four injection points were useful to create a persistent Cross Site Scripting. All the injections are reached using default Web Client interface, but the Web Client Lite seems to be not vulnerable to these tests.
|
||||
|
||||
1. Contacts section:
|
||||
A persistent XSS can be reached adding a new contact with a specific string in the Name field and whatever image:
|
||||
|
||||
PoC string:
|
||||
Go<IFRAME SRC="javascript:alert('www.gosecure.it');"></IFRAME>Secure!
|
||||
|
||||
|
||||
When the contact is saved and on mouse over the picture the Name is been displayed in a bubble activating the JS:
|
||||
|
||||
|
||||
2. Contacts section:
|
||||
A vulnerability can also be reached in the Adding Group task.
|
||||
|
||||
PoC string:
|
||||
<iframe src="http://www.gosecure.it" height=500 width=500 frameborder=1 align=center></iframe>
|
||||
|
||||
|
||||
3. Calendar section:
|
||||
A persistent XSS can be reached adding a new event in the Calendar; this event can be spread adding the Meeting Request option.
|
||||
Since, using this injection point, the XSS can be spread to other users, this is the most dangerous of the four and can be used to spoofing sessions and therefore compromising the attacked users account
|
||||
|
||||
The JavaScript is executed simply viewing the calendar or when the Reminder pops up.
|
||||
|
||||
PoC string:
|
||||
GS!<IFRAME SRC="javascript:alert(‘GoSecure!');"></IFRAME>
|
||||
|
||||
|
||||
4.Task section:
|
||||
In a similar way also the tasks are vulnerable to persistent XXS.
|
||||
|
||||
PoC string:
|
||||
<iframe src=http://www.gosecure.it/blog/remote/xss_h.html>
|
Loading…
Add table
Reference in a new issue