|
1 | 1 | { |
2 | | - "lastUpdatedDate": "2025-04-24T13:36:04.557Z", |
| 2 | + "lastUpdatedDate": "2025-04-25T02:42:54.578Z", |
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", |
|
5005 | 5005 | "id": "CVE-2022-35255", |
5006 | 5006 | "baseScore": 9.1, |
5007 | 5007 | "publishedDate": "2022-12-05T22:15:00.000Z", |
5008 | | - "lastModifiedDate": "2024-11-21T07:10:00.000Z", |
| 5008 | + "lastModifiedDate": "2025-04-24T14:15:00.000Z", |
5009 | 5009 | "description": "A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material." |
5010 | 5010 | }, |
5011 | 5011 | "CVE-2022-35256": { |
5012 | 5012 | "id": "CVE-2022-35256", |
5013 | 5013 | "baseScore": 6.5, |
5014 | 5014 | "publishedDate": "2022-12-05T22:15:00.000Z", |
5015 | | - "lastModifiedDate": "2024-11-21T07:10:00.000Z", |
| 5015 | + "lastModifiedDate": "2025-04-24T14:15:00.000Z", |
5016 | 5016 | "description": "The llhttp parser in the http module in Node v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling." |
5017 | 5017 | }, |
5018 | 5018 | "CVE-2022-43548": { |
5019 | 5019 | "id": "CVE-2022-43548", |
5020 | 5020 | "baseScore": 8.1, |
5021 | 5021 | "publishedDate": "2022-12-05T22:15:00.000Z", |
5022 | | - "lastModifiedDate": "2024-11-21T07:26:00.000Z", |
| 5022 | + "lastModifiedDate": "2025-04-24T14:15:00.000Z", |
5023 | 5023 | "description": "A OS Command Injection vulnerability exists in Node.js versions <14.21.1, <16.18.1, <18.12.1, <19.0.1 due to an insufficient IsAllowedHost check that can easily be bypassed because IsIPAddress does not properly check if an IP address is invalid before making DBS requests allowing rebinding attacks.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix." |
5024 | 5024 | }, |
5025 | 5025 | "CVE-2023-23918": { |
|
0 commit comments