Lucene search

K
cvelistApacheCVELIST:CVE-2016-8745
HistoryJan 05, 2017 - 12:00 a.m.

CVE-2016-8745

2017-01-0500:00:00
apache
www.cve.org
1

7.6 High

AI Score

Confidence

High

0.006 Low

EPSS

Percentile

79.5%

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.

CNA Affected

[
  {
    "product": "Apache Tomcat",
    "vendor": "Apache Software Foundation",
    "versions": [
      {
        "status": "affected",
        "version": "9.0.0.M1 to 9.0.0.M13"
      },
      {
        "status": "affected",
        "version": "8.5.0 to 8.5.8"
      },
      {
        "status": "affected",
        "version": "8.0.0.RC1 to 8.0.39"
      },
      {
        "status": "affected",
        "version": "7.0.0 to 7.0.73"
      },
      {
        "status": "affected",
        "version": "6.0.16 to 6.0.48"
      }
    ]
  }
]

References