MCPNews

The Model Context Protocol ecosystem, verified

Current spec 2026-07-28

Telnyx

VulnCheck publishes twelve CVEs against MCP HTTP transports in one batch, from mcp-go to Dropbox Dash

Twelve CVE records against MCP HTTP transports, all assigned by VulnCheck as CNA, were published within the same minute on 2026-08-27. The defect classes repeat across unrelated projects: missing or disabled Host-header validation enabling DNS rebinding (mark3labs/mcp-go before 0.56.0, Dropbox's Dash MCP server, three Timescale servers), unauthenticated listeners bound to every interface (Telnyx MCP server at 9.1, ByteDance's UI-TARS desktop at 10.0, mcp-router), server-side request forgery (mcp-use's inspector proxy, Apify's get-html-skeleton tool), and an unauthenticated Python sandbox escape (ToolUniverse).

VulnCheck published twelve CVE records against MCP HTTP transports on 2026-08-27, all timestamped within the same minute. The batch spans unrelated projects from single-maintainer tools to Dropbox, ByteDance, Telnyx, Timescale and Apify, and the defects sort into four classes that recur across it.

The largest class is DNS rebinding through absent or disabled Host-header validation. mark3labs/mcp-go (CVE-2026-81092, 6.8 medium), the most widely used community Go SDK, accepted requests on its streamable HTTP and SSE transports without checking the Host header; version 0.56.0 fixes it. Dropbox's Dash MCP server (CVE-2026-81102) bound to loopback but never checked the host a request named, fixed by PR #12. Three Timescale servers - pg-aiguide, tiger-slack, and tiger-gh-mcp-server (CVE-2026-81095, -81099, -81100) - all called a shared helper that never enabled the host allow-list their underlying SDK provides; the records name no fixed versions.

The second class is unauthenticated listeners on every interface. The Telnyx MCP server (CVE-2026-81098, 9.1 critical) served MCP on the root path with no caller credential; the record covers versions through 6.83.0 and names no fixed version, while the telnyx-node line has moved to 7.17.0. ByteDance's UI-TARS-desktop (CVE-2026-81735) carries the batch's only CVSS 10.0: its @agent-infra MCP servers defaulted their listen address to every interface, exposing arbitrary command execution; a merged commit fixes it. mcp-router's CLI (CVE-2026-81094) is fixed in 0.6.3.

The remainder: server-side request forgery in mcp-use's inspector proxy (CVE-2026-81091, 8.6 high, no fixed version named) and in Apify's get-html-skeleton tool (CVE-2026-81093, fixed in actors-mcp-server 0.9.12 - the second record against that server this month), plus an unauthenticated Python sandbox escape in Harvard's ToolUniverse (CVE-2026-81096, no fixed version named).

Two of the affected servers are catalog entities here: telnyx-mcp and apify-mcp-server. The exposure the batch returns to again and again is one shape: a local MCP HTTP transport reachable by any process on the machine or, through DNS rebinding, by any web page in the user's browser.

Related servers and clients

How was this verified, and what are the sources?

Published · last verified · confidence 1.00.

  1. NVD API keyword query for MCP records published 2026-08-27T12:00 to 2026-08-28 - returns the twelve VulnCheck-assigned transport records (CVE-2026-81091 through 81096, 81098 through 81102, and 81735), all stamped 2026-08-27T17:20 - accessed
  2. CVE-2026-81092 CNA record (VulnCheck) - "mcp-go before 0.56.0 Missing Host Header Validation Enables DNS Rebinding", 6.8 medium; fixed in v0.56.0 via PR #921 - accessed
  3. CVE-2026-81098 CNA record (VulnCheck) - "Telnyx MCP Server through 6.83.0 Missing Authentication on Streamable HTTP Transport", 9.1 critical; the record names no fixed version; references team-telnyx/telnyx-node PR #450 (merged 2026-06-24) and the current telnyx-node line is 7.17.0 - accessed
  4. CVE-2026-81735 CNA record (VulnCheck) - "UI-TARS-desktop @agent-infra MCP Servers Bind Every Interface Without Authentication", CVSS 10.0 critical; fixed by commit c2ad42e via bytedance/UI-TARS-desktop PR #1918 - accessed
  5. CVE-2026-81093 CNA record (VulnCheck) - "Apify Actors MCP Server before 0.9.12 Server-Side Request Forgery via get-html-skeleton"; fixed in 0.9.12 - accessed
  6. CVE-2026-81091 CNA record (VulnCheck) - "mcp-use Inspector Proxy Server-Side Request Forgery via Caller-Supplied Target URL", 8.6 high; no fixed version named; repo advisory GHSA-f2jg-rm2x-hc5p - accessed

← All news