Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 applicationsLearn about Arbitrary Command Injection vulnerabilities in an interactive lesson.
Start learningUpgrade @hoppscotch/cli
to version 0.8.0 or higher.
@hoppscotch/cli is an A CLI to run Hoppscotch test scripts in CI environments.
Affected versions of this package are vulnerable to Arbitrary Command Injection due to the improper handling of user-supplied input in the vm
module context. An attacker can execute arbitrary system commands on the victim's machine by crafting a malicious pre-request script that escapes the sandbox environment.
Note
This is only exploitable if the victim downloads and runs a malicious Hoppscotch collection with the CLI tool.
This vulnerability can be mitigated by using alternative safe JavaScript sandboxing libraries or by introducing an --enable-scripting
flag for the CLI and disabling scripting by default.
outside = pw.constructor.constructor('return this')()
outside.process.mainModule.require('child_process').execSync('id > /tmp/pwnd')