---
id: CVE-2026-34742
aliases:
  - GHSA-xw59-hvm2-8pj6
  - GO-2026-5771
title: >-
  DNS Rebinding Protection Disabled by Default in Model Context Protocol Go SDK
  for Servers Running on Localhost
summary: >-
  DNS Rebinding Protection Disabled by Default in Model Context Protocol Go SDK
  for Servers Running on Localhost
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N'
vendor: modelcontextprotocol
product: github.com/modelcontextprotocol/go-sdk
ecosystem: go
affected:
  - github.com/modelcontextprotocol/go-sdk < 1.4.0
patched:
  - github.com/modelcontextprotocol/go-sdk 1.4.0
published: '2026-04-01'
updated: '2026-07-21'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-xw59-hvm2-8pj6'
references:
  - url: >-
      https://github.com/modelcontextprotocol/go-sdk/security/advisories/GHSA-xw59-hvm2-8pj6
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-34742'
  - url: 'https://github.com/modelcontextprotocol/go-sdk/pull/760'
  - url: >-
      https://github.com/modelcontextprotocol/go-sdk/commit/67bd3f2e2b53ce11a16db8d976cdb8ff1e986b6d
  - url: 'https://access.redhat.com/errata/RHSA-2026:21772'
  - url: 'https://access.redhat.com/security/cve/CVE-2026-34742'
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2454608'
  - url: 'https://github.com/modelcontextprotocol/go-sdk'
  - url: 'https://github.com/modelcontextprotocol/go-sdk/releases/tag/v1.4.0'
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-34742.json
tags:
  - osv
  - go
epss: 0.00664
epssPercentile: 0.49608
ingestedAt: '2026-07-21T19:04:59.717Z'
---

## Overview

The Model Context Protocol (MCP) Go SDK does not enable DNS rebinding protection by default for HTTP-based servers. When an HTTP-based MCP server is run on localhost without authentication with `StreamableHTTPHandler` or `SSEHandler`, a malicious website could exploit DNS rebinding to bypass same-origin policy restrictions and send requests to the local MCP server. This could allow an attacker to invoke tools or access resources exposed by the MCP server on behalf of the user in those limited circumstances.

Note that running HTTP-based MCP servers locally without authentication is not recommended per MCP security best practices. This issue does not affect servers using stdio transport.

Servers created via `StreamableHTTPHandler` or `SSEHandler` now have this protection enabled by default when binding to `localhost`. Users are advised to update to version `1.4.0` to receive this automatic protection.

## Affected packages

- `github.com/modelcontextprotocol/go-sdk < 1.4.0`

## Remediation

Upgrade to a patched release:

- `github.com/modelcontextprotocol/go-sdk 1.4.0`
