Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Apple OS X malware outbreak could give UK firms a bad Hangover
· 5 Modem At Command Examples in Linux (How to Configure Minicom)
· CompatDB Updates 05/22/13
· Removing and Wiping Drivers Guide and more
· Windows Server 2012 Essentials SDK Installer 1.1
· Xbox One hardware and specs: 8-core CPU, 8GB RAM, 500GB hard drive and more
· Tim Cook: US-made Macs will be assembled in Texas
· Microsoft software satisfaction slumps
· Photos of Likely 802.11ac 'Gigabit Wi-Fi' Card From Next-Generation iMac Surface
· Mageia 3 released

Upcoming News
· [CentOS-announce] Release for CentOS-6.4 LiveCD and LiveDVD for i386 and x86_64
· [CentOS-announce] CEBA-2013:0854 CentOS 6 vte Update
· Shuttle OMNINAS KD20 @ techPowerUp
· What You Need To Know about the Xbox One @ ThinkComputers.org
· PQI Air Drive External Wireless Storage Device Product and Video Review
· PoINT Storage Manager 4.0 now available
· [CentOS-announce] CEEA-2013:0852 CentOS 5 rgmanager Update
· i-Mego Throne Gold Over Ear Headphones Review @ TestFreaks
· Xbox One: Entertainment Hub First, Gaming Console Second -- But Could It Disrupt TV?
· Star Wars: The Old Republic Gaming Mouse Review @ Madshrimps

Linux Compatibility
· Dell Dimension 9100
· CL-CAM50001 UPC=3700284609322
· DFE 520 TX
· nVidia GeForce4 MX 440
· Gore: Ultimate Soldier
· SMC2802W V2 wi-fi 54Mbps PCI card
· Wireless modem router N300
· Dell P780
· ASUS A7V8X
· BricsCAD for Linux

New Forum Topics
· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6427 views

· Laptop keyboard drank soda
by: Zenn
on: 2013-04-30 00:27
1 replies, 683 views

· connecting to to internet with ubuntu
by: Zenn
on: 2013-04-30 00:26
2 replies, 4545 views

· Need Linux-compatible PS/2 expansion card
by: Zenn
on: 2013-04-30 00:26
1 replies, 754 views

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1137 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » July 2009 » RHSA-2009:1164-01 Important: tomcat security update

RHSA-2009:1164-01 Important: tomcat security update

Posted by Bob on: 07/22/2009 03:05 AM [ Print | 0 comment(s) ]

A new update is available for Red Hat Enterprise Linux. Here the announcement:




-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

=====================================================================
Red Hat Security Advisory

Synopsis: Important: tomcat security update
Advisory ID: RHSA-2009:1164-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2009-1164.html
Issue date: 2009-07-21
Keywords: Security
CVE Names: CVE-2007-5333 CVE-2008-5515 CVE-2009-0033
CVE-2009-0580 CVE-2009-0781 CVE-2009-0783
=====================================================================

1. Summary:

Updated tomcat packages that fix several security issues are now available
for Red Hat Enterprise Linux 5.

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

2. Relevant releases/architectures:

Red Hat Enterprise Linux Desktop (v. 5 client) - i386, x86_64
RHEL Desktop Workstation (v. 5 client) - i386, x86_64
Red Hat Enterprise Linux (v. 5 server) - i386, ia64, ppc, s390x, x86_64

3. Description:

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-2007:0871 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)

A cross-site scripting (XSS) flaw was found in the examples calendar
application. With some web browsers, remote attackers could use this flaw
to inject arbitrary web script or HTML via the "time" parameter.
(CVE-2009-0781)

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.

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

