Starlette is a lightweight ASGI framework/toolkit. In versions 1.0.1 and below, when dispatching a request, HTTPEndpoint selects the handler by lowercasing the HTTP method and looking it up as an attribute with getattr, without restricting the lookup to a known set of HTTP verbs. When an HTTPEndpoint subclass is registered through Route(...) without an explicit methods= argument, the route does not constrain the method and every method reaches the endpoint. If a non-standard HTTP method whose lowercased name matches an attribute on the endpoint subclass reaches the endpoint, that attribute is invoked as if it were a request handler. An attacker can use this to reach methods that were never meant to be HTTP handlers, such as internal helpers, without the authorization checks applied by the intended public handler. An application (including Starlette-based frameworks like FastAPI) is affected if it registers an HTTPEndpoint subclass via Route(...) without explicitly setting methods=, and that subclass includes extra methods named like non-standard HTTP verbs that take one request argument and return a response. This issue has been fixed in version 1.1.0.
CVE-2026-48817
This medium-severity CVE scores 5.3 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 88% 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.3
- EG Score
- 5.3(medium)
- EPSS
- 11.6%
- KEV
- Not listed
Published
June 15, 2026
Last Modified
June 26, 2026
Advisory Details (2)
Auto-updated Jun 17, 2026Arbitrary HTTP method dispatched to `HTTPEndpoint` attributes via `getattr` · Advisory · Kludex/starlette · GitHub
https://github.com/Kludex/starlette/security/advisories/GHSA-x746-7m8f-x49cVersion 1.1.0
Patch available: Kludex/starlette 1.1.0
https://github.com/Kludex/starlette/releases/tag/1.1.0Vendor Advisories for CVE-2026-48817(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 |
|---|---|---|---|
| starlette | 0.1.0 ... 1.0.1 (192 versions) | 1.1.0 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 13× in last 7d / 47× 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-07-07 00:17 UTCEG score recompute
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 10:40 UTCEG score recompute
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 09:59 UTCEG score recompute
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-03 07:15 UTCEG score recompute
- 2026-07-02 06:34 UTCEG score recompute
- 2026-07-01 15:07 UTCEPSS rescore
- 2026-07-01 05:58 UTCEG score recompute
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 05:23 UTCEG score recompute
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 04:51 UTCEG score recompute
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 03:37 UTCEG score recompute
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-27 03:05 UTCEG score recompute
- 2026-06-26 02:30 UTCEG score recompute
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-25 01:57 UTCEG score recompute
Show 22 moreShow fewer
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-24 01:25 UTCEG score recompute
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-23 00:51 UTCEG score recompute
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 00:13 UTCEG score recompute
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-20 23:39 UTCEG score recompute
- 2026-06-19 23:00 UTCEG score recompute
- 2026-06-19 19:26 UTCEPSS rescore
- 2026-06-19 19:26 UTCEPSS rescore
- 2026-06-18 22:25 UTCEG score recompute
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-17 21:51 UTCEG score recompute
- 2026-06-16 21:18 UTCEG score recompute
- 2026-06-15 20:46 UTCEG score recompute
Frequently asked(5)
What is CVE-2026-48817?
When was CVE-2026-48817 disclosed?
Is CVE-2026-48817 actively exploited?
What is the CVSS score of CVE-2026-48817?
How do I remediate CVE-2026-48817?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-48817
Is Your Infrastructure Affected by CVE-2026-48817?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.