๐Ÿ” CVE Alert

CVE-2026-101057

LOW 3.1

utcp-mcp before 1.1.3 SSRF via unvalidated MCP server URL

CVSS Score
3.1
EPSS Score
0.0%
EPSS Percentile
0th

utcp-mcp (the MCP plugin of python-utcp) through 1.1.2 connects to the HTTP and WebSocket MCP server URLs given in a call template's mcpServers configuration without the ensure_secure_url validation that the HTTP-family plugins apply, so the HTTPS/WSS-or-loopback rule is not enforced. A call template naming a plain-HTTP, non-loopback MCP server URL is dialed as configured, exposing the MCP handshake to network interception and permitting cleartext connections to internal hosts. The mcpServers configuration is operator-authored rather than remote data, and the connection is an MCP handshake rather than an arbitrary request returning a body, which limits practical exploitation; the OAuth2 token_url credential path described in the original report was not reachable in the affected versions, because the OAuth2 handler was never invoked and the call template's auth field was not read. Fixed in utcp-mcp 1.1.3, which validates server URLs before any connection is made.

CWE CWE-319
Vendor universal-tool-calling-protocol
Product python-utcp
Published Sep 27, 2026
Stay Ahead of the Next One

Get instant alerts for universal-tool-calling-protocol python-utcp

Be the first to know when new low vulnerabilities affecting universal-tool-calling-protocol python-utcp are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

universal-tool-calling-protocol / python-utcp
0 < 1.1.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/universal-tool-calling-protocol/python-utcp/security/advisories/GHSA-qwr9-cj2c-v3fv vulncheck.com: https://www.vulncheck.com/advisories/utcp-mcp-before-1.1.3-ssrf-via-unvalidated-mcp-server-url

Credits

CyberKareem