Apache Worm in the Wild
codewolf writes "It has been reported to bugtraq by Domas Mituzas that a worm that exploits the Apache chunk bug has been found in the wild. Information on the worm can be found here. More information on the Apache bug can be found here, and patches can either be made by modifying your config file or upgrading your Apache version."
Upgrade to the latest version and you won't be affected.
So it isn't just IIS Admins that are too lazy to fix major security holes then?
I use it on all my webserver at home. But for work I'm forced to use IIS and stories like this are the reason why. Slashdot, you aren't doing Apache any favors by publishing this kind of thing--it only makes Open Source software look bad. Please, keep it under your hat.
Is Slashdot fixed?
Can I be infected by posting this?
GOBBLES submitted a proof of concept apache exploit for BSD variants on the BugTraq mailing list. Based on this string found in the chunk overflow request: BLE*h*GOB I would argue that this code was very sloppy indeed. Probably stolen mostly from Gobbles with a worm wrapper thrown around it.
I have discovered a truly remarkable sig which this margin is too small to contain.
It is becoming increasingly discouraging when the 'security consultants' are releasing more exploits than any group of crackers ever could. It seems that BugTraq and NTBugTraq are full of more and more exploit traffic by these companies that are supposed to be protecting us from the threats. It looks to me like these companies are actively engaging in the process of breaking software, pointing to the offending buffer, then proclaiming "See! We help you by protecting you from someone who might have discovered this! By the way, here is the code for 'proof of concept' that any moron with gcc can load on his 1337 box for a little Friday night shenanigans!"
When is the security end-user community going to come together and fight this as a united front? Make the repurcussions for releasing exploit code so financially devastating, that companies will tremble in fear of releasing -anything- without following proper disclosure.
Perhaps litigation and financial awards would be a good start. I know eEye should owe me some money for their wonderful disclosure prinicipals last summer.. It was a long weekend rebuilding all our ftp servers.
that would explain all the firewall hits from 64.28.67.150.
The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
I'm trying to use mod_blowchunks.c with apache 1.3.24 with DSO. When I execute
It spits back:
can anyone offer any guidance?
Hilary Rosen's speech was about her love of money and her desire to roll around naked in a pile of money.
The worm saves itself as /tmp/.a, so if root creates an empty file with a-rwx (0000) permissions the worm will not be able to install itself (assuming that your apache isn't running as root, yeh?) :-)
Of cource, the sensible, long term solition is to upgrade to 1.3.26, but as a short term fix this may work (I've not tried it btw - I just upgraded
Try putting: #declare TRUE 1 #declare FALSE 0 near the top of the mod_blowchunks.c file.
I have discovered a truly remarkable sig which this margin is too small to contain.
Thanks in advance
XOXOXOXOXO
#declare TRUE 1
#declare FALSE 0
rather.
I have discovered a truly remarkable sig which this margin is too small to contain.
you're still wrong.
#define TRUE 1
#define FALSE 0
The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
Brilliant, it works.
Cheers,eh.
Hilary Rosen's speech was about her love of money and her desire to roll around naked in a pile of money.
For those of you that like the horror stories, are some excerpt of # strings .a (of the linux version of course).
(snip)- r00t your box
- send e-mail
- do DOS
- fake beeing mozilla or lynx
Hey apache admin abroad: wake up ![Pruneau
How odd ... a site that caters to those who use open source software are continually bombarded with reports of how IIS is swiss cheese on the front page, yet when critical OPEN SOURCE security issue comes about, it comes out regarding one of the most, if not THE most used open source application in the world, it is a day late and not published on the front page.
It would appear that the posting security advisories on this site are not to HELP admins, but instead to bash those you don't like.
Does this worm run on all platforms, or just x86?
For those of you that do not need a web server, turn it off.
badness 10000
Looks like the source code to this worm is now here
Three dits, four dits, two dits, dah!
Radio, radio, rah rah rah!
Source code for the worm
http://www.codewolf.com - Just good stuff to waste time
Why is this not on the main page?? With all the Apache servers out there, this is a HUGE deal!
# cd
# touch
# chattr +i
# exit
This should hold the worm off until I get the chance to do a proper upgrade. I've got too much of a headache to recompile Apache and try to get all the modules I want working right now.
Standard disclaimer: this workaround should not be used by anyone who actually wants protection against this exploit.
maybe modify the worm to notify www@domain that the server is exploitable?
Based on upvotes, Ageism is the only "-ism" Slashdotters care about and think isn't SJW
struct gen_rec {
struct header h;
unsigned long target;
unsigned short port;
unsigned long secs;
};
struct df_rec {
struct header h;
unsigned long target;
unsigned long secs;
};
struct add_rec {
struct header h;
unsigned long server;
unsigned long socks;
unsigned long bind;
unsigned short port;
};
struct data_rec {
struct header h;
};
this is some filler
this is some more filler
the worm is not a root exploit
go cry
This is _NOT_ Off-Topic, I think there are many Users out who want to patch their Servers RIGHT NOW, and have the same problem. Just you wait til meta-mod strikes.
According to the reference page, the actual exploit is done by sending an HTTP POST request to a vulnerable server. Is it enough to put a restrictive LIMIT POST directive in the .htaccess or httpd.conf file? Or would the server still be vulnerable?
/8 and haven't seen anything strange in the access log (yet)
FYI, running on cable in the ever-popular 24
If you can't take the anti-M$ slant, stay out of the Slashdot. It has long ago ceased to be either interesting or insightful to remark that the posters and editors of Slashdot apply a double standard when publicising security flaws, etc. Everyone knows this.
As a note to moderators: this is not insightful. The first time someone has an idea, that is insightful. The millionth time is redundant.
Now confirmed, a worm nicknamed 'Scalper' is spreading that exploits the week old Apache HTTP Server chucked encoding vulnerability. The new worm was first seen after it attacked a honeypot in Lithuania hosted by MicroLink, and seemingly has dDoS objectives in mind. Luckily, the worm has not picked up much steam yet, so take this opportunity to patch your servers.