Information Exposure Affecting org.apache.tomcat:tomcat-util package, versions [7,7.0.74) [8.5.0,8.5.9) [8.0.0RC1,8.0.40) [9.0.0M1,9.0.0M15)
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JAVA-ORGAPACHETOMCAT-451523
- published 13 Dec 2016
- disclosed 13 Dec 2016
- credit Unknown
Introduced: 13 Dec 2016
CVE-2016-8745 Open this link in a new tabHow to fix?
Upgrade org.apache.tomcat:tomcat-util
to version 7.0.74, 8.5.9, 8.0.40, 9.0.0M15 or higher.
Overview
org.apache.tomcat:tomcat-util is a Common code shared by multiple Tomcat components.
Affected versions of this package are vulnerable to Information Exposure. The refactoring of the Connector code for 8.5.x onwards introduced a regression in the error handling of the send file code for the NIO HTTP connector. An error during send file processing 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.