Vulnerability Description
@hoppscotch/cli is a CLI to run Hoppscotch Test Scripts in CI environments. Prior to 0.8.0, the @hoppscotch/js-sandbox package provides a Javascript sandbox that uses the Node.js vm module. However, the vm module is not safe for sandboxing untrusted Javascript code. This is because code inside the vm context can break out if it can get a hold of any reference to an object created outside of the vm. In the case of @hoppscotch/js-sandbox, multiple references to external objects are passed into the vm context to allow pre-request scripts interactions with environment variables and more. But this also allows the pre-request script to escape the sandbox. This vulnerability is fixed in 0.8.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/hoppscotch/hoppscotch/commit/22c6eabd133195d22874250a5ae40cb2
- https://github.com/hoppscotch/hoppscotch/security/advisories/GHSA-qmmm-73r2-f8xr
- https://www.sonarsource.com/blog/scripting-outside-the-box-api-client-security-r
- https://github.com/hoppscotch/hoppscotch/commit/22c6eabd133195d22874250a5ae40cb2
- https://github.com/hoppscotch/hoppscotch/security/advisories/GHSA-qmmm-73r2-f8xr
FAQ
What is CVE-2024-34347?
CVE-2024-34347 is a vulnerability with a CVSS score of 8.3 (HIGH). @hoppscotch/cli is a CLI to run Hoppscotch Test Scripts in CI environments. Prior to 0.8.0, the @hoppscotch/js-sandbox package provides a Javascript sandbox that uses the Node.js vm module. However, t...
How severe is CVE-2024-34347?
CVE-2024-34347 has been rated HIGH with a CVSS base score of 8.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-34347?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.