From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- metadata/glsa/glsa-200406-05.xml | 79 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 metadata/glsa/glsa-200406-05.xml (limited to 'metadata/glsa/glsa-200406-05.xml') diff --git a/metadata/glsa/glsa-200406-05.xml b/metadata/glsa/glsa-200406-05.xml new file mode 100644 index 000000000000..56b1153397cd --- /dev/null +++ b/metadata/glsa/glsa-200406-05.xml @@ -0,0 +1,79 @@ + + + + Apache: Buffer overflow in mod_ssl + + A bug in mod_ssl may allow a remote attacker to execute remote code when + Apache is configured a certain way. + + Apache + 2004-06-09 + 2007-12-30: 03 + 51368 + remote + + + 2.8.18 + 2.8.18 + + + 2.0 + 2.0.49-r3 + 2.0.49-r2 + + + +

+ 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. +

+
+ +

+ 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" +
+ + CAN-2004-0488 + + + dmargoli + +
-- cgit v1.2.3