Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vm2 Sandbox Escape vulnerability #446

Open
1 of 4 tasks
TheKingTermux opened this issue Nov 29, 2023 · 0 comments
Open
1 of 4 tasks

vm2 Sandbox Escape vulnerability #446

TheKingTermux opened this issue Nov 29, 2023 · 0 comments
Labels
Auto Create Issues Label for Auto Created Issues Critical This label for Security Severity only do-not-autoclose Make bot can't close an Issues or PRs Security Label for Security Issues
Milestone

Comments

@TheKingTermux
Copy link
Owner

Description

In vm2 for versions up to 3.9.19, Node.js custom inspect function allows attackers to escape the sandbox and run arbitrary code.

Impact
Remote Code Execution, assuming the attacker has arbitrary code execution primitive inside the context of vm2 sandbox.

Patches
None.

Workarounds
None.

References
PoC is to be disclosed on or after the 5th of September.

Similarity with CVE-2023-37466
While this advisory might look similar to CVE-2023-37466, it is a completely different way of escaping the sandbox.

For more information
If you have any questions or comments about this advisory:

Open an issue in VM2
Thanks to Xion (SeungHyun Lee) of KAIST Hacking Lab for disclosing this vulnerability.

Severity Check

  • Low
  • Moderate
  • High
  • Critical

Severity Number

9.8

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weaknesses
CWE-78
CVE ID
CVE-2023-37903
GHSA ID
GHSA-g644-9gfx-q4q4
Source code
patriksimek/vm2

Information

Package
vm2 (npm)
Affected versions
<= 3.9.19
Patched versions
None

References

GHSA-g644-9gfx-q4q4
https://nvd.nist.gov/vuln/detail/CVE-2023-37903
https://security.netapp.com/advisory/ntap-20230831-0007/

@TheKingTermux TheKingTermux added do-not-autoclose Make bot can't close an Issues or PRs Security Label for Security Issues Auto Create Issues Label for Auto Created Issues Critical This label for Security Severity only labels Nov 29, 2023
@TheKingTermux TheKingTermux added this to the Alice 1.0.6 milestone Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto Create Issues Label for Auto Created Issues Critical This label for Security Severity only do-not-autoclose Make bot can't close an Issues or PRs Security Label for Security Issues
Projects
None yet
Development

No branches or pull requests

1 participant