SUSE 5020 Published by

Apache security updates are available for openSUSE and SUSE Enterprise



[security-announce] openSUSE-SU-2011:1217-1: important: apache2: Fixed several security issues
openSUSE Security Update: apache2: Fixed several security issues
______________________________________________________________________________

Announcement ID: openSUSE-SU-2011:1217-1
Rating: important
References: #713966 #719236 #722545
Cross-References: CVE-2011-3192
Affected Products:
openSUSE 11.4
openSUSE 11.3
______________________________________________________________________________

An update that solves one vulnerability and has two fixes
is now available.

Description:

This update fixes several security issues in the Apache
webserver.

The patch for the ByteRange remote denial of service attack
(CVE-2011-3192) was refined and the configuration options
used by upstream were added. Introduce new config option:
Allow MaxRanges Number of ranges requested, if exceeded,
the complete content is served. default: 200 0|unlimited:
unlimited none: Range headers are ignored. This option is a
backport from 2.2.21.

Also fixed: CVE-2011-3348: Denial of service in proxy_ajp
when using a undefined method.

CVE-2011-3368: Exposure of internal servers via reverse
proxy methods with mod_proxy enabled and incorrect Rewrite
or Proxy Rules.


Patch Instructions:

To install this openSUSE Security Update use YaST online_update.
Alternatively you can run the command listed for your product:

- openSUSE 11.4:

zypper in -t patch apache2-5347

- openSUSE 11.3:

zypper in -t patch apache2-5347

To bring your system up-to-date, use "zypper patch".


Package List:

- openSUSE 11.4 (i586 x86_64):

apache2-2.2.17-4.9.1
apache2-devel-2.2.17-4.9.1
apache2-example-certificates-2.2.17-4.9.1
apache2-example-pages-2.2.17-4.9.1
apache2-itk-2.2.17-4.9.1
apache2-prefork-2.2.17-4.9.1
apache2-utils-2.2.17-4.9.1
apache2-worker-2.2.17-4.9.1

- openSUSE 11.4 (noarch):

apache2-doc-2.2.17-4.9.1

- openSUSE 11.3 (i586 x86_64):

apache2-2.2.15-4.7.1
apache2-devel-2.2.15-4.7.1
apache2-example-certificates-2.2.15-4.7.1
apache2-example-pages-2.2.15-4.7.1
apache2-itk-2.2.15-4.7.1
apache2-prefork-2.2.15-4.7.1
apache2-utils-2.2.15-4.7.1
apache2-worker-2.2.15-4.7.1

- openSUSE 11.3 (noarch):

apache2-doc-2.2.15-4.7.1


References:

http://support.novell.com/security/cve/CVE-2011-3192.html
https://bugzilla.novell.com/713966
https://bugzilla.novell.com/719236
https://bugzilla.novell.com/722545


[security-announce] SUSE-SU-2011:1216-1: important: Security update for Apache 2
SUSE Security Update: Security update for Apache 2
______________________________________________________________________________

Announcement ID: SUSE-SU-2011:1216-1
Rating: important
References: #555098 #627030 #661597 #663359 #690734 #713966

Cross-References: CVE-2011-3192
Affected Products:
SUSE Linux Enterprise Server 10 SP2
______________________________________________________________________________

An update that solves one vulnerability and has 5 fixes is
now available.

Description:


This update fixes a remote denial of service bug (memory
exhaustion) in the Apache 2 HTTP server, that could be
triggered by remote attackers using multiple overlapping
Request Ranges . (CVE-2011-3192)

The fix introduces a new config option: Allow MaxRanges
Number of ranges requested, if exceeded, the complete
content is served. default: 200 0|unlimited: unlimited
none: Range headers are ignored. (This option is a backport
from 2.2.21.)

It fixes also the minor security issue in the mod_cache
modules in the Apache HTTP Server that allowed remote
attackers to cause a denial of service (process crash) via
a request that lacks a path. (CVE-2010-1452)

It also fixes some non-security bugs: - take
LimitRequestFieldsize config option into account when
parsing headers from backend. Thereby avoid that the
receiving buffers are too small. bnc#690734. - add / when
on a directory to feed correctly linked listings.
bnc#661597 - a2enmod shalt not disable a module in query
mode. bnc#663359 - New option SSLRenegBufferSize fixes
"413 Request Entity Too Large occur" problem. - fixes
graceful restart hangs, bnc#555098.

Security Issues:

* CVE-2011-3192


Indications:

Please install this update.


Package List:

- SUSE Linux Enterprise Server 10 SP2 (i586 s390x x86_64):

