|
|
Subscribe / Log in / New account

Arch Linux alert ASA-201706-6 (tomcat7)

From:  Remi Gacogne <rgacogne@archlinux.org>
To:  arch-security@archlinux.org
Subject:  [arch-security] [ASA-201706-6] tomcat7: access restriction bypass
Date:  Tue, 6 Jun 2017 14:27:41 +0200
Message-ID:  <eed04178-e61d-3b0d-2531-03bccdc69c96@archlinux.org>

Arch Linux Security Advisory ASA-201706-6 ========================================= Severity: High Date : 2017-06-06 CVE-ID : CVE-2017-5664 Package : tomcat7 Type : access restriction bypass Remote : Yes Link : https://security.archlinux.org/AVG-290 Summary ======= The package tomcat7 before version 7.0.78-1 is vulnerable to access restriction bypass. Resolution ========== Upgrade to 7.0.78-1. # pacman -Syu "tomcat7>=7.0.78-1" The problem has been fixed upstream in version 7.0.78. Workaround ========== None. Description =========== A security issue has been found in Apache Tomcat < 7.0.18 and < 8.0.44. The error page mechanism of the Java Servlet Specification requires that, when an error occurs and an error page is configured for the error that occurred, the original request and response are forwarded to the error page. This means that the request is presented to the error page with the original HTTP method. If the error page is a static file, expected behaviour is to serve the content of the file as if processing a GET request, regardless of the actual HTTP method. Tomcat's Default Servlet did not do this. Depending on the original request this could lead to unexpected and undesirable results for static error pages including, if the DefaultServlet is configured to permit writes, the replacement or removal of the custom error page. Impact ====== A remote attacker can alter, replace or remove the custom error page of an affected server by sending an HTTP request with a specific method. References ========== https://tomcat.apache.org/security-7.html#Fixed_in_Apache... https://tomcat.apache.org/security-8.html#Fixed_in_Apache... https://svn.apache.org/viewvc?view=revision&revision=... https://svn.apache.org/viewvc?view=revision&revision=... https://security.archlinux.org/CVE-2017-5664


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds