CVE-2026-32871CRITICAL 10.0EPSS p60.6%

CVE-2026-32871CVE-2026-32871

Description

FastMCP is a Pythonic way to build MCP servers and clients. Prior to version 3.2.0, the OpenAPIProvider in FastMCP exposes internal APIs to MCP clients by parsing OpenAPI specifications. The RequestDirector class is responsible for constructing HTTP requests to the backend service. A vulnerability exists in the _build_url() method. When an OpenAPI operation defines path parameters (e.g., /api/v1/users/{user_id}), the system directly substitutes parameter values into the URL template string without URL-encoding. Subsequently, urllib.parse.urljoin() resolves the final URL. Since urljoin() interprets ../ sequences as directory traversal, an attacker controlling a path parameter can perform path traversal attacks to escape the intended API prefix and access arbitrary backend endpoints. This results in authenticated SSRF, as requests are sent with the authorization headers configured in the MCP provider. This issue has been patched in version 3.2.0.

Scoring

CVSS 3.110.0 (CRITICAL)
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
EPSS1.07% probability of exploitation · percentile 60.6% · 2026-06-19T12:03:05Z
Published2026-04-02
Last modified2026-04-10

Underlying weaknesses· 1

CWE-918

References

  1. https://github.com/PrefectHQ/fastmcp/commit/40bdfb6b1de0ce30609ee9ba5bb95ecd04a9fb71
  2. https://github.com/PrefectHQ/fastmcp/pull/3507
  3. https://github.com/PrefectHQ/fastmcp/releases/tag/v3.2.0
  4. https://github.com/PrefectHQ/fastmcp/security/advisories/GHSA-vv7q-7jx5-f767
  5. https://github.com/PrefectHQ/fastmcp/security/advisories/GHSA-vv7q-7jx5-f767

1

TypeTargetConfidenceTier
WeaknessServer-Side Request Forgery (SSRF)cwe-9180%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2025-66416
CVE
CVE-2025-6514
CVE
CVE-2026-26118
CVE
CVE-2026-10861
CVE
CVE-2026-2880
CVE
CVE-2026-10280
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.