CVE-2026-45369

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.
Configurations

No configuration.

History

16 May 2026, 01:16

Type Values Removed Values Added
References () https://github.com/universal-tool-calling-protocol/python-utcp/security/advisories/GHSA-33p6-5jxp-p3x4 - () https://github.com/universal-tool-calling-protocol/python-utcp/security/advisories/GHSA-33p6-5jxp-p3x4 -

14 May 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-14 21:16

Updated : 2026-05-16 01:16


NVD link : CVE-2026-45369

Mitre link : CVE-2026-45369

CVE.ORG link : CVE-2026-45369


JSON object : View

Products Affected

No product.

CWE
CWE-78

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')