cvedb.io
CVE-2026-54282
LOW · CVSS 3.7
EPSS exploitation probability: 0%
Published 2026-06-22T18:16:46.807 · Last modified 2026-06-26T19:18:47.063

Summary

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.

Affected products

encode — starlette

Does this affect you?

Add your gear to cvedb and we'll alert you only when encode ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.