Beveiligingsadvies

CVE-2026-45369

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2026-05-14 20:14:50
Laatst bijgewerkt 2026-05-16 01:00:25
Toegewezen door GitHub_M
CVSS-score 8.3
Status PUBLISHED

Beschrijving

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.