Starlette is a lightweight ASGI framework/toolkit. Prior to version 1.0.1, the HTTP `Host` request header was not validated before being used to reconstruct `request.url`. Because the routing algorithm relies on the raw HTTP path while `request.url` is rebuilt from the `Host` header, a malformed header could make `request.url.path` differ from the path that was actually requested. Middleware and endpoints that apply security restrictions based on `request.url` (rather than the raw `scope` path) could therefore be bypassed. Users should upgrade to a version greater than or equal to version 1.0.1, which validates the `Host` header against the grammar of RFC 9112 §3.2 / RFC 3986 §3.2.2 when constructing `request.url` and falls back to `scope["server"]` for malformed values.
総合評価: CVE-2026-48710 は悪用リスクが高い(61.6/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.35%、58 パーセンタイル) 根拠: 公開エクスプロイトが 2 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ | |
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-03 | 0.03% | 0.35% | +0.32% |
| 2 | 2026-05-27 | — | 0.03% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 6.5 | 3.1 | MEDIUM |
|
3.9 | 2.5 | [email protected] |
| 6.5 | 3.1 | MEDIUM |
|
3.9 | 2.5 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-48710 not yet assigned priority: Debian including 1 source packages (starlette), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 4, open 1. | https://security-tracker.debian.org/tracker/CVE-2026-48710 |
redhat
|
critical | — | https://access.redhat.com/security/cve/CVE-2026-48710 |
suse
|
medium | — | https://www.suse.com/security/cve/CVE-2026-48710/ |
ubuntu
|
medium | CVE-2026-48710 medium priority: Ubuntu including 1 source packages (starlette), 5 status rows across 5 suites (jammy, noble, questing, resolute, upstream): needs-triage 5. | https://ubuntu.com/security/CVE-2026-48710 |
| URL | タグ |
|---|---|
| https://badhost.org | Mitigation Third Party Advisory |
| https://github.com/Kludex/starlette/commit/764dab0dcfb9033d75442d7a359645c9f94648c6 | Patch |
| https://github.com/Kludex/starlette/security/advisories/GHSA-86qp-5c8j-p5mr | Vendor Advisory |
| https://github.com/pypa/advisory-database/tree/main/vulns/starlette/PYSEC-2026-161.yaml | Third Party Advisory |
| https://ostif.org/disclosing-the-badhost-vulnerability-in-starlette | Mitigation Third Party Advisory |
| https://www.secwest.net/starlette | Exploit Mitigation Third Party Advisory |
| https://www.x41-dsec.de/lab/advisories/x41-2026-002-starlette | Exploit Mitigation Third Party Advisory |