Lucene search

K
gentooGentoo FoundationGLSA-200403-04
HistoryMar 22, 2004 - 12:00 a.m.

Multiple security vulnerabilities in Apache 2

2004-03-2200:00:00
Gentoo Foundation
security.gentoo.org
15

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:N/I:N/A:P

0.016 Low

EPSS

Percentile

87.4%

Background

The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems. The goal of this project is to provide a secure, efficient and extensible server that provides services in tune with the current HTTP standards.

Description

Three vulnerabilities were found:

  1. A memory leak in ssl_engine_io.c for mod_ssl in Apache 2.0.48 and below allows remote attackers to cause a denial of service attack via plain HTTP requests to the SSL port of an SSL-enabled server.
  2. Apache fails to filter terminal escape sequences from error logs that begin with the ASCII (0x1B) sequence and are followed by a series of arguments. If a remote attacker could inject escape sequences into an Apache error log, the attacker could take advantages of weaknesses in various terminal emulators, launching attacks against remote users including further denial of service attacks, file modification, and the execution of arbitrary commands.
  3. The Apache mod_disk_cache has been found to be vulnerable to a weakness that allows attackers to gain access to authentication credentials through the issue of caching HTTP hop-by-hop headers which would contain plaintext user passwords. There is no available resolution for this issue yet.

Impact

No special privileges are required for these vulnerabilities. As a result, all users are recommended to upgrade their Apache installations.

Workaround

There is no immediate workaround; a software upgrade is required. There is no workaround for the mod_disk_cache issue; users are recommended to disable the feature on their servers until a patched version is released.

Resolution

Users are urged to upgrade to Apache 2.0.49:

 # emerge sync
 # emerge -pv ">=www-servers/apache-2.0.49"
 # emerge ">=www-servers/apache-2.0.49"
 
 # **IMPORTANT**
 
 # If you are migrating from Apache 2.0.48-r1 or earlier versions,
 # it is important that the following directories are removed.
 
 # The following commands should cause no data loss since these
 # are symbolic links.
 
 # rm /etc/apache2/lib /etc/apache2/logs /etc/apache2/modules
 # rm /etc/apache2/modules
 
 # ****** ** **
 
 # **ALSO NOTE**
 
 # Users who use mod_disk_cache should edit their Apache
 # configuration and disable mod_disk_cache.
OSVersionArchitecturePackageVersionFilename
Gentooanyallwww-servers/apache<= 2.0.48UNKNOWN

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:N/I:N/A:P

0.016 Low

EPSS

Percentile

87.4%