Zurück zur Liste

utcp-cli Vulnerable to Command Injection via Unsanitized Argument Substitution in CLI Communication Protocol — CVE-2026-45369

GHSA · GitHub · CVE-2026-45369

ID
CVE-2026-45369
Datum
Activity
Quelle
GHSA
Vendor
GitHub
Risiko
critical
CVSS
10

Zusammenfassung

## Summary 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. ## Affected File…

Produkt

pip: utcp-cli

Was tun?

Allgemeine, vorsichtige Schritte (bitte prüfe die offizielle Quelle für Details):

  • Priorisiere sofort Patches oder Mitigations (hohes akutes Risiko).
  • Identifiziere betroffene Produktversionen und prüfe, ob du betroffen bist.
  • Spiele Hersteller-Updates/Patches ein oder setze empfohlene Mitigations um.
  • Lies das offizielle Advisory für betroffene Versionen und konkrete Schritte.

Offizielles Advisory

Mehr dazu