CVE-2023-36478
概要

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.

公表日 2023年10月11日2:15
登録日 2023年10月11日10:01
最終更新日 2024年11月21日17:09
CVSS3.1 : HIGH
スコア 7.5
ベクター CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
攻撃元区分(AV) ネットワーク
攻撃条件の複雑さ(AC)
攻撃に必要な特権レベル(PR) 不要
利用者の関与(UI) 不要
影響の想定範囲(S) 変更なし
機密性への影響(C) なし
完全性への影響(I) なし
可用性への影響(A)
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* 11.0.0 11.0.16
cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* 10.0.0 10.0.16
cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* 9.3.0 9.4.53
構成2 以上 以下 より上 未満
cpe:2.3:a:jenkins:jenkins:*:*:*:*:-:*:*:* 2.428
cpe:2.3:a:jenkins:jenkins:*:*:*:*:lts:*:*:* 2.414.3
構成3 以上 以下 より上 未満
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:*:*:*:*:*:*:*
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
Eclipse Foundation の Jetty 等複数ベンダの製品における整数オーバーフローの脆弱性
タイトル Eclipse Foundation の Jetty 等複数ベンダの製品における整数オーバーフローの脆弱性
概要

Eclipse Foundation の Jetty 等複数ベンダの製品には、整数オーバーフローの脆弱性、リソースの枯渇に関する脆弱性が存在します。

想定される影響 サービス運用妨害 (DoS) 状態にされる可能性があります。
対策

ベンダアドバイザリまたはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

公表日 2023年10月10日0:00
登録日 2023年12月27日12:19
最終更新日 2024年12月18日18:08
影響を受けるシステム
日立
Hitachi Infrastructure Analytics Advisor (海外販売のみ)
Hitachi Ops Center Analyzer (海外販売のみ)
Hitachi Ops Center Analyzer viewpoint (海外販売のみ)
Hitachi Ops Center Viewpoint (国内販売のみ)
Eclipse Foundation
Jetty 10.0.0 以上 10.0.16 未満
Jetty 11.0.0 以上 11.0.16 未満
Jetty 9.3.0 以上 9.4.53 未満
Jenkins プロジェクト
Jenkins 2.414.3 未満
Jenkins 2.428 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
変更履歴
No 変更内容 変更日
1 [2023年12月27日]
  掲載
2023年12月27日12:19
2 [2024年12月18日]
  影響を受けるシステム:ベンダ情報の追加に伴い内容を更新
  ベンダ情報:日立 (hitachi-sec-2024-150) を追加
2024年12月18日11:15