CVE-2026-27896
Last modified
CVE-2026-27896 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. The Go MCP SDK used Go's standard encoding/json.Unmarshal for JSON-RPC and MCP protocol message parsing in versions prior to 1.3.1. Go's standard library performs case-insensitive matching of JSON keys to struct field tags — a field tagged json:"method" would also match "Method", "METHOD", etc. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
The Go MCP SDK used Go's standard encoding/json.Unmarshal for JSON-RPC and MCP protocol message parsing in versions prior to 1.3.1. Go's standard library performs case-insensitive matching of JSON keys to struct field tags — a field tagged json:"method" would also match "Method", "METHOD", etc. This violated the JSON-RPC 2.0 specification, which defines exact field names. A malicious MCP peer may have been able to send protocol messages with non-standard field casing that the SDK would silently accept. This had the potential for bypassing intermediary inspection and coss-implementation inconsistency. Go's standard JSON unmarshaling was replaced with a case-sensitive decoder in commit 7b8d81c. Users are advised to update to v1.3.1 to resolve this issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Lfprojects | Mcp Go Sdk | < 1.3.1 |
References
- https://github.com/modelcontextprotocol/go-sdk/security/advisories/GHSA-wvj2-96wp-fq3fPatch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-27896?
How severe is CVE-2026-27896?
How do I fix CVE-2026-27896?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-27890Firebird is an open-source relational database management sy…8.2
- CVE-2026-27891FacturaScripts is an open source accounting and invoicing so…7.2
- CVE-2026-27892FacturaScripts is an open source accounting and invoicing so…6.5
- CVE-2026-27893vLLM is an inference and serving engine for large language m…8.8
- CVE-2026-27894LDAP Account Manager (LAM) is a webfrontend for managing ent…8.8
- CVE-2026-27895LDAP Account Manager (LAM) is a webfrontend for managing ent…8.8
- CVE-2026-27897Vociferous provides cross-platform, offline speech-to-text w…7.1
- CVE-2026-27898Vaultwarden is an unofficial Bitwarden compatible server wri…5.4
- CVE-2026-27899WireGuard Portal (or wg-portal) is a web-based configuration…8.8
- CVE-2026-2790Same-origin policy bypass in the Networking: JAR component. …9.8
- CVE-2026-27900The Terraform Provider for Linode versions prior to v3.9.0 l…7.7
- CVE-2026-27901Svelte performance oriented web framework. Prior to version …6.1
Are you affected by CVE-2026-27896?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
