CVE-2026-54282
LOW EPSS 8.5%
Published Jun 22, 20261w ago · Modified Jun 22, 20261w ago
3.7 CVSS 3.1
Published Jun 22, 2026 1w ago
Last Modified Jun 22, 2026 1w ago
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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N Attack Vector Network
Attack Complexity High
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity Low
Availability None
Threat Intelligence
EPSS Exploit Probability
8.5% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-706
References 1
- github.com https://github.com/Kludex/starlette/security/advisories/GHSA-jp82-jpqv-5vv3
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.