—–BEGIN PGP SIGNED MESSAGE—–
Hash: SHA1
Liebe Kolleginnen und Kollegen,
soeben erreichte uns nachfolgendes RedHat Security Advisory. Wir geben
diese Informationen unveraendert an Sie weiter.
CVE-2009-0033 – Denial of Service Schwachstelle im Apache Tomcat Java
AJP Connector
Empfaengt Apache Tomcat einen (HTTP) Request mit einem ungueltigen
Header, wird die Verbindung zum Java AJP Connector geschlossen. Falls
der Connector vom Modul mod_jk stammt, wird der Connector in einen
Fehlerzustand versetzt und die weitere Verwendung fuer ca. eine Minute
blockiert. Entfernte Angreifer koennen dieses Verhalten zu einem Denial
of Service Angriff ausnutzen, indem sie wiederholt Requests mit
ungueltigen Header stellen und so alle Connectors aufbrauchen.
CVE-2009-0783 – Preisgabe von Informationen durch alternative XML Parser
in Apache Tomcat
Apache Tomcat erlaubt es einer Web-Anwendung, einen anderen XML-Parser
als den Tomcat Default (Xerces) zu verwenden. Beim Laden des
XML-Parsers gibt es jedoch eine Schwachstelle, die es der
Web-Anwendung mit dem alternativen Parser erlaubt, die web.xml,
context.xml und tld Dateien anderer Webanwendungen auf dem Server zu
lesen oder zu aendern. Dies kann ein Angreifer ausnutzen, falls er eine
Web-Anwendung auf dem Server installieren darf und dafuer sorgen kann,
dass seine Anwendung vor der Anwendung geladen wird, deren Dateien
ausgespaeht bzw. geaendert werden sollen.
CVE-2007-5333 – Quoting Fehler bzgl. Backslashes in Cookies in Apache
Tomcat
Apache Tomcat in den Versionen 6.0.0 – 6.0.13, 5.5.0 – 5.5.24, 5.0.0 –
5.0.30, 4.1.0 – 4.1.36 und 3.3 – 3.3.2 verarbeitet die Sequenz \”
(Backslash gefolgt von einem doppelten Anfuehrungszeichen) innerhalb
von Cookies nicht korrekt. Dadurch kann evtl. vertrauliche Information
an Angreifer gelangen, wie z.B. Session IDs.
CVE-2008-5515 – Directory Traversal Schwachstelle im Apache Tomcat
RequestDispatcher
Verwendet Apache Tomcat die RequestDispatcher() Funktion, wird der
Pfadname eines Requests von einem relativen Pfad in einen absoluten
Pfad umgewandelt (“normalisiert”), bevor der Query String von
enthaltenen Metazeichen gefiltert wird. Dies erlaubt entfernten
Angreifern Zugriff auf sonst geschuetzte Resourcen zuzugreifen, indem
sie im Request Pfadnamen mit Metazeichen (z. B. “..”) und dem WEB-INF
Verzeichnis angeben.
CVE-2009-0781 – Cross-site Scripting im Apache Tomcat Beispielkalender
In der Kalender Applikation aus den Apache Tomcat Beispielen wird in
jsp/cal/cal2.jsp der “time” Parameter nicht ausreichend von evtl.
enthaltenem JavaScript oder HTML-Code gesaeubert. Angreifer koennen
diese Schwachstelle ueber das Netz dazu ausnutzen, beliebigen
Scriptcode im Browser anderer Benutzer auszufuehren (Cross-site Scripting).
CVE-2009-0580 – Unsichere Fehlerbehandlung in Apache Tomcat MemoryRealm,
DataSourceRealm und JDBCRealm
In den Apache Tomcat MemoryRealm, DataSourceRealm und JDBCRealm
Authentication Realms wird der Benutzername in der Fehlermeldung
ausgegeben, wenn das Passwort als ungueltiger URL codiert wurde und
FORM Authentifikation verwendet wird. Angreifer koennen diese
Schwachstelle ueber das Netz dazu ausnutzen, die verwendeten
Nutzernamen herauszufinden.
Betroffen sind die folgenden Software Pakete und Plattformen:
Paket tomcat
Red Hat Application Server v2 4AS – noarch
Red Hat Application Server v2 4ES – noarch
Red Hat Application Server v2 4WS – noarch
Vom Hersteller werden ueberarbeitete Pakete zur Verfuegung gestellt.
Hersteller Advisory:
https://rhn.redhat.com/errata/RHSA-2009-1562.html
(c) der deutschen Zusammenfassung bei DFN-CERT Services GmbH; die
Verbreitung, auch auszugsweise, ist nur unter Hinweis auf den Urheber,
DFN-CERT Services GmbH, und nur zu nicht kommerziellen Zwecken
gestattet.
Mit freundlichen Gruessen,
Torsten Voss
– —
Dipl.-Ing.(FH) Torsten Voss (Incident Response Team)
DFN-CERT Services GmbH, https://www.dfn-cert.de, Phone +49 40 808077-555
Sitz / Register: Hamburg, AG Hamburg, HRB 88805, Ust-IdNr.: DE 232129737
Sachsenstrasse 5, 20097 Hamburg/Germany, CEO: Dr. Klaus-Peter Kossakowski
Automatische Warnmeldungen https://www.cert.dfn.de/autowarn
– —–BEGIN PGP SIGNED MESSAGE—–
Hash: SHA1
=====================================================================
Red Hat Security Advisory
Synopsis: Important: tomcat security update
Advisory ID: RHSA-2009:1562-01
Product: Red Hat Application Server
Advisory URL: https://rhn.redhat.com/errata/RHSA-2009-1562.html
Issue date: 2009-11-09
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 Application Server v2.
This update has been rated as having important security impact by the Red
Hat Security Response Team.
2. Relevant releases/architectures:
Red Hat Application Server v2 4AS – noarch
Red Hat Application Server v2 4ES – noarch
Red Hat Application Server v2 4WS – noarch
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:0876 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 Application Server v2 4AS:
Source:
ftp://updates.redhat.com/enterprise/4AS/en/RHAPS/SRPMS/tomcat5-5.5.23-0jpp_4rh.16.src.rpm
noarch:
tomcat5-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-admin-webapps-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-common-lib-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-jasper-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-jasper-javadoc-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-jsp-2.0-api-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-jsp-2.0-api-javadoc-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-server-lib-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-servlet-2.4-api-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-servlet-2.4-api-javadoc-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-webapps-5.5.23-0jpp_4rh.16.noarch.rpm
Red Hat Application Server v2 4ES:
Source:
ftp://updates.redhat.com/enterprise/4ES/en/RHAPS/SRPMS/tomcat5-5.5.23-0jpp_4rh.16.src.rpm
noarch:
tomcat5-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-admin-webapps-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-common-lib-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-jasper-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-jasper-javadoc-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-jsp-2.0-api-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-jsp-2.0-api-javadoc-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-server-lib-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-servlet-2.4-api-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-servlet-2.4-api-javadoc-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-webapps-5.5.23-0jpp_4rh.16.noarch.rpm
Red Hat Application Server v2 4WS:
Source:
ftp://updates.redhat.com/enterprise/4WS/en/RHAPS/SRPMS/tomcat5-5.5.23-0jpp_4rh.16.src.rpm
noarch:
tomcat5-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-admin-webapps-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-common-lib-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-jasper-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-jasper-javadoc-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-jsp-2.0-api-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-jsp-2.0-api-javadoc-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-server-lib-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-servlet-2.4-api-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-servlet-2.4-api-javadoc-5.5.23-0jpp_4rh.16.noarch.rpm
tomcat5-webapps-5.5.23-0jpp_4rh.16.noarch.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
details at https://www.redhat.com/security/team/contact/
Copyright 2009 Red Hat, Inc.
– —–BEGIN PGP SIGNATURE—–
Version: GnuPG v1.4.4 (GNU/Linux)
iD8DBQFK+EDsXlSAg2UNWIIRAolpAKChUOOcxUReZmt5M5JqEhXrV3vQcwCfVb80
YkPP5TTexXJnOdMyr4CF1As=
=S/Qn
– —–END PGP SIGNATURE—–
—–BEGIN PGP SIGNATURE—–
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFK+XQEk0kIxZMiiQ8RAl77AJ9rk93rqG+La50Lti3zsSmAzqLoIgCgrdyn
ZbELGtInsd5+DmjP6uziV2s=
=IHEs
—–END PGP SIGNATURE—–