From db42e0701b5b8016d29517355e89215261a9ae10 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Mon, 8 Mar 2004 12:56:20 +0000 Subject: [PATCH] Add recent Apache 1.3 and 2.0 issues. --- security/vuxml/vuln.xml | 69 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index cf64cc554e75..0bda5a95ac0e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,73 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. "http://www.vuxml.org/dtd/vuxml-1/vuxml-10.dtd"> + + Apache 1.3 IP address access control failure on some 64-bit + platforms + + + apache + apache+ipv6 + apache+ssl + apache+mod_ssl + 1.3.30 + + + + +

Henning Brauer discovered a programming error in Apache + 1.3's mod_access that results in the netmasks in IP address + access control rules being interpreted incorrectly on + 64-bit, big-endian platforms. In some cases, this could + cause a `deny from' IP address access control rule including + a netmask to fail.

+ +
+ + CAN-2003-0993 + http://cvs.apache.org/viewcvs.cgi/apache-1.3/src/modules/standard/mod_access.c?r1=1.46&r2=1.47 + http://www.apacheweek.com/features/security-13 + http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23850 + http://marc.theaimsgroup.com/?l=apache-cvs&m=107869603013722 + + + 2004-03-07 + 2004-03-08 + +
+ + + Apache 2 mod_ssl denial-of-service + + + apache + 2.0apache-2.0.48_3 + + + + +

Jon Orton reports a memory leak in Apache 2's mod_ssl. + A remote attacker may issue HTTP requests on an HTTPS + port, causing an error. Due to a bug in processing this + condition, memory associated with the connection is + not freed. Repeated requests can result in consuming + all available memory resources, probably resulting in + termination of the Apache process.

+ +
+ + CAN-2004-0113 + http://www.apacheweek.com/features/security-20 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.100.2.11&r2=1.100.2.12 + http://marc.theaimsgroup.com/?l=apache-cvs&m=107869699329638 + http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27106 + + + 2004-02-20 + 2004-03-08 + +
+ mpg123 vulnerabilities @@ -56,7 +123,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2003-01-16 - 2004-03-08 + 2004-03-07