Skip to main content

python-utcp CVE-2026-12210

| EUVDEUVD-2026-36684 LOW
Server-Side Request Forgery (SSRF) (CWE-918)
2.1
CVSS 4.0 · Vendor: VulDB

Severity by source

Vendor (VulDB) PRIMARY
2.1 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
5.4 MEDIUM

Network-reachable SSRF requiring low-privilege authentication; low C and I impact from internal resource access; no direct availability impact.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (VulDB).

CVSS VectorVendor: VulDB

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

3
Severity Changed
Jun 15, 2026 - 03:22 NVD
MEDIUM LOW
CVSS changed
Jun 15, 2026 - 03:22 NVD
5.3 (MEDIUM) 2.1 (LOW)
Analysis Generated
Jun 15, 2026 - 03:16 vuln.today

DescriptionCVE.org

A vulnerability was detected in universal-tool-calling-protocol python-utcp 1.1.0. This affects an unknown function of the component utcp-gql/utcp-websocket. Performing a manipulation results in server-side request forgery. The attack can be initiated remotely. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

AnalysisAI

Server-side request forgery in python-utcp 1.1.0's utcp-gql and utcp-websocket components allows remote low-privileged attackers to coerce the server into issuing arbitrary outbound HTTP requests, potentially reaching internal infrastructure not exposed to the public internet. The affected library implements the universal-tool-calling-protocol and the vulnerable code paths reside in its GraphQL and WebSocket transport handlers. A public exploit has been disclosed via GitHub, and the vendor did not respond to coordinated disclosure, leaving no official patch available at time of analysis.

Technical ContextAI

python-utcp is a Python implementation of the universal-tool-calling-protocol (UTCP), a protocol for standardized tool invocation across AI and automation systems. The affected components - utcp-gql (GraphQL transport) and utcp-websocket (WebSocket transport) - handle endpoint URLs or connection targets that are user-influenced. CWE-918 (Server-Side Request Forgery) describes the root cause: the library fails to validate, restrict, or sanitize attacker-controlled URL inputs before the Python runtime performs outbound network connections on the server's behalf. This allows attackers to redirect the server to internal RFC-1918 addresses, cloud metadata endpoints (e.g., 169.254.169.254), or other network segments inaccessible from the public internet. The CPE string cpe:2.3:a:universal-tool-calling-protocol:python-utcp:*:*:*:*:*:*:*:* uses a wildcard version field, suggesting NVD has not yet constrained the affected range beyond the 1.1.0 version cited in the description.

RemediationAI

No vendor-released patch has been identified at time of analysis; the vendor did not respond to the coordinated disclosure. Users should monitor the upstream repository at https://github.com/universal-tool-calling-protocol/python-utcp and the open GitHub issue #86 for any patch or release. As a compensating control, restrict outbound network egress from the host running python-utcp to only explicitly required external destinations using host-based firewall rules or a network egress proxy; this limits the reachable targets of a forged request but does not eliminate the vulnerability. Disable or gate access to the utcp-gql and utcp-websocket transport endpoints so that only explicitly trusted and authenticated principals can invoke them, reducing the exploitable attack surface. If cloud infrastructure is involved, block access to the instance metadata endpoint (e.g., 169.254.169.254) at the network or IAM level independently of the application. Organizations requiring this library should evaluate pinning to a patched release once one is available, or replacing the SSRF-prone transports with a hardened HTTP client that enforces an allowlist of permitted destination hosts.

More in Python

View all
CVE-2025-24016 CRITICAL POC
9.9 Feb 10

Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t

CVE-2025-27520 CRITICAL POC
9.8 Apr 04

BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser

CVE-2025-2945 CRITICAL POC
9.9 Apr 03

pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi

CVE-2013-5093 MEDIUM POC
6.8 Sep 27

The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python

CVE-2025-32375 CRITICAL POC
9.8 Apr 09

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica

CVE-2014-0224 HIGH POC
7.4 Jun 05

OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph

CVE-2024-21644 HIGH POC
7.5 Jan 08

pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.

CVE-2026-33017 CRITICAL POC
9.3 Mar 17

Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301

CVE-2017-9462 HIGH POC
8.8 Jun 06

In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse

CVE-2026-49869 CRITICAL POC
10.0 Jun 26

Unauthenticated remote code execution affects Kestra OSS (the open-source event-driven orchestration platform) prior to

CVE-2026-39987 CRITICAL POC
9.3 Apr 08

Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/

CVE-2024-21645 MEDIUM POC
5.3 Jan 08

pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne

Share

CVE-2026-12210 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy