Zurück zur Liste

python-utcp: Full Process Environment Exposed to CLI Subprocess - Secrets Leakage via Command Injection — CVE-2026-45370

GHSA · GitHub · CVE-2026-45370

ID
CVE-2026-45370
Datum
Activity
Quelle
GHSA
Vendor
GitHub
Risiko
high
CVSS
7.7

Zusammenfassung

## Summary `_prepare_environment()` in `cli_communication_protocol.py` passes a full copy of `os.environ` to every CLI subprocess. When combined with the Command Injection vulnerability (CWE-78) in `_substitute_utcp_args()` tracked as GHSA-33p6-5jxp-p3x4, an attacker can exfiltrate all process-level secrets in a single tool call. ## Vulnerable Code ```python # cli_communication_protocol.py def…

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