Vulnerability 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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Lfprojects | Mcp Go Sdk | < 1.4.1 |
Related Weaknesses (CWE)
References
- https://github.com/modelcontextprotocol/go-sdk/commit/a433a831d6e5d5ac3b9e625a80Patch
- https://github.com/modelcontextprotocol/go-sdk/security/advisories/GHSA-89xv-2j6PatchVendor Advisory
FAQ
What is CVE-2026-33252?
CVE-2026-33252 is a vulnerability with a CVSS score of 7.1 (HIGH). 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` he...
How severe is CVE-2026-33252?
CVE-2026-33252 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-33252?
Check the references section above for vendor advisories and patch information. Affected products include: Lfprojects Mcp Go Sdk.