|
1 | 1 | {
|
2 |
| - "lastUpdatedDate": "2025-05-19T13:38:39.178Z", |
| 2 | + "lastUpdatedDate": "2025-05-20T02:48:28.891Z", |
3 | 3 | "name": "Node Version Audit",
|
4 | 4 | "website": "https://github.com/lightswitch05/node-version-audit",
|
5 | 5 | "license": "https://github.com/lightswitch05/node-version-audit/blob/master/LICENSE",
|
|
5413 | 5413 | "id": "CVE-2025-23165",
|
5414 | 5414 | "baseScore": null,
|
5415 | 5415 | "publishedDate": "2025-05-19T02:15:00.000Z",
|
5416 |
| - "lastModifiedDate": "2025-05-19T02:15:00.000Z", |
| 5416 | + "lastModifiedDate": "2025-05-19T14:15:00.000Z", |
5417 | 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 | 5418 | },
|
5419 | 5419 | "CVE-2025-23166": {
|
5420 | 5420 | "id": "CVE-2025-23166",
|
5421 | 5421 | "baseScore": null,
|
5422 | 5422 | "publishedDate": "2025-05-19T02:15:00.000Z",
|
5423 |
| - "lastModifiedDate": "2025-05-19T02:15:00.000Z", |
| 5423 | + "lastModifiedDate": "2025-05-19T15:15:00.000Z", |
5424 | 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 | 5425 | },
|
5426 | 5426 | "CVE-2025-23167": {
|
5427 | 5427 | "id": "CVE-2025-23167",
|
5428 | 5428 | "baseScore": null,
|
5429 | 5429 | "publishedDate": "2025-05-19T02:15:00.000Z",
|
5430 |
| - "lastModifiedDate": "2025-05-19T02:15:00.000Z", |
| 5430 | + "lastModifiedDate": "2025-05-19T16:15:00.000Z", |
5431 | 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."
|
5432 | 5432 | }
|
5433 | 5433 | }
|
|
0 commit comments