The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade browserstack-cypress-cli to version 1.36.6 or higher.
browserstack-cypress-cli is a BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices.
Affected versions of this package are vulnerable to Command Injection via the loadJsFile() process in readCypressConfigUtil. An attacker can execute arbitrary commands by supplying a crafted cypress_config_filepaththat is interpolated into theexecSync()` command string. This lets a malicious config path break out of the intended Node invocation and run attacker-controlled shell commands on the host that loads the Cypress config, leading to remote code execution and compromise of the affected machine or build environment.
Notes
NODE_PATH handling.Workarounds
browserstack.json so only trusted users can set or edit run_settings.cypress_config_file; this blocks attackers from supplying a crafted path that injects shell commands when the CLI loads the Cypress config.npx browserstack-cypress-cli run on untrusted repositories or cloned codebases with attacker-controlled browserstack.json; this prevents malicious cypress_config_file values from being processed on your machine or CI runner.