browserstack-runner vulnerable to Remote Code Execution via vm sandbox escape in _log HTTP handler
The HTTP handler /_log in lib/server.js (lines 491–515) of browserstack-runner passes unauthenticated user-supplied data to vm.runInNewContext() combined with eval(), enabling a sandbox escape and arbitrary code execution on the host system.