云虫漏洞情报

CVE-2026-81098 - The Telnyx MCP server exposed its HTTP transport on every interface and did not require a caller credential. packages/mcp-server/src/http.ts served MCP on the root path with a listener bound to all interfaces and parsed the caller's authentication headers in a mode that did not fail when they were absent, so a request without any credential completed initialisation and dispatched tools. Dispatch forwarded the server's own stored credentials, the Telnyx API key and client secret - 漏洞详情

漏洞编号:CVE-2026-81098

风险等级:危急

漏洞来源:CVE

CVE 编号:CVE-2026-81098

CNNVD 编号:-

厂商/产品:- / -

影响范围:-

CWE:CWE-306

发布/更新时间:2026-08-27 / 2026-08-27

漏洞描述

The Telnyx MCP server exposed its HTTP transport on every interface and did not require a caller credential. packages/mcp-server/src/http.ts served MCP on the root path with a listener bound to all interfaces and parsed the caller's authentication headers in a mode that did not fail when they were absent, so a request without any credential completed initialisation and dispatched tools. Dispatch forwarded the server's own stored credentials, the Telnyx API key and client secret together with the code-execution key, to the upstream endpoint, so an unauthenticated caller able to reach the port acted with them. The current code defaults the host to loopback, requires a server API key, and enforces it in middleware.

相关链接

相关漏洞

« 返回首页