GLSA 200406-05: Apache: Buffer overflow in mod_ssl

Опасность:высокая
Заголовок:Apache: Buffer overflow in mod_ssl
Дата:09.06.2004
Ошибки: #51368
ID:200406-05

Сводка

A bug in mod_ssl may allow a remote attacker to execute remote code when Apache is configured a certain way.

Назначение

Apache is the most popular Web server on the Internet. mod_ssl provides Secure Sockets Layer encryption and authentication to Apache 1.3. Apache 2 contains the functionality of mod_ssl.

Уязвимые пакеты

Пакет Уязвимый Нетронутый Архитектура(ы)
net-www/mod_ssl < 2.8.18 >= 2.8.18 All supported architectures
www-servers/apache <= 2.0.49-r2 < 2.0 All supported architectures

Описание

A bug in the function ssl_util_uuencode_binary in ssl_util.c may lead to a remote buffer overflow on a server configured to use FakeBasicAuth that will trust a client certificate with an issuing CA with a subject DN longer than 6k.

Воздействие

Given the right server configuration, an attacker could cause a Denial of Service or execute code as the user running Apache, usually "apache". It is thought to be impossible to exploit this to execute code on the x86 platform, but the possibility for other platforms is unknown. This does not preclude a DoS on x86 systems.

Обход

A server should not be vulnerable if it is not configured to use FakeBasicAuth and to trust a client CA with a long subject DN.

Решение

Apache 1.x users should upgrade to the latest version of mod_ssl:

    # emerge sync

    # emerge -pv ">=net-www/mod_ssl-2.8.18"
    # emerge ">=net-www/mod_ssl-2.8.18"

Apache 2.x users should upgrade to the latest version of Apache:

# emerge sync # emerge -pv ">=www-servers/apache-2.0.49-r3" # emerge ">=www-servers/apache-2.0.49-r3"

Ссылки

Наличие

Этот GLSA и любые обновления для нее доступны для просмотра на сайте Gentoo Security: http://security.gentoo.org/glsa/glsa-200406-05.xml

Опасения?

Безопасность является одной из главных задач Gentoo Linux и первостепенное значение обеспечить конфиденциальность и безопасность машин наших пользователей. Любые соображения безопасности должны быть адресованы security@gentoo.org или в качестве альтернативы, вы можете сообщить об ошибке на https://bugs.gentoo.org.

Лицензия

Copyright 2010 Gentoo Foundation, Inc; текст ссылки принадлежит его владельцу(ам). Содержание этого документа распространяется на условиях лицензии Creative Commons - Attribution / Share Alike.

Спасибо!