Lucene search
K

24 matches found

Github Security Blog
Github Security Blog
added 2026/04/14 12:15 a.m.3 views

Nest Affected by DoS via Recursive handleData in JsonSocket (TCP Transport)

Impact Attacker sends many small, valid JSON messages in one TCP frame → handleData recurses once per message; buffer shrinks each call → maxBufferSize is never reached; call stack overflows instead → A 47 KB payload is sufficient to trigger RangeError Patches Fixed in @nestjs/[email protected]....

7.5CVSS6AI score0.00061EPSS
Exploits0References3Affected Software1
Snyk
Snyk
added 2026/03/25 8:8 p.m.2 views

Uncontrolled Recursion

Overview Affected versions of this package are vulnerable to Uncontrolled Recursion in the compose/resolve phase due to using recursive function calls without a depth bound. An attacker can cause the application to throw a RangeError and potentially terminate the Node.js process by supplying a...

6.5CVSS5.9AI score0.00025EPSS
Exploits1References2
Vulnrichment
Vulnrichment
added 2026/03/12 8:27 p.m.3 views

CVE-2026-2229 undici is vulnerable to Unhandled Exception in undici WebSocket Client Due to Invalid server_max_window_bits Validation

ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the servermaxwindowbits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. ...

7.5CVSS5.7AI score0.00175EPSS
Exploits0References5
GithubExploit
GithubExploit
added 2026/02/11 2:54 p.m.121 views

poc-ghsa-37qj-frw5-hhjh

PoC: GHSA-37qj-frw5-hhjh — fast-xml-...

5.4AI score
Exploits0
EUVD
EUVD
added 2026/01/30 3:14 p.m.2 views

EUVD-2026-5026

fast-xml-parser allows users to validate XML, parse XML to JS object, or build XML from JS object without C/C++ based libraries and no callback. In versions 4.3.6 through 5.3.3, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-rang...

7.5CVSS6AI score0.00074EPSS
Exploits1References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2019-0802

Malware in sbrugna...

9.8CVSS9.3AI score0.00525EPSS
Exploits1References6
RedhatCVE
RedhatCVE
added 2025/05/22 4:54 a.m.7 views

CVE-2019-10769

safer-eval is a npm package to sandbox the he evaluation of code used within the eval function. Affected versions of this package are vulnerable to Arbitrary Code Execution via generating a RangeError...

9.8CVSS7.3AI score0.00525EPSS
Exploits1References1
Huntr
Huntr
added 2023/04/22 1:56 p.m.32 views

Uncaught exception in document parsing functions

Description The parseDocument and parseAllDocuments functions should never throw according to the documentation. However, when these functions are fed an invalid input with a lot ≥80 of carriage return characters \r, an exception is thrown, which originates in the prettifyError function. Proof of...

5CVSS6AI score0.00574EPSS
Exploits1
Github Security Blog
Github Security Blog
added 2022/07/14 12:0 a.m.26 views

vm2 before 3.6.11 vulnerable to sandbox escape

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 runnin...

8.3CVSS3.3AI score0.00818EPSS
Exploits1References7Affected Software1
OSV
OSV
added 2022/07/14 12:0 a.m.1 views

GHSA-WF5X-CR3R-XR77 vm2 before 3.6.11 vulnerable to sandbox escape

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 runnin...

8.3CVSS6.1AI score0.00818EPSS
Exploits1References7
NVD
NVD
added 2022/07/13 9:15 a.m.9 views

CVE-2019-10761

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 runnin...

8.3CVSS0.00818EPSS
Exploits1References3
OSV
OSV
added 2022/07/13 9:15 a.m.10 views

CVE-2019-10761

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 runnin...

8.3CVSS8.5AI score
Exploits0References3
Prion
Prion
added 2022/07/13 9:15 a.m.12 views

Code injection

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 runnin...

7.5CVSS8.4AI score0.00818EPSS
Exploits1References3Affected Software1
Cvelist
Cvelist
added 2022/07/13 8:20 a.m.16 views

CVE-2019-10761 Sandbox Bypass

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 runnin...

8.3CVSS8.5AI score0.00818EPSS
Exploits1References3
CVE
CVE
added 2022/07/13 8:20 a.m.44 views

CVE-2019-10761

CVE-2019-10761 affects vm2 before 3.6.11. A RangeError can be triggered from the host by infinite recursion within the sandbox, allowing the attacker to reference the host’s mainModule and spawn a child_process to execute arbitrary code. Documented exploits/pocs demonstrate sandbox escape and rem...

8.3CVSS8.5AI score0.00818EPSS
Exploits1References3Affected Software1
CNNVD
CNNVD
added 2022/07/13 12:0 a.m.1 views

vm2 安全漏洞

vm2 is an advanced virtual machine/sandbox for Node.js by individual developer Patrik Simek in the Czech Republic. to run untrusted code using whitelisted Node built-in modules. A security vulnerability exists in vm2 prior to 3.6.11, which stems from reaching the stack call limit via infinite...

8.3CVSS8.1AI score0.00818EPSS
Exploits1References4
Huntr
Huntr
added 2020/02/21 12:0 a.m.25 views

Code Injection in commenthol/safer-eval

Overview safer-eval is a safer approach for eval in node and browser. Affected versions of this package are vulnerable to Arbitrary Code Execution via generating a RangeError: Maximum call stack size exceeded. Proof of Concept Credit: Jonathan Leitschuh js const theFunction = function const f =...

7.5CVSS1.5AI score0.00525EPSS
Exploits1References3
Veracode
Veracode
added 2019/12/09 8:28 a.m.22 views

Remote Code Execution (RCE)

vm2 is vulnerable to remote code execution RCE. The attack is possible due to the generation of RangeError when a Maximum call stack size is exceeded during the sandboxing of the evaluation of code used within the eval function...

8.3CVSS3.3AI score0.00818EPSS
Exploits1References3Affected Software1
Veracode
Veracode
added 2019/12/09 8:5 a.m.21 views

Remote Code Execution (RCE)

safer-eval is vulnerable to remote code execution RCE. The attack is possible due to the generation of RangeError when a Maximum call stack size is exceeded during the sandboxing of the evaluation of code used within the eval function...

9.8CVSS3.3AI score0.00525EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2019/12/06 11:15 p.m.1 views

CVE-2019-10769

safer-eval is a npm package to sandbox the he evaluation of code used within the eval function. Affected versions of this package are vulnerable to Arbitrary Code Execution via generating a RangeError...

9.8CVSS7.4AI score
Exploits0References2
Rows per page
Query Builder