Search Members Help

» Welcome Guest
[ Log In :: Register ]

Page 1 of 212>>

[ Track This Topic :: Email This Topic :: Print this topic ]

reply to topic new topic new poll
Topic: Apache Buffer Overflow, Get the fix< Next Oldest | Next Newest >
 Post Number: 1
Wiley Search for posts by this member.
©0®ÞØ®4+3 whØ®3
Avatar



Group: Members
Posts: 1268
Joined: Oct. 2001
PostIcon Posted on: Jun. 21 2002,02:33  Skip to the next post in this topic. Ignore posts   QUOTE

To Eliminate the Apache Chunked Vulnerability From Your Systems:
The Apache Software Foundation has released versions 1.3.26 and 2.0.39 to address and fix this issue. You may download this patched versions from:
http://www.apache.org/dist/httpd/

just a FYI for you Webmasters who haven't seen the light and moved to IIS.
Offline
Top of Page Profile Contact Info WEB 
 Post Number: 2
incubus Search for posts by this member.
mack daddy
Avatar



Group: Admins
Posts: 1316
Joined: May 2000
PostIcon Posted on: Jun. 24 2002,17:01 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Quote (Wiley @ 20 June 2002,18:33)
just a FYI for you Webmasters who haven't seen the light and moved to IIS.

... must ... not ... be ... trolled ... </strain>

--------------
Quit your  job.  Start  a fight. Prove you're alive.  If you  don't claim  your
humanity  you will become a statistic.  You have been warned ....... Tyler
Offline
Top of Page Profile Contact Info WEB 
 Post Number: 3
RadioActive Search for posts by this member.
BioHZRD
Avatar



Group: Members
Posts: 483
Joined: Jan. 2002
PostIcon Posted on: Jun. 24 2002,19:00 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Quote (Wiley @ 20 June 2002,21:33)
just a FYI for you Webmasters who haven't seen the light and moved to IIS.

too bad that light is a freight train coming straight at you

--------------
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
                                        -Albert Einstein
Offline
Top of Page Profile Contact Info 
 Post Number: 4
Wiley Search for posts by this member.
©0®ÞØ®4+3 whØ®3
Avatar



Group: Members
Posts: 1268
Joined: Oct. 2001
PostIcon Posted on: Jun. 24 2002,19:09 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

:p
Offline
Top of Page Profile Contact Info WEB 
 Post Number: 5
Dysorderia Search for posts by this member.
Kryten 2X4B 523P




Group: Members
Posts: 1061
Joined: Jul. 2000
PostIcon Posted on: Jun. 25 2002,01:20 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Quote (F.U.C.K @ my mailbox)
Subj: [FUCK] Apache bug - workaround found
Date: 6/22/02 3:18:14 PM Pacific Daylight Time
From: shaddack@ns.arachne.cz
Sender: owner-fuck@attrition.org
Reply-to: shaddack@ns.arachne.cz
To: fuck@attrition.org, shaddack@arachne.cz



As you probably already know, there was a security hole discovered in
Apache webserver, up to the newest versions. (The newest newest version
with the hole patched was just released, I am figuring out how to
configure it to work without breaking any of the add-ons we need.)

The hole allows crashing the server subprocess (harmless, though a
possible denial-of-service), and possibly even running arbitrary code with
the server rights (very dangerous, can be exploited for hacking the
machine).

I just found a way to neuter that bug. It is dependent on telling the
server to handle the incoming data encoding as "chunked", then telling the
server invalid size of the chunk. Transfer encoding "chunked" is almost
never used, except very few special cases outside of our current scope of
interest.

The value of the "Transfer-encoding:" header is compared with the string
"chunked", which is stored somewhere in the binary file of the weserver
program. Before comparison, leading and trailing spaces are stripped from
the value. My method involves finding the string "chunked" in the binary
file, and overwriting it with any hexadecimal editor to the value
"       ", or seven spaces. This causes the server to never be able to
evaluate any transfer encoding header as chunked, thus disabling the
problematic function. As we will never use it anyway, it should cause no
problem. However, any attacker attempting to exploit this hole will knock
to nonexistent door.

