You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: User-provided SandboxRequest.command is used to construct subprocess arguments. If untrusted input reaches command (via API/plugin), an attacker can control the executed command, causing remote code execution.
Mitigation: Enforce allowlist for commands, validate/sanitize SandboxRequest.command, use explicit argv lists only, run sandboxed process as non-root with minimal capabilities.
Scan Summary
High Severity
CWE-78 / CWE-94: Command injection via SandboxRequest.command in run_sandbox