You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This vulnerability has been modified since it was last analyzed by the NVD. It is awaiting reanalysis which may result in further changes to the information provided.
Description
Eclipse Jetty provides a web server and servlet container. In versions 11.0.0 through 11.0.15, 10.0.0 through 10.0.15, and 9.0.0 through 9.4.52, an integer overflow in `MetaDataBuilder.checkSize` allows for HTTP/2 HPACK header values to
exceed their size limit. `MetaDataBuilder.java` determines if a header name or value exceeds the size limit, and throws an exception if the limit is exceeded. However, when length is very large and huffman is true, the multiplication by 4 in line 295
will overflow, and length will become negative. `(_size+length)` will now be negative, and the check on line 296 will not be triggered. Furthermore, `MetaDataBuilder.checkSize` allows for user-entered HPACK header value sizes to be negative, potentially leading to a very large buffer allocation later on when the user-entered size is multiplied by 2. This means that if a user provides a negative length value (or, more precisely, a length value which, when multiplied by the 4/3 fudge factor, is negative), and this length value is a very large positive number when multiplied by 2, then the user can cause a very large buffer to be allocated on the server. Users of HTTP/2 can be impacted by a remote denial of service attack. The issue has been fixed in versions 11.0.16, 10.0.16, and 9.4.53. There are no known workarounds.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to nvd@nist.gov.
GitHub, Inc. https://security.netapp.com/advisory/ntap-20240621-0006/ [No types assigned]
CVE Modified by GitHub, Inc.5/14/2024 9:18:31 AM
Action
Type
Old Value
New Value
Modified Analysis by NIST2/16/2024 1:40:20 PM
Action
Type
Old Value
New Value
Added
CPE Configuration
OR
*cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
*cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
*cpe:2.3:o:debian:debian_linux:12.0:*:*:*:*:*:*:*
Changed
Reference Type
https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html No Types Assigned
https://lists.debian.org/debian-lts-announce/2023/10/msg00045.html Mailing List
Changed
Reference Type
https://security.netapp.com/advisory/ntap-20231116-0011/ No Types Assigned
https://security.netapp.com/advisory/ntap-20231116-0011/ Third Party Advisory
Changed
Reference Type
https://www.debian.org/security/2023/dsa-5540 No Types Assigned
https://www.debian.org/security/2023/dsa-5540 Third Party Advisory
CVE Modified by GitHub, Inc.11/16/2023 11:15:30 AM
Action
Type
Old Value
New Value
Added
Reference
GitHub, Inc. https://security.netapp.com/advisory/ntap-20231116-0011/ [No types assigned]
OR
*cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* versions from (including) 9.3.0 up to (excluding) 9.4.53
*cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* versions from (including) 10.0.0 up to (excluding) 10.0.16
*cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* versions from (including) 11.0.0 up to (excluding) 11.0.16
Added
CPE Configuration
OR
*cpe:2.3:a:jenkins:jenkins:*:*:*:*:lts:*:*:* versions up to (excluding) 2.414.3
*cpe:2.3:a:jenkins:jenkins:*:*:*:*:-:*:*:* versions up to (excluding) 2.428
Changed
Reference Type
http://www.openwall.com/lists/oss-security/2023/10/18/4 No Types Assigned
http://www.openwall.com/lists/oss-security/2023/10/18/4 Mailing List, Third Party Advisory
Changed
Reference Type
https://github.com/eclipse/jetty.project/pull/9634 No Types Assigned