CVE-2023-39325
概要

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing. With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection. This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2. The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function.

公表日 2023年10月12日7:15
登録日 2023年10月12日10:00
最終更新日 2024年11月21日17:15
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:golang:http2:*:*:*:*:*:go:*:* 0.17.0
cpe:2.3:a:golang:go:*:*:*:*:*:*:*:* 1.21.0 1.21.3
cpe:2.3:a:golang:go:*:*:*:*:*:*:*:* 1.20.0 1.20.10
構成2 以上 以下 より上 未満
cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*
cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*
cpe:2.3:o:fedoraproject:fedora:39:*:*:*:*:*:*:*
構成3 以上 以下 より上 未満
cpe:2.3:a:netapp:astra_trident:-:*:*:*:*:*:*:*
cpe:2.3:a:netapp:astra_trident_autosupport:-:*:*:*:*:*:*:*
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
The Go Project の Go 等複数ベンダの製品におけるリソースの枯渇に関する脆弱性
タイトル The Go Project の Go 等複数ベンダの製品におけるリソースの枯渇に関する脆弱性
概要

The Go Project の Go 等複数ベンダの製品には、リソースの枯渇に関する脆弱性が存在します。

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

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

公表日 2023年10月11日0:00
登録日 2023年12月28日11:22
最終更新日 2023年12月28日11:22
影響を受けるシステム
Fedora Project
Fedora 37
Fedora 38
The Go Project
Go 1.20.0 以上 1.20.10 未満
Go 1.21.0 以上 1.21.3 未満
http2 0.17.0 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2023年12月28日]
  掲載
2023年12月28日11:22