Input validation error in starlette - CVE-2026-48710

 

Input validation error in starlette - CVE-2026-48710

Published: May 22, 2026 / Updated: May 27, 2026


Vulnerability identifier: #VU132131
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2026-48710
CWE-ID: CWE-20
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: Encode
Affected software:
starlette

Detailed vulnerability description

The vulnerability allows a remote attacker to bypass path-based security checks.

The vulnerability exists due to improper input validation in request.url reconstruction when processing a malformed Host header. A remote attacker can send a specially crafted Host header to bypass path-based security checks.

The issue occurs because routing uses the raw HTTP path while security-sensitive code may rely on request.url.path reconstructed from the Host header.


How to mitigate CVE-2026-48710

Install security update from vendor's website.

Sources