Litestar is an Asynchronous Server Gateway Interface (ASGI) framework. In versions prior to 2.22.0, an attacker can bypass the allowed hosts validation by omitting the Host header and supplying an X-Forwarded-Host header set to a whitelisted domain. The AllowedHostsMiddleware trusts the X-Forwarded-Host header as a fallback when the Host header is absent. Since X-Forwarded-Host is a client-controllable header, this enables host header injection attacks such as password reset poisoning, cache poisoning, and server-side request routing manipulation. Any application using AllowedHostsConfig is affected when deployed without a reverse proxy that strips X-Forwarded-Host, or when accepting HTTP/1.0 connections. This issue has been fixed in version 2.22.0.
CVE-2026-48061
This medium-severity CVE scores 5.9 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 80% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 5.9
- EG Score
- 5.9(medium)
- EG Risk
- 43(Track)EG Risk 43/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity59% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 20%
- KEV
- Not listed
Published
June 10, 2026
Last Modified
August 4, 2026
Advisory Details (2)
Auto-updated Aug 3, 2026AllowedHostsMiddleware bypasses host validation via client-controlled X-Forwarded-Host header · Advisory · litestar-org/litestar · GitHub
https://github.com/litestar-org/litestar/security/advisories/GHSA-3qmc-cj7q-62hvcommit 6930a20ceb54 (litestar-org/litestar)
Patch available: litestar-org/litestar v2.22.0 (contains commit 6930a20ceb54)
https://github.com/litestar-org/litestar/commit/6930a20ceb543912cd651b42deae5b9f3637a262Vendor Advisories for CVE-2026-48061(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
PyPI(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| litestar | 1.0.0a0 ... 2.9.1 (62 versions) | 2.22.0 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 10× in last 7d / 37× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-25 00:20 UTCEG score recompute
- 2026-08-23 10:46 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 17:56 UTCEG score recompute
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-20 17:16 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-19 14:56 UTCEG score recompute
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-16 23:33 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 02:14 UTCEPSS rescore
- 2026-08-15 23:56 UTCEG score recompute
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-13 22:16 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-12 18:24 UTCEG score recompute
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-11 19:11 UTCEG score recompute
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-09 16:21 UTCEG score recompute
- 2026-08-09 13:46 UTCEPSS rescore
Show 18 moreShow fewer
- 2026-08-08 17:16 UTCEG score recompute
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-07 18:10 UTCEG score recompute
- 2026-08-06 19:05 UTCEG score recompute
- 2026-08-06 13:47 UTCEPSS rescore
- 2026-08-05 20:00 UTCEG score recompute
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-04 16:34 UTCEG score recompute
- 2026-08-04 15:38 UTCEG score recompute
- 2026-08-04 15:10 UTCEPSS rescore
- 2026-08-03 21:21 UTCEG score recompute
- 2026-07-30 09:45 UTCEG score recompute
- 2026-07-26 20:57 UTCEG score recompute
- 2026-07-23 03:18 UTCEG score recompute
- 2026-06-14 23:18 UTCEPSS rescore
- 2026-06-13 23:00 UTCEPSS rescore
- 2026-06-12 23:12 UTCEPSS rescore
- 2026-06-10 19:17 UTCEG score recompute
Frequently asked(5)
What is CVE-2026-48061?
When was CVE-2026-48061 disclosed?
Is CVE-2026-48061 actively exploited?
What is the CVSS score of CVE-2026-48061?
How do I remediate CVE-2026-48061?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-48061
Is Your Infrastructure Affected by CVE-2026-48061?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.