CVE-2026-33252 Details
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.
A vulnerability in the Go Model Context Protocol (MCP) SDK's Streamable HTTP transport allowed cross-site `POST` requests to be accepted without proper validation of the `Origin` header or enforcement of the `Content-Type: application/json` requirement. This issue was present in versions through 1.4.0. In environments lacking authorization, particularly those that are stateless or sessionless, it enabled arbitrary websites to send MCP requests to a local server, potentially triggering the execution of tools. The vulnerability arose because the HTTP transport did not verify the origin of requests, leaving a gap that could be exploited by malicious sites.
Users are advised to update the Go MCP SDK to version 1.4.1 or later, which includes the necessary validation of the `Content-Type` header and origin verification for `POST` requests. Version 1.4.1 requires Go 1.25 or later.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-352 | Cross-Site Request Forgery (CSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| lfprojects mcp go sdk | < 1.4.1 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 15, 2026 | Initial Analysis | [email protected] |
| Mar 24, 2026 | New CVE Received | [email protected] |