๐Ÿ” CVE Alert

CVE-2026-64651

UNKNOWN 0.0

AI SDK OpenCode Harness Tool Relay Authorization Bypass

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

The `@ai-sdk/harness-opencode` tool connects HarnessAgent to OpenCode through a sandboxed bridge. Prior to version 1.0.28, the tool relay authorizes requests from any process whose command line contains an allowed helper script path (`host-tool-mcp.mjs`). This allows untrusted code executing in the sandbox to invoke arbitrary host-exposed tools including secret lookups, deployment operations, and cloud API calls without a corresponding model-authorized tool-call event. Exploitation requires a Linux environment (the vulnerable fallback checks `process.platform === 'linux'` and reads `/proc`); an active harness session with one or more host-provided tools; and untrusted code executing in the sandbox (e.g. a malicious dependency, build script, or lifecycle hook) The fix in version 1.0.28 removes the process-path authorization fallback entirely. Relay requests are now only accepted after exact, short-lived, one-time authorization matching the tool name and input from a bridge-observed model event. Some workarounds are available. Do not run the OpenCode harness on untrusted repositories or with untrusted dependencies, and/or limit host-exposed tools to non-sensitive operations when working with untrusted code.

CWE CWE-863
Vendor vercel
Product @ai-sdk/harness-opencode
Published Jul 20, 2026
Stay Ahead of the Next One

Get instant alerts for vercel @ai-sdk/harness-opencode

Be the first to know when new unknown vulnerabilities affecting vercel @ai-sdk/harness-opencode are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

vercel / @ai-sdk/harness-opencode
< 1.0.29

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/vercel/ai/security/advisories/GHSA-g48p-5rr5-8rgq github.com: https://github.com/vercel/ai/pull/17105