Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2017:1632-1

Опубликовано: 21 июн. 2017
Источник: suse-cvrf

Описание

Security update for tomcat6

This update for tomcat6 fixes the following issues:

Tomcat was updated to version 6.0.53:

The full changelog is: http://tomcat.apache.org/tomcat-6.0-doc/changelog.html

Security issues fixed:

  • CVE-2017-5647: A bug in the handling of pipelined requests could lead to information disclosure (bsc#1036642)
  • CVE-2016-8745: Regression in the error handling methods could lead to information disclosure (bsc#1015119)
  • CVE-2016-8735: Remote code execution vulnerability in JmxRemoteLifecycleListener (bsc#1011805)
  • CVE-2016-6816: HTTP Request smuggling vulnerability due to permitting invalid character in HTTP requests (bsc#1011812)
  • CVE-2016-6797: Unrestricted Access to Global Resources (bsc#1007853)
  • CVE-2016-6796: Manager Bypass (bsc#1007858)
  • CVE-2016-6794: System Property Disclosure (bsc#1007857)
  • CVE-2016-5018: Security Manager Bypass (bsc#1007855)
  • CVE-2016-0762: Realm Timing Attack (bsc#1007854)
  • CVE-2016-5388: an arbitrary HTTP_PROXY environment variable might allow remote attackers to redirect outbound HTTP traffic (bsc#988489)

Список пакетов

SUSE Linux Enterprise Point of Sale 11 SP3
tomcat6-6.0.53-0.56.1
tomcat6-admin-webapps-6.0.53-0.56.1
tomcat6-docs-webapp-6.0.53-0.56.1
tomcat6-javadoc-6.0.53-0.56.1
tomcat6-jsp-2_1-api-6.0.53-0.56.1
tomcat6-lib-6.0.53-0.56.1
tomcat6-servlet-2_5-api-6.0.53-0.56.1
tomcat6-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Server 11 SP3-LTSS
tomcat6-6.0.53-0.56.1
tomcat6-admin-webapps-6.0.53-0.56.1
tomcat6-docs-webapp-6.0.53-0.56.1
tomcat6-javadoc-6.0.53-0.56.1
tomcat6-jsp-2_1-api-6.0.53-0.56.1
tomcat6-lib-6.0.53-0.56.1
tomcat6-servlet-2_5-api-6.0.53-0.56.1
tomcat6-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Server 11 SP3-TERADATA
tomcat6-6.0.53-0.56.1
tomcat6-admin-webapps-6.0.53-0.56.1
tomcat6-docs-webapp-6.0.53-0.56.1
tomcat6-javadoc-6.0.53-0.56.1
tomcat6-jsp-2_1-api-6.0.53-0.56.1
tomcat6-lib-6.0.53-0.56.1
tomcat6-servlet-2_5-api-6.0.53-0.56.1
tomcat6-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Server 11 SP4
tomcat6-6.0.53-0.56.1
tomcat6-admin-webapps-6.0.53-0.56.1
tomcat6-docs-webapp-6.0.53-0.56.1
tomcat6-javadoc-6.0.53-0.56.1
tomcat6-jsp-2_1-api-6.0.53-0.56.1
tomcat6-lib-6.0.53-0.56.1
tomcat6-servlet-2_5-api-6.0.53-0.56.1
tomcat6-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Server for SAP Applications 11 SP4
tomcat6-6.0.53-0.56.1
tomcat6-admin-webapps-6.0.53-0.56.1
tomcat6-docs-webapp-6.0.53-0.56.1
tomcat6-javadoc-6.0.53-0.56.1
tomcat6-jsp-2_1-api-6.0.53-0.56.1
tomcat6-lib-6.0.53-0.56.1
tomcat6-servlet-2_5-api-6.0.53-0.56.1
tomcat6-webapps-6.0.53-0.56.1

Описание

The Realm implementations in Apache Tomcat versions 9.0.0.M1 to 9.0.0.M9, 8.5.0 to 8.5.4, 8.0.0.RC1 to 8.0.36, 7.0.0 to 7.0.70 and 6.0.0 to 6.0.45 did not process the supplied password if the supplied user name did not exist. This made a timing attack possible to determine valid user names. Note that the default configuration includes the LockOutRealm which makes exploitation of this vulnerability harder.


Затронутые продукты
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-admin-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-docs-webapp-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-javadoc-6.0.53-0.56.1

Ссылки

Описание

In Apache Tomcat 9.0.0.M1 to 9.0.0.M9, 8.5.0 to 8.5.4, 8.0.0.RC1 to 8.0.36, 7.0.0 to 7.0.70 and 6.0.0 to 6.0.45 a malicious web application was able to bypass a configured SecurityManager via a Tomcat utility method that was accessible to web applications.


Затронутые продукты
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-admin-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-docs-webapp-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-javadoc-6.0.53-0.56.1

Ссылки

Описание

Apache Tomcat 7.x through 7.0.70 and 8.x through 8.5.4, when the CGI Servlet is enabled, follows RFC 3875 section 4.1.18 and therefore does not protect applications from the presence of untrusted client data in the HTTP_PROXY environment variable, which might allow remote attackers to redirect an application's outbound HTTP traffic to an arbitrary proxy server via a crafted Proxy header in an HTTP request, aka an "httpoxy" issue. NOTE: the vendor states "A mitigation is planned for future releases of Tomcat, tracked as CVE-2016-5388"; in other words, this is not a CVE ID for a vulnerability.


Затронутые продукты
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-admin-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-docs-webapp-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-javadoc-6.0.53-0.56.1

Ссылки

Описание

When a SecurityManager is configured, a web application's ability to read system properties should be controlled by the SecurityManager. In Apache Tomcat 9.0.0.M1 to 9.0.0.M9, 8.5.0 to 8.5.4, 8.0.0.RC1 to 8.0.36, 7.0.0 to 7.0.70, 6.0.0 to 6.0.45 the system property replacement feature for configuration files could be used by a malicious web application to bypass the SecurityManager and read system properties that should not be visible.


Затронутые продукты
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-admin-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-docs-webapp-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-javadoc-6.0.53-0.56.1

Ссылки

Описание

A malicious web application running on Apache Tomcat 9.0.0.M1 to 9.0.0.M9, 8.5.0 to 8.5.4, 8.0.0.RC1 to 8.0.36, 7.0.0 to 7.0.70 and 6.0.0 to 6.0.45 was able to bypass a configured SecurityManager via manipulation of the configuration parameters for the JSP Servlet.


Затронутые продукты
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-admin-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-docs-webapp-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-javadoc-6.0.53-0.56.1

Ссылки

Описание

The ResourceLinkFactory implementation in Apache Tomcat 9.0.0.M1 to 9.0.0.M9, 8.5.0 to 8.5.4, 8.0.0.RC1 to 8.0.36, 7.0.0 to 7.0.70 and 6.0.0 to 6.0.45 did not limit web application access to global JNDI resources to those resources explicitly linked to the web application. Therefore, it was possible for a web application to access any global JNDI resource whether an explicit ResourceLink had been configured or not.


Затронутые продукты
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-admin-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-docs-webapp-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-javadoc-6.0.53-0.56.1

Ссылки

Описание

The code in Apache Tomcat 9.0.0.M1 to 9.0.0.M11, 8.5.0 to 8.5.6, 8.0.0.RC1 to 8.0.38, 7.0.0 to 7.0.72, and 6.0.0 to 6.0.47 that parsed the HTTP request line permitted invalid characters. This could be exploited, in conjunction with a proxy that also permitted the invalid characters but with a different interpretation, to inject data into the HTTP response. By manipulating the HTTP response the attacker could poison a web-cache, perform an XSS attack and/or obtain sensitive information from requests other then their own.


Затронутые продукты
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-admin-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-docs-webapp-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-javadoc-6.0.53-0.56.1

Ссылки

Описание

Remote code execution is possible with Apache Tomcat before 6.0.48, 7.x before 7.0.73, 8.x before 8.0.39, 8.5.x before 8.5.7, and 9.x before 9.0.0.M12 if JmxRemoteLifecycleListener is used and an attacker can reach JMX ports. The issue exists because this listener wasn't updated for consistency with the CVE-2016-3427 Oracle patch that affected credential types.


Затронутые продукты
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-admin-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-docs-webapp-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-javadoc-6.0.53-0.56.1

Ссылки

Описание

A bug in the error handling of the send file code for the NIO HTTP connector in Apache Tomcat 9.0.0.M1 to 9.0.0.M13, 8.5.0 to 8.5.8, 8.0.0.RC1 to 8.0.39, 7.0.0 to 7.0.73 and 6.0.16 to 6.0.48 resulted in the current Processor object being added to the Processor cache multiple times. This in turn meant that the same Processor could be used for concurrent requests. Sharing a Processor can result in information leakage between requests including, not not limited to, session ID and the response body. The bug was first noticed in 8.5.x onwards where it appears the refactoring of the Connector code for 8.5.x onwards made it more likely that the bug was observed. Initially it was thought that the 8.5.x refactoring introduced the bug but further investigation has shown that the bug is present in all currently supported Tomcat versions.


Затронутые продукты
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-admin-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-docs-webapp-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-javadoc-6.0.53-0.56.1

Ссылки

Описание

A bug in the handling of the pipelined requests in Apache Tomcat 9.0.0.M1 to 9.0.0.M18, 8.5.0 to 8.5.12, 8.0.0.RC1 to 8.0.42, 7.0.0 to 7.0.76, and 6.0.0 to 6.0.52, when send file was used, results in the pipelined request being lost when send file processing of the previous request completed. This could result in responses appearing to be sent for the wrong request. For example, a user agent that sent requests A, B and C could see the correct response for request A, the response for request C for request B and no response for request C.


Затронутые продукты
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-admin-webapps-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-docs-webapp-6.0.53-0.56.1
SUSE Linux Enterprise Point of Sale 11 SP3:tomcat6-javadoc-6.0.53-0.56.1

Ссылки
Уязвимость SUSE-SU-2017:1632-1