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.
Advisories
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-89xv-2j6f-qhc8 | Cross-Site Tool Execution for HTTP Servers without Authorizatrion in github.com/modelcontextprotocol/go-sdk |
Fixes
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
References
History
Tue, 24 Mar 2026 10:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Modelcontextprotocol
Modelcontextprotocol go-sdk |
|
| Vendors & Products |
Modelcontextprotocol
Modelcontextprotocol go-sdk |
Tue, 24 Mar 2026 02:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | 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. | |
| Title | MCP Go SDK Allows Cross-Site Tool Execution for HTTP Servers without Authorizatrion | |
| Weaknesses | CWE-352 | |
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-03-23T23:44:16.106Z
Reserved: 2026-03-18T02:42:27.510Z
Link: CVE-2026-33252
No data.
Status : Received
Published: 2026-03-24T00:16:30.017
Modified: 2026-03-24T00:16:30.017
Link: CVE-2026-33252
No data.
OpenCVE Enrichment
Updated: 2026-03-24T10:29:46Z
Weaknesses
Github GHSA