CVE-2024-34062

Severity CVSS v4.0:
Pending analysis
Type:
CWE-74 Injection
Publication date:
03/05/2024
Last modified:
15/04/2026

Description

tqdm is an open source progress bar for Python and CLI. Any optional non-boolean CLI arguments (e.g. `--delim`, `--buf-size`, `--manpath`) are passed through python's `eval`, allowing arbitrary code execution. This issue is only locally exploitable and had been addressed in release version 4.66.3. All users are advised to upgrade. There are no known workarounds for this vulnerability.