CVE-2026-54282

LOW

Starlette: Unvalidated request path concatenated into authority poisons request.url.hostname

Title source: cna
STIX 2.1

Description

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.

References (1)

Core 1
Core References

Scores

CVSS v3 3.7
EPSS 0.0019
EPSS Percentile 8.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-706
Status published
Products (3)
encode/starlette < 1.3.0
Kludex/starlette < 1.3.0
pypi/Starlette 0 - 1.3.0PyPI
Published Jun 22, 2026
Tracked Since Jun 22, 2026