syscall, os/exec: unsanitized NUL in environment variables · Issue #56284 · golang/go

On Windows, syscall.StartProcess and os/exec.Cmd did not properly check for invalid environment variable values. A malicious environment variable value could exploit this behavior to set a value fo...