[ Info ]CERT? Advisory CA-2002-17 Apache Web Server Chunk Handling Vulnerability



贊助商連結


repsol
2002-06-19, 10:35 AM
原始網站

http://www.cert.org/advisories/CA-2002-17.html



Original release date: June 17, 2002
Last revised: June 18, 2002
Source: CERT/CC

A complete revision history can be found at the end of this file


http://httpd.apache.org/info/security_bulletin_20020617.txt


Date: June 17, 2002
Last Updated: June 18, 2002, 14:21 (-0400)
Product: Apache Web Server
Versions: Apache 1.3 all versions including 1.3.24, Apache 2 all versions
up to 2.0.36, Apache 1.2 all versions 1.2.2 onwards.

Introduction:

While testing for Oracle vulnerabilities, Mark Litchfield discovered a
denial of service attack for Apache on Windows. Investigation by the
Apache Software Foundation showed that this issue has a wider scope, which
on some platforms results in a denial of service vulnerability, while on
some other platforms presents a potential a remote exploit vulnerability.

We were also notified today by ISS that they had published the same issue
which has forced the early release of this advisory.

The Common Vulnerabilities and Exposures project (cve.mitre.org) has
assigned the name CAN-2002-0392 to this issue.

Description:

Versions of the Apache web server up to and including 1.3.24 and 2.0 up to
and including 2.0.36 contain a bug in the routines which deal with invalid
requests which are encoded using chunked encoding. This bug can be triggered
remotely by sending a carefully crafted invalid request. This functionality
is enabled by default.

In most cases the outcome of the invalid request is that the child process
dealing with the request will terminate. At the least, this could help a
remote attacker launch a denial of service attack as the parent process
will eventually have to replace the terminated child process and starting
new children uses non-trivial amounts of resources.

On the Windows and Netware platforms, Apache runs one multithreaded child
process to service requests. The teardown and subsequent setup time to
replace the lost child process presents a significant interruption of
service. As the Windows and Netware ports create a new process and reread
the configuration, rather than fork a child process, this delay is much
more pronounced than on other platforms.

In Apache 2.0 the error condition is correctly detected, so it will not
allow an attacker to execure arbitrary code on the server. However
platforms could be using a multithreaded model of multiple concurrent
requests per child process (although the default preference remains
multiple processes with a single thread and request per process, and most
multithreaded models continue to create multiple child processes). Using
any multithreaded model, all concurrent requests currently served by the
affected child process will be lost.

In Apache 1.3 the issue causes a stack overflow. Due to the nature of the
overflow on 32-bit Unix platforms this will cause a segmentation violation
and the child will terminate. However on 64-bit platforms the overflow
can be controlled and so for platforms that store return addresses on the
stack it is likely that it is further exploitable. This could allow
arbitrary code to be run on the server as the user the Apache children are
set to run as. We have been made aware that Apache 1.3 on Windows is
exploitable in a similar way as well.

Users of Apache 1.3 should upgrade to 1.3.26, and users of Apache 2.0
should upgrade to 2.0.39, which contain a fix for this issue.

贊助商連結


kib83726
2002-06-21, 02:01 PM
apache 重大安全漏洞,中文的資料這邊有:
http://www.cert.org.tw/advisory/200206/TW-CA-2002-151.txt

FreeBSD 的 ports 已相對更新了。

阿 土
2002-06-21, 02:23 PM
前幾天看到時 , 已經幫站上換上新版的 1.3.26

PS : kib83726 是 "大南國小 FreeBSD 架站日誌" 的站長嗎 ?

PCZONE 是用 BSD 架設的 , 之前不太懂 BSD , 從您的網站教學獲益良多 !!

我還在大陸的某個 FreeBSD 網站發現有人把你的站 Mirror 過去並翻成 GB 簡體版供大陸朋友閱讀