Lucene search

K
cvelistApacheCVELIST:CVE-2024-34750
HistoryJul 03, 2024 - 7:32 p.m.

CVE-2024-34750 Apache Tomcat: HTTP/2 excess header handling DoS

2024-07-0319:32:34
CWE-755
CWE-400
apache
www.cve.org
13
apache tomcat
http/2
excess header handling
dos
vulnerability

EPSS

0

Percentile

9.1%

Improper Handling of Exceptional Conditions, Uncontrolled Resource Consumption vulnerability in Apache Tomcat. When processing an HTTP/2 stream, Tomcat did not handle some cases of excessive HTTP headers correctly. This led to a miscounting of active HTTP/2 streams which in turn led to the use of an incorrect infinite timeout which allowed connections to remain open which should have been closed.

This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.0-M20, from 10.1.0-M1 through 10.1.24, from 9.0.0-M1 through 9.0.89.

Users are recommended to upgrade to version 11.0.0-M21, 10.1.25 or 9.0.90, which fixes the issue.

CNA Affected

[
  {
    "defaultStatus": "unaffected",
    "product": "Apache Tomcat",
    "vendor": "Apache Software Foundation",
    "versions": [
      {
        "lessThanOrEqual": "11.0.0-M20",
        "status": "affected",
        "version": "11.0.0-M1",
        "versionType": "semver"
      },
      {
        "lessThanOrEqual": "10.1.24",
        "status": "affected",
        "version": "10.1.0-M1",
        "versionType": "semver"
      },
      {
        "lessThanOrEqual": "9.0.89",
        "status": "affected",
        "version": "9.0.0-M1",
        "versionType": "semver"
      }
    ]
  }
]