9742 : Apache HTTP Server mod_ssl char_buffer_read Function Reverse Proxy DoS
Printer | http://osvdb.org/9742 | Email This | Edit Vulnerability

Views This Week

2

Views All Time

101

Info

Last Modified

5 months ago

Percent Complete

100%

Disclosure

Sep 02, 2004

Discovery

Unknown

Dates

Exploit

Sep 11, 2004

Solution

Unknown

Description

Apache contains a flaw that may allow a remote denial of service. The issue is triggered when a remote attacker aborts an SSL connection in a particular state causing an infinite loop to occur. The flaw occurs in ssl_engine_io.c when using a RewriteRule to do reverse proxying to an SSL server.

Classification

Location: Remote/Network Access Required
Attack Type: Denial of Service
Impact: Loss of Availability
Exploit: Exploit Available
Disclosure: OSVDB Verified

Solution

Currently, there are no known upgrades or patches to correct this issue. It is possible to correct the flaw by implementing the following workaround:

1. Disable mod_ssl in your Apache configuration file.

2. If your running one of the Redhat Enterprise Operating Systems, you can apply an appropriate RPM from: RHSA link above.

3. There's a workaround available from CVS. It has not been tested and should be considered unstable:

--- httpd-2.0/modules/ssl/ssl_engine_io.c 2004/07/13 18:11:22 1.124
+++ httpd-2.0/modules/ssl/ssl_engine_io.c 2004/08/11 13:19:24 1.125
@@ -589,6 +589,10 @@
while (1) {

if (!inctx->filter_ctx->pssl) {
+ /* Ensure a non-zero error code is returned */
+ if (inctx->rc == APR_SUCCESS) {
+ inctx->rc = APR_EGENERAL;
+ }
break;
}

Products

Apache Software Foundation
Watch-list
Apache-SSL
Watch-list
2.0.50

References

Tools & Filters

Nessus

14667 14736 14748 14752 14766 15898

Credit

  • Francis Wai - fwaiBrand New Doo Doorsasecurity.com -
  • Keil Hartmut -
  • M. "Alex" Hankins - lxhankins002Brand New Doo Doofastmail.fm -

Blogs

None found at this time

Comments

No Comments.

DONATE NOW!

User Status

Quick Searches

Advertisements

The database information may change without any notice. Use of the information constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. In no event shall the copyright holder or distributor (OSVDB or OSF) be held liable for any damages whatsoever arising out of or in connection with the use or spread of this information.

© Copyright 2008 Open Source Vulnerability Database (OSVDB), All Rights Reserved.
Privacy Statement - Terms of Use