This release includes 1 security fix for security teams reviewing exposed deployments.
Topics
+3 more
Affected surfaces
ReleasePort's take
Moderate signalFloors Starlette at >=1.0.1 to block CVE-2026-48710 vulnerable versions; OAuthProxy now logs refreshβtoken cache misses instead of failing silently.
Why it matters: CVEβ2026β48710 (severityβ―90) is mitigated by updating Starlette to versionβ―1.0.1 or newer; the change improves observability of tokenβcache failures in OAuthProxy.
Summary
AI summaryUpdates Enhancements β¨, Security π, and Docs π across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Security | Critical |
Floors Starlette at >=1.0.1, blocking CVE-2026-48710 vulnerable versions. Floors Starlette at >=1.0.1, blocking CVE-2026-48710 vulnerable versions. Source: llm_adapter@2026-06-05 Confidence: high |
β |
| Bugfix | Medium |
OAuthProxy now logs refresh-token cache misses instead of failing silently. OAuthProxy now logs refresh-token cache misses instead of failing silently. Source: llm_adapter@2026-06-05 Confidence: high |
β |
Full changelog
FastMCP 3.4.1 floors Starlette at >=1.0.1 so installs can no longer resolve to a version affected by CVE-2026-48710 β previously the dependency was only constrained transitively through mcp, which allowed vulnerable versions. It also makes OAuthProxy log refresh-token cache misses instead of failing silently.
What's Changed
Enhancements β¨
- Log refresh-token misses in OAuthProxy instead of failing silently by @jlowin in https://github.com/PrefectHQ/fastmcp/pull/4276
Security π
- Add explicit starlette>=1.0.1 floor (CVE-2026-48710) by @jlowin in https://github.com/PrefectHQ/fastmcp/pull/4286
Docs π
- Document --notes-start-tag in release instructions by @jlowin in https://github.com/PrefectHQ/fastmcp/pull/4275
Full Changelog: https://github.com/PrefectHQ/fastmcp/compare/v3.4.0...v3.4.1
Breaking Changes
- Minimum Starlette version raised to >=1.0.1
Security Fixes
- CVE-2026-48710 β Starlette vulnerable versions blocked by explicit >=1.0.1 floor
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- v3.4.0 Proxy initialize now forwards upstream initialization, failing loudly on errors.
Beta — feedback welcome: [email protected]