Critical Alert 7 Active Exploits Detected Today

CVE-2026-59822 BerriAI LiteLLM Improper Authentication Vulnerability →
CVE-2026-48710 Kludex Starlette HTTP Request/Response Smuggling Vulnerability →
CVE-2026-49869 Kestra OSS OS Command Injection Vulnerability →
CVE-2026-82329 JFrog Artifactory Improper Authentication Vulnerability →
CVE-2026-9586 Sangoma Switchvox SQL Injection Vulnerability →
CVE-2026-83548 SonicWall SMA1000 Appliances Server-Side Request Forgery Vulnerability →
CVE-2026-83549 SonicWall SMA1000 Appliances OS Command Injection Vulnerability →
Powered by CVE Watchtower
×
September 2, 2026

CVE Watchtower


← Back to CVE List

CVE-2026-48710NVD

Vulnerability Summary

Starlette is a lightweight ASGI framework/toolkit. Prior to version 1.0.1, the HTTP `Host` request header was not validated before being used to reconstruct `request.url`. Because the routing algorithm relies on the raw HTTP path while `request.url` is rebuilt from the `Host` header, a malformed header could make `request.url.path` differ from the path that was actually requested. Middleware and endpoints that apply security restrictions based on `request.url` (rather than the raw `scope` path) could therefore be bypassed. Users should upgrade to a version greater than or equal to version 1.0.1, which validates the `Host` header against the grammar of RFC 9112 §3.2 / RFC 3986 §3.2.2 when constructing `request.url` and falls back to `scope["server"]` for malformed values.
Severity Level
MEDIUM(6.5)
Published Date
May 26, 2026
Last Modified
Sep 2, 2026
Exploitation Status
ACTIVE
EPSS Score (30-Day)
2.10%Probability
Root Weakness (CWE)
Refer to the official MITRE database for detailed architectural specifications regarding this weakness.
CVSS v3.1 Base Metrics
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged
ConfidentialityLow
IntegrityLow
AvailabilityNone

External References