You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A memory leak could occur when a remote peer abruptly closes the socket without sending a GOAWAY notification. Additionally, if an invalid header was detected by nghttp2, causing the connection to be terminated by the peer, the same leak was triggered. This flaw could lead to increased memory consumption and potential denial of service under certain conditions.\r\n\r\nThis vulnerability affects HTTP/2 Server users on Node.js v18.x, v20.x, v22.x and v23.x."
5411
+
},
5412
+
"CVE-2025-23165": {
5413
+
"id": "CVE-2025-23165",
5414
+
"baseScore": null,
5415
+
"publishedDate": "2025-05-19T02:15:00.000Z",
5416
+
"lastModifiedDate": "2025-05-19T02:15:00.000Z",
5417
+
"description": "In Node.js, the `ReadFileUtf8` internal binding leaks memory due to a corrupted pointer in `uv_fs_s.file`: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is set. This results in an unrecoverable memory leak on every call. Repeated use can cause unbounded memory growth, leading to a denial of service.\r\n\r\nImpact:\r\n* This vulnerability affects APIs relying on `ReadFileUtf8` on Node.js release lines: v20 and v22."
5418
+
},
5419
+
"CVE-2025-23166": {
5420
+
"id": "CVE-2025-23166",
5421
+
"baseScore": null,
5422
+
"publishedDate": "2025-05-19T02:15:00.000Z",
5423
+
"lastModifiedDate": "2025-05-19T02:15:00.000Z",
5424
+
"description": "The C++ method SignTraits::DeriveBits() may incorrectly call ThrowException() based on user-supplied inputs when executing in a background thread, crashing the Node.js process. Such cryptographic operations are commonly applied to untrusted inputs. Thus, this mechanism potentially allows an adversary to remotely crash a Node.js runtime."
5425
+
},
5426
+
"CVE-2025-23167": {
5427
+
"id": "CVE-2025-23167",
5428
+
"baseScore": null,
5429
+
"publishedDate": "2025-05-19T02:15:00.000Z",
5430
+
"lastModifiedDate": "2025-05-19T02:15:00.000Z",
5431
+
"description": "A flaw in Node.js 20's HTTP parser allows improper termination of HTTP/1 headers using `\\r\\n\\rX` instead of the required `\\r\\n\\r\\n`.\nThis inconsistency enables request smuggling, allowing attackers to bypass proxy-based access controls and submit unauthorized requests.\n\nThe issue was resolved by upgrading `llhttp` to version 9, which enforces correct header termination.\n\nImpact:\n* This vulnerability affects only Node.js 20.x users prior to the `llhttp` v9 upgrade."
0 commit comments