Lucene search
+L

8 matches found

CVE
CVE
added 2026/09/17 1:46 p.m.11 views

CVE-2026-92954

vm2 is a Node.js sandbox library for running untrusted JavaScript. In versions 3.10.0 through 3.11.7 , Promises returned from the host realm into the sandbox are not marked as handled at the bridge boundary. Only sandbox-created Promises receive a rejection-swallowing wrapper, and host-side rejec...

9.2CVSS
SaveExploits0References2
NVD
NVD
added 2026/09/04 5:17 p.m.8 views

CVE-2026-85014

undici's experimental WebSocketStream client crashes the whole Node.js process when a remote peer closes the TCP connection without a WebSocket close handshake. On an unclean close the internal socket-close handler calls abort on the writable stream unconditionally and discards the returned...

7.5CVSS0.00368EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/04 4:30 p.m.11 views

CVE-2026-85014 undici vulnerable to Denial of Service via WebSocketStream unclean close

undici's experimental WebSocketStream client crashes the whole Node.js process when a remote peer closes the TCP connection without a WebSocket close handshake. On an unclean close the internal socket-close handler calls abort on the writable stream unconditionally and discards the returned...

5.9CVSS5.7AI score0.00368EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/05/07 4:10 a.m.28 views

vm2 has a Sandbox Escape via Promise Constructor Unhandled Rejection (Process Crash DoS)

Summary A sandbox escape vulnerability in vm2 v3.10.5 allows any sandboxed code to crash the host Node.js process via a single Promise constructor that triggers an unhandled rejection propagating to the host. The fix for CVE-2026-22709 v3.10.2 only sanitized the onRejected callback in .then and...

10CVSS7.6AI score0.01271EPSS
SaveExploits2References5Affected Software1
Veracode
Veracode
added 2024/10/28 8:20 a.m.15 views

Denial Of Service (DoS)

http-proxy-middleware is vulnerable to Denial of Service DoS. The vulnerability is due to an unhandled promise rejection error caused by micromatch, which can allow an attacker to crash the server by making requests to certain paths...

7.5CVSS7AI score0.01034EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2024/10/18 4:06 a.m.11 views

Denial of Service (DoS)

Overview Affected versions of this package are vulnerable to Denial of Service DoS due to an UnhandledPromiseRejection error thrown by micromatch. An attacker could kill the Node.js process and crash the server by making requests to certain paths. PoC 1 Run a server like this: js const express =...

8.7CVSS7AI score0.01034EPSS
SaveExploits1References2
Jake Archibald's Blog
Jake Archibald's Blog
added 2023/01/11 1:00 a.m.17 views

The gotcha of unhandled promise rejections

Let's say you wanted to display a bunch of chapters on the page, and for whatever reason, the API only gives you a chapter at a time. You could do this: async function showChapterschapterURLs for const url of chapterURLs const response = await fetchurl; const chapterData = await response.json;...

7AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2023/01/11 1:00 a.m.22 views

The gotcha of unhandled promise rejections

Let's say you wanted to display a bunch of chapters on the page, and for whatever reason, the API only gives you a chapter at a time. You could do this: async function showChapterschapterURLs for const url of chapterURLs const response = await fetchurl; const chapterData = await response.json;...

7.1AI score
SaveExploits0
Rows per page
Query Builder