Security Advisory Important: tomcat security update

Advisory: RHSA-2009:1563-1
Type: Security Advisory
Severity: Important
Issued on: 2009-11-09
Last updated on: 2009-11-09
Affected Products: Developer Suite v3 EL4
OVAL: N/A
CVEs (cve.mitre.org): CVE-2007-5333
CVE-2008-5515
CVE-2009-0033
CVE-2009-0580
CVE-2009-0783

Details

Updated tomcat packages that fix several security issues are now available
for Red Hat Developer Suite 3.

This update has been rated as having important security impact by the Red
Hat Security Response Team.

Apache Tomcat is a servlet container for the Java Servlet and JavaServer
Pages (JSP) technologies.

It was discovered that the Red Hat Security Advisory RHSA-2008:0195 did not
address all possible flaws in the way Tomcat handles certain characters and
character sequences in cookie values. A remote attacker could use this flaw
to obtain sensitive information, such as session IDs, and then use this
information for session hijacking attacks. (CVE-2007-5333)

Note: The fix for the CVE-2007-5333 flaw changes the default cookie
processing behavior: With this update, version 0 cookies that contain
values that must be quoted to be valid are automatically changed to version
1 cookies. To reactivate the previous, but insecure behavior, add the
following entry to the "/etc/tomcat5/catalina.properties" file:

org.apache.tomcat.util.http.ServerCookie.VERSION_SWITCH=false

It was discovered that request dispatchers did not properly normalize user
requests that have trailing query strings, allowing remote attackers to
send specially-crafted requests that would cause an information leak.
(CVE-2008-5515)

A flaw was found in the way the Tomcat AJP (Apache JServ Protocol)
connector processes AJP connections. An attacker could use this flaw to
send specially-crafted requests that would cause a temporary denial of
service. (CVE-2009-0033)

It was discovered that the error checking methods of certain authentication
classes did not have sufficient error checking, allowing remote attackers
to enumerate (via brute force methods) usernames registered with
applications running on Tomcat when FORM-based authentication was used.
(CVE-2009-0580)

It was discovered that web applications containing their own XML parsers
could replace the XML parser Tomcat uses to parse configuration files. A
malicious web application running on a Tomcat instance could read or,
potentially, modify the configuration and XML-based data of other web
applications deployed on the same Tomcat instance. (CVE-2009-0783)

Users of Tomcat should upgrade to these updated packages, which contain
backported patches to resolve these issues. Tomcat must be restarted for
this update to take effect.


Solution

Before applying this update, make sure that all previously-released
errata relevant to your system have been applied.

This update is available via Red Hat Network. Details on how to use
the Red Hat Network to apply this update are available at
http://kbase.redhat.com/faq/docs/DOC-11259

Updated packages

Developer Suite v3 EL4

IA-32:
tomcat5-5.5.23-0jpp_18rh.noarch.rpm     82c32ca5ebfae9e597397a26f61420ef
tomcat5-common-lib-5.5.23-0jpp_18rh.noarch.rpm     519ae5b2bd1d800c4bf9935b39b21869
tomcat5-jasper-5.5.23-0jpp_18rh.noarch.rpm     cecd03cfa2fea4f150e9d738916ceb94
tomcat5-jsp-2.0-api-5.5.23-0jpp_18rh.noarch.rpm     f94da024504b8d5411f64c10888b54ad
tomcat5-server-lib-5.5.23-0jpp_18rh.noarch.rpm     cfd32e6082942c1f867c1c1a336cd639
tomcat5-servlet-2.4-api-5.5.23-0jpp_18rh.noarch.rpm     56d3a703e7f39bf0329f484c791e1c5c
 
IA-64:
tomcat5-5.5.23-0jpp_18rh.noarch.rpm     82c32ca5ebfae9e597397a26f61420ef
tomcat5-common-lib-5.5.23-0jpp_18rh.noarch.rpm     519ae5b2bd1d800c4bf9935b39b21869
tomcat5-jasper-5.5.23-0jpp_18rh.noarch.rpm     cecd03cfa2fea4f150e9d738916ceb94
tomcat5-jsp-2.0-api-5.5.23-0jpp_18rh.noarch.rpm     f94da024504b8d5411f64c10888b54ad
tomcat5-server-lib-5.5.23-0jpp_18rh.noarch.rpm     cfd32e6082942c1f867c1c1a336cd639
tomcat5-servlet-2.4-api-5.5.23-0jpp_18rh.noarch.rpm     56d3a703e7f39bf0329f484c791e1c5c
 
PPC:
tomcat5-5.5.23-0jpp_18rh.noarch.rpm     82c32ca5ebfae9e597397a26f61420ef
tomcat5-common-lib-5.5.23-0jpp_18rh.noarch.rpm     519ae5b2bd1d800c4bf9935b39b21869
tomcat5-jasper-5.5.23-0jpp_18rh.noarch.rpm     cecd03cfa2fea4f150e9d738916ceb94
tomcat5-jsp-2.0-api-5.5.23-0jpp_18rh.noarch.rpm     f94da024504b8d5411f64c10888b54ad
tomcat5-server-lib-5.5.23-0jpp_18rh.noarch.rpm     cfd32e6082942c1f867c1c1a336cd639
tomcat5-servlet-2.4-api-5.5.23-0jpp_18rh.noarch.rpm     56d3a703e7f39bf0329f484c791e1c5c
 
x86_64:
tomcat5-5.5.23-0jpp_18rh.noarch.rpm     82c32ca5ebfae9e597397a26f61420ef
tomcat5-common-lib-5.5.23-0jpp_18rh.noarch.rpm     519ae5b2bd1d800c4bf9935b39b21869
tomcat5-jasper-5.5.23-0jpp_18rh.noarch.rpm     cecd03cfa2fea4f150e9d738916ceb94
tomcat5-jsp-2.0-api-5.5.23-0jpp_18rh.noarch.rpm     f94da024504b8d5411f64c10888b54ad
tomcat5-server-lib-5.5.23-0jpp_18rh.noarch.rpm     cfd32e6082942c1f867c1c1a336cd639
tomcat5-servlet-2.4-api-5.5.23-0jpp_18rh.noarch.rpm     56d3a703e7f39bf0329f484c791e1c5c
 
(The unlinked packages above are only available from the Red Hat Network)

Bugs fixed (see bugzilla for more information)

427766 - CVE-2007-5333 Improve cookie parsing for tomcat5
493381 - CVE-2009-0033 tomcat6 Denial-Of-Service with AJP connection
503978 - CVE-2009-0580 tomcat6 Information disclosure in authentication classes
504153 - CVE-2009-0783 tomcat XML parser information disclosure
504753 - CVE-2008-5515 tomcat request dispatcher information disclosure vulnerability


References



These packages are GPG signed by Red Hat for security. Our key and details on how to verify the signature are available from:
https://www.redhat.com/security/team/key/#package

The Red Hat security contact is secalert@redhat.com. More contact details at http://www.redhat.com/security/team/contact/