{"id":"GHSA-6fgx-x7m2-74qm","aliases":[],"url":"https://o3.security/vulnerability/GHSA-6fgx-x7m2-74qm","summary":"tracexec has `env` command argument injection via environment variables starting with dash in traced exec events","details":"### Impact\n\nFor tracexec's command line reconstruction feature, when a traced process executes another process with a environment variable where the key starts with a dash, tracexec incorrectly shows its commandline where such environment variables could cause argument injection for the `env` command.\nSuch an injection is completely at the UI level unless the user tries to copy the command line with the injection and paste it into a terminal to execute it.\n\nA minimal POC is executing `env -- -a=b bash --norc` in tracexec's TUI mode. The resulting command line of `env` executing bash would be `env -a bash -a=b  _=/usr/bin/env /usr/bin/bash --norc` in tracexec's TUI, which injects `-a=b` into `env`'s arguments.\n\nThis has very limited effect for security.  A local adversarial could leverage this to make tracexec show an inaccurate reconstructed commandline for their executed command. If the user of tracexec decides to copy and run the reconstructed commandline,\nthere could be injection for `env`'s `--block-signal`, `--default-signal`, `--ignore-signal`, `--split-string`, `--unset`, `--chdir`, `--argv0` arguments.\n\n### Patches\nThe fix is https://github.com/kxxt/tracexec/pull/118. Users are advised to upgrade to 0.14.0.\n\n### Workarounds\n\nDon't blindly paste and execute commands copied from tracexec that contains environment variable where the key starts with a dash.","published":"2025-10-13T20:19:36Z","modified":"2025-10-13T20:19:36Z","cvss":null,"epss":null,"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"crates.io","name":"tracexec","fixedVersion":"0.14.0"}],"fix":{"url":"https://github.com/kxxt/tracexec/pull/118","label":"kxxt/tracexec#118"},"references":[{"type":"WEB","url":"https://github.com/kxxt/tracexec/security/advisories/GHSA-6fgx-x7m2-74qm"},{"type":"WEB","url":"https://github.com/kxxt/tracexec/pull/118"},{"type":"WEB","url":"https://github.com/kxxt/tracexec/commit/0dbe63214c8686df5bb62dbe6142cce27868ecff"},{"type":"PACKAGE","url":"https://github.com/kxxt/tracexec"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2025-10-13T20:19:36Z"}}