CVE-2026-54282
⚪ Do wiadomości
Brak walidacji ścieżki w Starlette umożliwia atakującym kontrolowanie hosta w URL.
CVSS
3.7
EPSS
0.2%
Exploit
none
Vendor
encode
Opis źródłowy (NVD)
Starlette is a lightweight ASGI framework/toolkit. Prior to 1.3.0, the HTTP request path is not validated before being used to reconstruct request.url. Because request.url is rebuilt by concatenating {scheme}://{host}{path} and re-parsing the result, a path that does not begin with / (for example @google.com) moves the authority boundary during re-parsing, so request.url.hostname and request.url.netloc become attacker-controlled. Code that reads request.url.hostname (rather than the Host header or scope) can therefore be misled into trusting an attacker-supplied host. This vulnerability is fixed in 1.3.0.
brak
Brak patcha
Źródła i daty
| Źródło | Wartość |
|---|---|
| NVD – CVSS | 3.7 |
| CISA KEV (aktywnie wykorzystywane) | Nie |
| FIRST EPSS (prawdopodobieństwo exploita) | 0.2% |
| Opublikowano (NVD) | 2026-06-22 18:16:46 UTC |
| Ostatnia modyfikacja (NVD) | 2026-06-26 19:18:47 UTC |
Referencje
- https://github.com/Kludex/starlette/security/advisories/GHSA-jp82-jpqv-5vv3 (security-advisories@github.com) [Mitigation, Vendor Advisory]