CVE-2026-33252 PUBLISHED

MCP Go SDK Allows Cross-Site Tool Execution for HTTP Servers without Authorizatrion

Assigner: GitHub_M
Reserved: 18.03.2026 Published: 23.03.2026 Updated: 23.03.2026

The Go MCP SDK used Go's standard encoding/json. Prior to version 1.4.1, the Go SDK's Streamable HTTP transport accepted browser-generated cross-site POST requests without validating the Origin header and without requiring Content-Type: application/json. In deployments without Authorization, especially stateless or sessionless configurations, this allows an arbitrary website to send MCP requests to a local server and potentially trigger tool execution. Version 1.4.1 contains a patch for the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L
CVSS Score: 7.1

Product Status

Vendor modelcontextprotocol
Product go-sdk
Versions
  • Version < 1.4.1 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE