Views
No views yet
entry_cmd and additional_args are NOT shell-quoted, but the result is passed
to bash -c for execution. Shell metacharacters enable command injection.| # | File | Line | Issue |
|---|---|---|---|
| 1 | local_container.py | 290 | entry_cmd[0] not quoted |
| 2 | local_container.py | 293 | entry_cmd[1:] not quoted |
| 3 | local_container.py | 295 | additional_args not quoted |
| 4 | local_process.py | 69 | entry_point.command not quoted |
1pip install wandb
2python3 poc_wandb_cmd_injection.py