apache2-2.2.3-16.25.40
apache2-devel-2.2.3-16.25.40
apache2-doc-2.2.3-16.25.40
apache2-example-pages-2.2.3-16.25.40
apache2-prefork-2.2.3-16.25.40
apache2-worker-2.2.3-16.25.40


References:

http://support.novell.com/security/cve/CVE-2011-3192.html
https://bugzilla.novell.com/555098
https://bugzilla.novell.com/627030
https://bugzilla.novell.com/661597
https://bugzilla.novell.com/663359
https://bugzilla.novell.com/690734
https://bugzilla.novell.com/713966
http://download.novell.com/patch/finder/?keywords=5e275ea53de9c9e1156fe626e80e6066

[security-announce] SUSE-SU-2011:1215-1: important: Security update for Apache2
SUSE Security Update: Security update for Apache2
______________________________________________________________________________

Announcement ID: SUSE-SU-2011:1215-1
Rating: important
References: #688472 #693479 #713966 #719236 #722545
Cross-References: CVE-2011-3192
Affected Products:
SUSE Linux Enterprise Software Development Kit 11 SP1
SUSE Linux Enterprise Server 11 SP1 for VMware
SUSE Linux Enterprise Server 11 SP1
______________________________________________________________________________

An update that solves one vulnerability and has four fixes
is now available. It includes one version update.

Description:


This update brings Apache to version 2.2.12.

The main reason is the enablement of the Server Name
Indication (SNI) that allows several SSL-enabled domains
on one IP address (FATE#311973). See the
SSLStrictSNIVHostCheck directive as documented in
/usr/share/apache2/manual/mod/mod_ssl.html.en

Also the patch for the ByteRange remote denial of service
attack (CVE-2011-3192) was refined and the configuration
options used by upstream were added.

Introduce new config option: Allow MaxRanges Number of
ranges requested, if exceeded, the complete content is
served. default: 200 0|unlimited: unlimited none: Range
headers are ignored. This option is a backport from 2.2.21.

Also fixed were

* CVE-2011-3348: Denial of service in proxy_ajp when
using a undefined method.
* CVE-2011-3368: Exposure of internal servers via
reverse proxy methods with mod_proxy enabled and incorrect
Rewrite or Proxy Rules.

This update also includes a newer
apache2-vhost-ssl.template, which disables SSLv2, and
allows SSLv3 and strong ciphers only. Please note that
existing vhosts will not be converted.

Security Issue references:

* CVE-2011-3192


Indications:

Please install this update.

Patch Instructions:

To install this SUSE Security Update use YaST online_update.
Alternatively you can run the command listed for your product:

- SUSE Linux Enterprise Software Development Kit 11 SP1:

zypper in -t patch sdksp1-apache2-5344

- SUSE Linux Enterprise Server 11 SP1 for VMware:

zypper in -t patch slessp1-apache2-5344

- SUSE Linux Enterprise Server 11 SP1:

zypper in -t patch slessp1-apache2-5344

To bring your system up-to-date, use "zypper patch".


Package List:

- SUSE Linux Enterprise Software Development Kit 11 SP1 (i586 ia64 ppc64 s390x x86_64) [New Version: 2.2.12]:

apache2-devel-2.2.12-1.18.1

- SUSE Linux Enterprise Software Development Kit 11 SP1 (i586 x86_64) [New Version: 2.2.12]:

apache2-2.2.12-1.18.1
apache2-doc-2.2.12-1.18.1
apache2-example-pages-2.2.12-1.18.1
apache2-prefork-2.2.12-1.18.1
apache2-utils-2.2.12-1.18.1
apache2-worker-2.2.12-1.18.1

- SUSE Linux Enterprise Server 11 SP1 for VMware (i586 x86_64) [New Version: 2.2.12]:

apache2-2.2.12-1.18.1
apache2-doc-2.2.12-1.18.1
apache2-example-pages-2.2.12-1.18.1
apache2-prefork-2.2.12-1.18.1
apache2-utils-2.2.12-1.18.1
apache2-worker-2.2.12-1.18.1

- SUSE Linux Enterprise Server 11 SP1 (i586 ia64 ppc64 s390x x86_64) [New Version: 2.2.12]:

apache2-2.2.12-1.18.1
apache2-doc-2.2.12-1.18.1
apache2-example-pages-2.2.12-1.18.1
apache2-prefork-2.2.12-1.18.1
apache2-utils-2.2.12-1.18.1
apache2-worker-2.2.12-1.18.1


References:

http://support.novell.com/security/cve/CVE-2011-3192.html
https://bugzilla.novell.com/688472
https://bugzilla.novell.com/693479
https://bugzilla.novell.com/713966
https://bugzilla.novell.com/719236
https://bugzilla.novell.com/722545
http://download.novell.com/patch/finder/?keywords=274b1ea87316767c995b46d30d848997