SIGN IN SIGN UP
wailsapp / wails UNCLAIMED

Create beautiful applications using Go

0 0 0 Go

fix(security): prevent command injection in setup wizard

The handleInstallDependency endpoint was vulnerable to command injection
attacks. User-provided commands were split and executed directly without
validation, allowing attackers to run arbitrary commands.

Changes:
- Add whitelist of allowed commands (package managers only)
- Validate commands against whitelist before execution
- Handle privilege escalation commands (sudo/pkexec/doas) by also
  validating the elevated command
- Reject any command not in the whitelist with a clear error message

The whitelist includes common package managers across platforms:
- Linux: apt, dnf, pacman, zypper, emerge, eopkg, nix-env
- macOS: brew, port
- Windows: winget, choco, scoop

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
L
Lea Anthony committed
330bc4e3de3686da47e260094c2a00f83db2f6b5
Parent: 8d28e2d