Rate of bugs and rate of security holes are mostly uncorrelated
Posted Mar 6, 2006 19:49 UTC (Mon) by
Ross (subscriber, #4065)
In reply to:
Rate of bugs and rate of security holes are mostly uncorrelated by nix
Parent article:
Coverity releases first defect survey results
I haven't seen a distribution yet which doesn't run the X server as root and have it listening on TCP port 6000 + display number. Now it is certainly possible to disable the TCP X transport (using the -notcp option when starting the server), but I don't think it is "normal".
I think the difference may be that X is much bigger than the server. The bug may simply have been in other places than the part exposed to the network. Also, the X server normally uses an authentication mechanism like MIT Magic Cookies which will limit the exposure of bugs to a very small portion of the code if the shared secret is not known to the attacker. (Assuming the cookies aren't weak and that the server throttles brute force attacks.)
(
Log in to post comments)