Denial of Service due to improper input validation vulnerability for HTTP/2 requests in Apache Tomcat. When processing an HTTP/2 request, if the request exceeded any of the configured limits for headers, the associated HTTP/2 stream was not reset until after all of the headers had been processed.This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.0-M16, from 10.1.0-M1 through 10.1.18, from 9.0.0-M1 through 9.0.85, from 8.5.0 through 8.5.98.
Users are recommended to upgrade to version 11.0.0-M17, 10.1.19, 9.0.86 or 8.5.99 which fix the issue.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Tomcat | Apache | 8.5.0 (including) | 8.5.99 (excluding) |
Tomcat | Apache | 9.0.0 (including) | 9.0.86 (excluding) |
Tomcat | Apache | 10.1.0 (including) | 10.1.19 (excluding) |
Tomcat | Apache | 11.0.0-milestone1 (including) | 11.0.0-milestone1 (including) |
Tomcat | Apache | 11.0.0-milestone10 (including) | 11.0.0-milestone10 (including) |
Tomcat | Apache | 11.0.0-milestone11 (including) | 11.0.0-milestone11 (including) |
Tomcat | Apache | 11.0.0-milestone12 (including) | 11.0.0-milestone12 (including) |
Tomcat | Apache | 11.0.0-milestone13 (including) | 11.0.0-milestone13 (including) |
Tomcat | Apache | 11.0.0-milestone14 (including) | 11.0.0-milestone14 (including) |
Tomcat | Apache | 11.0.0-milestone15 (including) | 11.0.0-milestone15 (including) |
Tomcat | Apache | 11.0.0-milestone16 (including) | 11.0.0-milestone16 (including) |
Tomcat | Apache | 11.0.0-milestone2 (including) | 11.0.0-milestone2 (including) |
Tomcat | Apache | 11.0.0-milestone3 (including) | 11.0.0-milestone3 (including) |
Tomcat | Apache | 11.0.0-milestone4 (including) | 11.0.0-milestone4 (including) |
Tomcat | Apache | 11.0.0-milestone5 (including) | 11.0.0-milestone5 (including) |
Tomcat | Apache | 11.0.0-milestone6 (including) | 11.0.0-milestone6 (including) |
Tomcat | Apache | 11.0.0-milestone7 (including) | 11.0.0-milestone7 (including) |
Tomcat | Apache | 11.0.0-milestone8 (including) | 11.0.0-milestone8 (including) |
Tomcat | Apache | 11.0.0-milestone9 (including) | 11.0.0-milestone9 (including) |
JWS 5.7.8 | RedHat | tomcat | * |
JWS 6.0.1 | RedHat | tomcat | * |
Red Hat Enterprise Linux 8 | RedHat | tomcat-1:9.0.87-1.el8_10.1 | * |
Red Hat Enterprise Linux 8.8 Extended Update Support | RedHat | tomcat-1:9.0.87-1.el8_8.2 | * |
Red Hat Enterprise Linux 9 | RedHat | tomcat-1:9.0.87-1.el9_4.1 | * |
Red Hat Enterprise Linux 9.2 Extended Update Support | RedHat | tomcat-1:9.0.87-1.el9_2.1 | * |
Red Hat JBoss Web Server 5.7 on RHEL 7 | RedHat | jws5-tomcat-0:9.0.62-41.redhat_00020.1.el7jws | * |
Red Hat JBoss Web Server 5.7 on RHEL 7 | RedHat | jws5-tomcat-native-0:1.2.31-17.redhat_17.el7jws | * |
Red Hat JBoss Web Server 5.7 on RHEL 8 | RedHat | jws5-tomcat-0:9.0.62-41.redhat_00020.1.el8jws | * |
Red Hat JBoss Web Server 5.7 on RHEL 8 | RedHat | jws5-tomcat-native-0:1.2.31-17.redhat_17.el8jws | * |
Red Hat JBoss Web Server 5.7 on RHEL 9 | RedHat | jws5-tomcat-0:9.0.62-41.redhat_00020.1.el9jws | * |
Red Hat JBoss Web Server 5.7 on RHEL 9 | RedHat | jws5-tomcat-native-0:1.2.31-17.redhat_17.el9jws | * |
Red Hat JBoss Web Server 6.0 on RHEL 8 | RedHat | jws6-tomcat-0:10.1.8-6.redhat_00013.1.el8jws | * |
Red Hat JBoss Web Server 6.0 on RHEL 9 | RedHat | jws6-tomcat-0:10.1.8-6.redhat_00013.1.el9jws | * |
Tomcat10 | Ubuntu | esm-apps/noble | * |
Tomcat10 | Ubuntu | mantic | * |
Tomcat10 | Ubuntu | noble | * |
Tomcat10 | Ubuntu | upstream | * |
Tomcat6 | Ubuntu | trusty/esm | * |
Tomcat6 | Ubuntu | upstream | * |
Tomcat7 | Ubuntu | trusty/esm | * |
Tomcat7 | Ubuntu | upstream | * |
Tomcat8 | Ubuntu | esm-apps/bionic | * |
Tomcat8 | Ubuntu | upstream | * |
Tomcat9 | Ubuntu | devel | * |
Tomcat9 | Ubuntu | esm-apps/bionic | * |
Tomcat9 | Ubuntu | esm-apps/focal | * |
Tomcat9 | Ubuntu | esm-apps/jammy | * |
Tomcat9 | Ubuntu | esm-apps/noble | * |
Tomcat9 | Ubuntu | focal | * |
Tomcat9 | Ubuntu | jammy | * |
Tomcat9 | Ubuntu | mantic | * |
Tomcat9 | Ubuntu | noble | * |
Tomcat9 | Ubuntu | oracular | * |
Tomcat9 | Ubuntu | plucky | * |
Tomcat9 | Ubuntu | upstream | * |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.