mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-29 09:41:05 +00:00
20 lines
970 B
Markdown
20 lines
970 B
Markdown
![]() |
### [CVE-2019-10761](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10761)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
This affects the package vm2 before 3.6.11. It is possible to trigger a RangeError exception from the host rather than the "sandboxed" context by reaching the stack call limit with an infinite recursion. The returned object is then used to reference the mainModule property of the host code running the script allowing it to spawn a child_process and execute arbitrary code.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
- https://github.com/patriksimek/vm2/issues/197
|
||
|
- https://snyk.io/vuln/SNYK-JS-VM2-473188
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/ARPSyndicate/cvemon
|
||
|
- https://github.com/ossf-cve-benchmark/CVE-2019-10761
|
||
|
|