Context-Inappropriate Capability
Medium
- Confidence
- 98% confidence
- Finding
- The script executes `source "$config_path"` on a user-controlled config file, which means any shell commands placed in that file will run with the privileges of whoever launches the diagnostic tool. A config file should be treated as data, not executable code; if an attacker can modify it or trick a user into using a malicious `PEXO_CONFIG` path, this becomes arbitrary code execution.
