summaryrefslogtreecommitdiff
blob: 15ee7d69256d68fcc008bb80dcc527eaee7849a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202012-23">
  <title>Apache Tomcat: Information disclosure</title>
  <synopsis>A vulnerability has been discovered in Apache Tomcat that allows
    for the disclosure of sensitive information.
  </synopsis>
  <product type="ebuild">tomcat</product>
  <announced>2020-12-24</announced>
  <revised count="1">2020-12-24</revised>
  <bug>758338</bug>
  <access>remote</access>
  <affected>
    <package name="www-servers/tomcat" auto="yes" arch="*">
      <unaffected range="ge" slot="8.5">8.5.60</unaffected>
      <unaffected range="ge" slot="9">9.0.40</unaffected>
      <vulnerable range="lt" slot="8.5">8.5.60</vulnerable>
      <vulnerable range="lt" slot="9">9.0.40</vulnerable>
    </package>
  </affected>
  <background>
    <p>Apache Tomcat is a Servlet-3.0/JSP-2.2 Container.</p>
  </background>
  <description>
    <p>It was discovered that Apache Tomcat could re-use an HTTP request header
      value from the previous stream received on an HTTP/2 connection for the
      request associated with the subsequent stream.
    </p>
  </description>
  <impact type="low">
    <p>A remote attacker, by sending well-timed HTTP/2 requests, could possibly
      obtain sensitive information.
    </p>
  </impact>
  <workaround>
    <p>Disable HTTP/2 support.</p>
  </workaround>
  <resolution>
    <p>All Apache Tomcat 8.5.x users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=www-servers/tomcat-8.5.60:8.5"
    </code>
    
    <p>All Apache Tomcat 9.x users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=www-servers/tomcat-9.0.40:9"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-17527">CVE-2020-17527</uri>
  </references>
  <metadata tag="requester" timestamp="2020-12-23T01:20:53Z">whissi</metadata>
  <metadata tag="submitter" timestamp="2020-12-24T14:11:02Z">whissi</metadata>
</glsa>