Ok, guys.... time to get patching. A new worm is making the rounds that targets Linux servers running vulnerable versions of Apache and OpenSSL. The worm sends an invalid GET request to identify Apache servers, and then tries to connect on port 443 to a execute shell code exploit on the host machine. The infected host then listens on UDP port 2002. To see if you have already been infected, look for /tmp/.bugtraq with ls -a.
Fix: Update your OpenSSL to 0.9.6g and update Apache to 1.3.26.
http://securityresponse.symantec.com...pper.worm.html
[EDIT] Shameless I-told-you-so: If you have followed my advice on Linux partitioning, .bugtraq won't be able to execute on your system since you have /tmp mounted with the noexec option. :D
