CVE-2026-81098 describes a critical missing authentication vulnerability in the Telnyx MCP (Model Context Protocol) server. The HTTP transport was bound to all network interfaces instead of loopback only, and the authentication header parsing logic did not fail when credentials were absent. This allowed unauthenticated remote callers who could reach the port to complete initialization and dispatch tools without any credential. Upon dispatch, the server forwarded its own stored credentials — including the Telnyx API key, client secret, and code-execution key — to upstream endpoints, effectively granting attackers full use of those privileged credentials. The vulnerability affected packages/mcp-server/src/http.ts in the telnyx-node package through version 6.83.0. The fix defaults the host binding to loopback, requires a server API key, and enforces authentication in middleware.