CVE-2026-67531: FrontMCP: CodeCall sandbox escape -> host RCE via live Zod schema exposure by getTool
FrontMCP is a TypeScript-first framework for the Model Context Protocol (MCP). Prior to 1.5.7, the sandboxed codecall:execute tool exposes live host Zod schema instances to the script via getTool(), and because Zod v4 defines zod as a non-configurable, non-writable own property, the ECMAScript Proxy invariants force the security membrane to hand back the raw host object, letting a script reach zod.constr.constructor (the host Function constructor) and execute arbitrary code in the server process. A single tools/call is sufficient to escape the sandbox and achieve remote code execution as the server user, exposing everything the process holds such as OAuth client secrets, JWTSECRET, session keys, database credentials, and cloud instance metadata. Because the framework's DEFAULTAUTHOPTIONS is public mode, an unconfigured server serves this to unauthenticated callers, and on authenticated servers an indirect prompt injection in tool output or fetched content can trigger it without a human attackerThis issue is fixed in version 1.5.7.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
FrontMCPto a version that resolves this vulnerability.Fixed in 1.5.7
Event History
Frequently Asked Questions
What is the severity of CVE-2026-67531?
CVE-2026-67531 has a severity score of 95, indicating a critical risk level.
What does CVE-2026-67531 affect?
CVE-2026-67531 affects the FrontMCP framework prior to version 1.5.7.
How do I fix CVE-2026-67531?
To fix CVE-2026-67531, upgrade FrontMCP to version 1.5.7 or later.
What is the primary issue described in CVE-2026-67531?
CVE-2026-67531 describes a code injection vulnerability leading to host remote code execution via exposed Zod schema.
What is the potential impact of CVE-2026-67531?
The potential impact of CVE-2026-67531 includes unauthorized remote code execution on the host system.