CVE 8.3 HIGH

python-utcp: Command Injection via Unsanitized Argument Substitution in CLI Communication Protocol_CVE-2026-45369

8.3 / 10
HIGH
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H

Description

python-utcp is the python implementation of UTCP. Prior to 1.1.3, the _substitute_utcp_args method in cli_communication_protocol.py inserts user-controlled tool_args values directly into shell command strings without any sanitization or escaping. These commands are then executed via /bin/bash -c (Unix) or powershell.exe -Command (Windows), allowing an attacker to inject arbitrary shell commands. This vulnerability is fixed in 1.1.3.

Basic Information

ID CVE-2026-45369
Source GitHub_M
Published May 14, 2026 at 20:14

Affected Product

Vendor universal-tool-calling-protocol
Product python-utcp
Version < 1.1.2
Affected Versions universal-tool-calling-protocol python-utcp < 1.1.2

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.