CVE-2023-39326
| Summary |
A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from the network than are in the body. A malicious HTTP client can further exploit this to cause a server to automatically read a large amount of data (up to about 1GiB) when a handler fails to read the entire body of a request. Chunk extensions are a little-used HTTP feature which permit including additional metadata in a request or response body sent using the chunked encoding. The net/http chunked encoding reader discards this metadata. A sender can exploit this by inserting a large metadata segment with each byte transferred. The chunk reader now produces an error if the ratio of real body to encoded bytes grows too small.
|
| Publication Date |
Dec. 7, 2023, 2:15 a.m. |
| Registration Date |
Dec. 7, 2023, 10 a.m. |
| Last Update |
Nov. 21, 2024, 5:15 p.m. |
|
CVSS3.1 : MEDIUM
|
| スコア |
5.3
|
| Vector |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N |
| 攻撃元区分(AV) |
ネットワーク |
| 攻撃条件の複雑さ(AC) |
低 |
| 攻撃に必要な特権レベル(PR) |
不要 |
| 利用者の関与(UI) |
不要 |
| 影響の想定範囲(S) |
変更なし |
| 機密性への影響(C) |
低 |
| 完全性への影響(I) |
なし |
| 可用性への影響(A) |
なし |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:golang:go:*:*:*:*:*:*:*:* |
|
|
|
1.20.12 |
| cpe:2.3:a:golang:go:*:*:*:*:*:*:*:* |
1.21.0-0 |
|
|
1.21.5 |
Related information, measures and tools
Common Vulnerabilities List
JVN Vulnerability Information
The Go Project の Go における脆弱性
| Title |
The Go Project の Go における脆弱性
|
| Summary |
The Go Project の Go には、不特定の脆弱性が存在します。
|
| Possible impacts |
情報を取得される可能性があります。 |
| Solution |
ベンダアドバイザリまたはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date |
Dec. 6, 2023, midnight |
| Registration Date |
Jan. 12, 2024, 12:29 p.m. |
| Last Update |
Jan. 12, 2024, 12:29 p.m. |
Affected System
| The Go Project |
|
Go 1.20.12 未満
|
|
Go 1.21.0-0 以上 1.21.5 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2024年01月12日] 掲載 |
Jan. 12, 2024, 12:29 p.m. |