5. Bugs fixed (http://bugzilla.redhat.com/):

427766 - CVE-2007-5333 Improve cookie parsing for tomcat5
489028 - CVE-2009-0781 tomcat: XSS in Apache Tomcat calendar application
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

6. Package List:

Red Hat Enterprise Linux Desktop (v. 5 client):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/tomcat5-5.5.23-0jpp.7.el5_3.2.src.rpm

i386:
tomcat5-debuginfo-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-jsp-2.0-api-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-servlet-2.4-api-5.5.23-0jpp.7.el5_3.2.i386.rpm

x86_64:
tomcat5-debuginfo-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-jsp-2.0-api-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-servlet-2.4-api-5.5.23-0jpp.7.el5_3.2.x86_64.rpm

RHEL Desktop Workstation (v. 5 client):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/tomcat5-5.5.23-0jpp.7.el5_3.2.src.rpm

i386:
tomcat5-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-admin-webapps-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-common-lib-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-debuginfo-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-jasper-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-jasper-javadoc-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-jsp-2.0-api-javadoc-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-server-lib-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-servlet-2.4-api-javadoc-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-webapps-5.5.23-0jpp.7.el5_3.2.i386.rpm

x86_64:
tomcat5-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-admin-webapps-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-common-lib-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-debuginfo-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-jasper-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-jasper-javadoc-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-jsp-2.0-api-javadoc-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-server-lib-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-servlet-2.4-api-javadoc-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-webapps-5.5.23-0jpp.7.el5_3.2.x86_64.rpm

Red Hat Enterprise Linux (v. 5 server):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/tomcat5-5.5.23-0jpp.7.el5_3.2.src.rpm

i386:
tomcat5-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-admin-webapps-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-common-lib-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-debuginfo-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-jasper-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-jasper-javadoc-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-jsp-2.0-api-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-jsp-2.0-api-javadoc-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-server-lib-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-servlet-2.4-api-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-servlet-2.4-api-javadoc-5.5.23-0jpp.7.el5_3.2.i386.rpm
tomcat5-webapps-5.5.23-0jpp.7.el5_3.2.i386.rpm

ia64:
tomcat5-5.5.23-0jpp.7.el5_3.2.ia64.rpm
tomcat5-admin-webapps-5.5.23-0jpp.7.el5_3.2.ia64.rpm
tomcat5-common-lib-5.5.23-0jpp.7.el5_3.2.ia64.rpm
tomcat5-debuginfo-5.5.23-0jpp.7.el5_3.2.ia64.rpm
tomcat5-jasper-5.5.23-0jpp.7.el5_3.2.ia64.rpm
tomcat5-jasper-javadoc-5.5.23-0jpp.7.el5_3.2.ia64.rpm
tomcat5-jsp-2.0-api-5.5.23-0jpp.7.el5_3.2.ia64.rpm
tomcat5-jsp-2.0-api-javadoc-5.5.23-0jpp.7.el5_3.2.ia64.rpm
tomcat5-server-lib-5.5.23-0jpp.7.el5_3.2.ia64.rpm
tomcat5-servlet-2.4-api-5.5.23-0jpp.7.el5_3.2.ia64.rpm
tomcat5-servlet-2.4-api-javadoc-5.5.23-0jpp.7.el5_3.2.ia64.rpm
tomcat5-webapps-5.5.23-0jpp.7.el5_3.2.ia64.rpm

ppc:
tomcat5-5.5.23-0jpp.7.el5_3.2.ppc.rpm
tomcat5-5.5.23-0jpp.7.el5_3.2.ppc64.rpm
tomcat5-admin-webapps-5.5.23-0jpp.7.el5_3.2.ppc.rpm
tomcat5-common-lib-5.5.23-0jpp.7.el5_3.2.ppc.rpm
tomcat5-debuginfo-5.5.23-0jpp.7.el5_3.2.ppc.rpm
tomcat5-debuginfo-5.5.23-0jpp.7.el5_3.2.ppc64.rpm
tomcat5-jasper-5.5.23-0jpp.7.el5_3.2.ppc.rpm
tomcat5-jasper-javadoc-5.5.23-0jpp.7.el5_3.2.ppc.rpm
tomcat5-jsp-2.0-api-5.5.23-0jpp.7.el5_3.2.ppc.rpm
tomcat5-jsp-2.0-api-javadoc-5.5.23-0jpp.7.el5_3.2.ppc.rpm
tomcat5-server-lib-5.5.23-0jpp.7.el5_3.2.ppc.rpm
tomcat5-servlet-2.4-api-5.5.23-0jpp.7.el5_3.2.ppc.rpm
tomcat5-servlet-2.4-api-javadoc-5.5.23-0jpp.7.el5_3.2.ppc.rpm
tomcat5-webapps-5.5.23-0jpp.7.el5_3.2.ppc.rpm

s390x:
tomcat5-5.5.23-0jpp.7.el5_3.2.s390x.rpm
tomcat5-admin-webapps-5.5.23-0jpp.7.el5_3.2.s390x.rpm
tomcat5-common-lib-5.5.23-0jpp.7.el5_3.2.s390x.rpm
tomcat5-debuginfo-5.5.23-0jpp.7.el5_3.2.s390x.rpm
tomcat5-jasper-5.5.23-0jpp.7.el5_3.2.s390x.rpm
tomcat5-jasper-javadoc-5.5.23-0jpp.7.el5_3.2.s390x.rpm
tomcat5-jsp-2.0-api-5.5.23-0jpp.7.el5_3.2.s390x.rpm
tomcat5-jsp-2.0-api-javadoc-5.5.23-0jpp.7.el5_3.2.s390x.rpm
tomcat5-server-lib-5.5.23-0jpp.7.el5_3.2.s390x.rpm
tomcat5-servlet-2.4-api-5.5.23-0jpp.7.el5_3.2.s390x.rpm
tomcat5-servlet-2.4-api-javadoc-5.5.23-0jpp.7.el5_3.2.s390x.rpm
tomcat5-webapps-5.5.23-0jpp.7.el5_3.2.s390x.rpm

x86_64:
tomcat5-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-admin-webapps-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-common-lib-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-debuginfo-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-jasper-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-jasper-javadoc-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-jsp-2.0-api-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-jsp-2.0-api-javadoc-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-server-lib-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-servlet-2.4-api-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-servlet-2.4-api-javadoc-5.5.23-0jpp.7.el5_3.2.x86_64.rpm
tomcat5-webapps-5.5.23-0jpp.7.el5_3.2.x86_64.rpm

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

7. References:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5333
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5515
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0033
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0580
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0781
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0783
http://tomcat.apache.org/security-5.html
http://www.redhat.com/security/updates/classification/#important

8. Contact:

The Red Hat security contact is lt;secalert@redhat.comgt;. More contact
details at https://www.redhat.com/security/team/contact/

Copyright 2009 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFKZmwkXlSAg2UNWIIRAuiZAKCl0RGKySFNZXzn2yP++DUeo8UV/wCfc/yd
gciYRj4h4oJ7znufBR/BjDk=
=wR3r
-----END PGP SIGNATURE-----


Bookmark and Share

« DSA 1813-2: New evolution-data-server packages fix regression · RHSA-2009:1163-01 Critical: seamonkey security update »

Linux Compatible » News » July 2009 » RHSA-2009:1164-01 Important: tomcat security update
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2013 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition