GHSA-6hfq-h8hq-87mf · 深刻度: medium · エコシステム: rust — HTTP Request Smuggling in hyper
hyper is an open-source HTTP library for Rust (crates.io). In hyper from version 0.12.0 and before versions 0.13.10 and 0.14.3 there is a vulnerability that can enable a request smuggling attack. The HTTP server code had a flaw that incorrectly understands some requests with multiple transfer-encoding headers to have a chunked payload, when it should have been rejected as illegal. This combined with an upstream HTTP proxy that understands the request payload boundary differently can result in "request smuggling" or "desync attacks". To determine if vulnerable, all these things must be true: 1) Using hyper as an HTTP server (the client is not affected), 2) Using HTTP/1.1 (HTTP/2 does not use transfer-encoding), 3) Using a vulnerable HTTP proxy upstream to hyper. If an upstream proxy correctly rejects the illegal transfer-encoding headers, the desync attack cannot succeed. If there is no proxy upstream of hyper, hyper cannot start the desync attack, as the client will repair the headers before forwarding. This is fixed in versions 0.14.3 and 0.13.10. As a workaround one can take the following options: 1) Reject requests that contain a `transfer-encoding` header, 2) Ensure any upstream proxy handles `transfer-encoding` correctly.
総合評価: CVE-2021-21299 は中リスク(51/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 4.77%、91 パーセンタイル) 根拠: EPSS 上、短期間での悪用可能性は高い水準です。 推奨対応: 悪用可能性が高いため、影響範囲の確認と修補の優先付けを推奨します。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-28 | 4.73% | 4.77% | +0.04% |
| 2 | 2026-06-15 | 0.58% | 4.73% | +4.16% |
| 3 | 2026-01-26 | — | 0.58% | — |
EPSS の全履歴 (全 12 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 4.8 | 3.1 | MEDIUM |
|
2.2 | 2.5 | [email protected] |
| 8.1 | 3.1 | HIGH |
|
2.2 | 5.9 | [email protected] |
| 6.8 | 2.0 | MEDIUM |
|
8.6 | 6.4 | [email protected] |
GHSA-6hfq-h8hq-87mf · 深刻度: medium · エコシステム: rust — HTTP Request Smuggling in hyper
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2021-21299 not yet assigned priority: Debian including 1 source packages (rust-hyper), 4 status rows across 4 suites (bookworm, forky, sid, trixie): resolved 4. | https://security-tracker.debian.org/tracker/CVE-2021-21299 |
suse
|
high | CVE-2021-21299 severity important: SUSE including 23 source package names (cargo, cargo1.59, …), 140 product×package rows across 23 product lines (SUSE CaaS Platform 4.0, SUSE Enterprise Storage 6, … (23 product lines)): Known Not Affected 137, Fixed 3. | https://www.suse.com/security/cve/CVE-2021-21299/ |
ubuntu
|
low | CVE-2021-21299 low priority: Ubuntu including 1 source packages (rust-hyper), 16 status rows across 16 suites (bionic, focal, groovy, hirsute, impish, jammy, kinetic, lunar, mantic, noble, oracular, plucky, questing, trusty, upstream, xenial): ignored 7, DNE 5, needs-triage 4. | https://ubuntu.com/security/CVE-2021-21299 |
| URL | タグ |
|---|---|
| https://crates.io/crates/hyper | Product Third Party Advisory |
| https://github.com/hyperium/hyper/commit/8f93123efef5c1361086688fe4f34c83c89cec02 | Patch Third Party Advisory |
| https://github.com/hyperium/hyper/security/advisories/GHSA-6hfq-h8hq-87mf | Third Party Advisory |
| https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn | Third Party Advisory |
| https://rustsec.org/advisories/RUSTSEC-2021-0020.html | Third Party Advisory |