GHSA-vvgj-x9jq-8cj9 · 深刻度: medium · エコシステム: go — quic-go: HTTP/3 QPACK Trailer Expansion Memory Exhaustion
quic-go is an implementation of the QUIC protocol in Go. Prior to version 0.59.1, an attacker can cause excessive memory allocation in quic-go's HTTP/3 client and server implementations by sending a QPACK-encoded HEADERS frame that decodes into a large trailer field section with many unique field names and/or large values. The implementation builds an `http.Header` for the corresponding `http.Request` or `http.Response`, while only enforcing limits on the size of the QPACK-compressed HEADERS frame, not on the decoded field section. This can lead to memory exhaustion. This is very similar to CVE-2025-64702. The difference is that this issue uses HTTP trailers, rather than HTTP headers, as the attack vector. A misbehaving or malicious peer can cause a denial-of-service (DoS) attack against quic-go's HTTP/3 servers or clients by triggering excessive memory allocation, potentially leading to crashes or resource exhaustion. This affects both servers and clients due to symmetric header construction. Version 0.59.1 enforces RFC 9114 decoded field section size limits for trailers as well. It incrementally decodes QPACK entries and checks the field section size after each entry, aborting the stream if an entry causes the limit to be exceeded.
総合評価: CVE-2026-40898 は低リスク(27.8/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.28%、19 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-23 | 0.49% | 0.28% | -0.21% |
| 2 | 2026-06-15 | 0.06% | 0.49% | +0.43% |
| 3 | 2026-06-10 | — | 0.06% | — |
EPSS の全履歴 (全 4 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-vvgj-x9jq-8cj9 · 深刻度: medium · エコシステム: go — quic-go: HTTP/3 QPACK Trailer Expansion Memory Exhaustion
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-40898 not yet assigned priority: Debian including 1 source packages (golang-github-lucas-clemente-quic-go), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 5. | https://security-tracker.debian.org/tracker/CVE-2026-40898 |
suse
|
medium | — | https://www.suse.com/security/cve/CVE-2026-40898/ |
ubuntu
|
medium | CVE-2026-40898 medium priority: Ubuntu including 1 source packages (golang-github-lucas-clemente-quic-go), 5 status rows across 5 suites (jammy, noble, questing, resolute, upstream): needs-triage 5. | https://ubuntu.com/security/CVE-2026-40898 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| quic-go_project | quic-go | < 0.59.1 | cpe:2.3:a:quic-go_project:quic-go:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://github.com/quic-go/quic-go/releases/tag/v0.59.1 | Product Release Notes |
| https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9 | Mitigation Vendor Advisory |