Skip to content

v6.9.3

@itechdom itechdom tagged this 02 Jun 10:41
osWatchProcess interpolated searchTerm into a shell `pgrep -f "..."` via
execSync, allowing command injection from a @payload-bound process name.
Switch to execFileSync('pgrep', ['-f', searchTerm]) (no shell) + a charset
guard on the search term.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Assets 2
Loading