I just tested the solution and submitted it Bugtraq, a must-read list for
security professionals. It is very very simple, should work across the
platforms and versions, and doesn't require anything other than a
hexeditor to be implemented, so could make me pretty popular. Anyway, we
will see the reactions... :)
baaa.gif

--------------
Sir? May I recommend I load myself into the reverse-thrust tubes and you use my body as decoy-fodder? This will, of course leave me splattered across deep space and unable to complete today's laundry, for which I apologise in advance.

[url=http://www.kr1cket.com]www.kr1cket.com[/url]
Offline
Top of Page Profile Contact Info WEB 
 Post Number: 6
Beldurin Search for posts by this member.
Mayor of Detnet
Avatar



Group: Members
Posts: 1242
Joined: Aug. 2001
PostIcon Posted on: Jun. 25 2002,02:45 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

:01-->
Quote (incubus @ 24 June 2002,11:01)
[quote=Wiley,20 June 2002,18:33]just a FYI for you Webmasters who haven't seen the light and moved to IIS.

... must ... not ... be ... trolled ... </strain>[/quote]
I think we've resisted quite nicely!  But, having worked with both, I must say in IIS' favor, it's a much easier point-and-click system than Apache.  You know, for all of those so-called web server admins who actually don't know their ass from port 80 and so couldn't handle Apache... :p  :p

Edited by Beldurin on Jan. 01 1970,01:00

--------------
If someone's ungrateful and you tell him he's ungrateful, okay, you've called him a name.  You haven't solved anything.  -- zen and the art of motorcycle maintenance
Offline
Top of Page Profile Contact Info WEB 
 Post Number: 7
Bob_the_Cannibal Search for posts by this member.
Anonymous Coward
Avatar



Group: Members
Posts: 313
Joined: Feb. 2002
PostIcon Posted on: Jun. 25 2002,03:13 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

IIS :: apache : AOL :: any other ISP
Offline
Top of Page Profile Contact Info 
 Post Number: 8
Wiley Search for posts by this member.
©0®ÞØ®4+3 whØ®3
Avatar



Group: Members
Posts: 1268
Joined: Oct. 2001
PostIcon Posted on: Jun. 25 2002,05:47 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

What's a port 80?
Offline
Top of Page Profile Contact Info WEB 
 Post Number: 9
Beldurin Search for posts by this member.
Mayor of Detnet
Avatar



Group: Members
Posts: 1242
Joined: Aug. 2001
PostIcon Posted on: Jun. 25 2002,06:09 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Quote (Wiley @ 24 June 2002,23:47)
What's a port 80?

rofl dude, you just cracked my shit up...I so did not expect that!   :D

just about fell out of my damn chair...

--------------
If someone's ungrateful and you tell him he's ungrateful, okay, you've called him a name.  You haven't solved anything.  -- zen and the art of motorcycle maintenance
Offline
Top of Page Profile Contact Info WEB 
 Post Number: 10
Wiley Search for posts by this member.
©0®ÞØ®4+3 whØ®3
Avatar



Group: Members
Posts: 1268
Joined: Oct. 2001
PostIcon Posted on: Jun. 25 2002,16:49 Skip to the previous post in this topic.  Ignore posts   QUOTE

I'm still waiting for somebody to jump in with the whole "I'm studying CIS at such and such school and I know a lot about computers and so let me tell you all about what port 80 is because you are a stupid n00bie who doesn't know all the computers stuffs that I know because I am in my first semester of studying it in school" Isn't that guy due to jump into this thread about now and flame me?
Offline
Top of Page Profile Contact Info WEB 
10 replies since Jun. 21 2002,02:33 < Next Oldest | Next Newest >

[ Track This Topic :: Email This Topic :: Print this topic ]


Page 1 of 212>>
reply to topic new topic new poll

» Quick Reply Apache Buffer Overflow
iB Code Buttons
You are posting as:

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code