VYPR

node:fs

by Node.js

CVEs (2)

  • CVE-2023-39332CriOct 18, 2023
    risk 0.64cvss 9.8epss 0.02

    Various `node:fs` functions allow specifying paths as either strings or `Uint8Array` objects. In Node.js environments, the `Buffer` class extends the `Uint8Array` class. Node.js prevents path traversal through strings (see CVE-2023-30584) and `Buffer` objects (see…

  • CVE-2026-48931LowJun 22, 2026
    risk 0.24cvss 3.7epss 0.00

    A flaw in Node.js HTTP Agent can cause a client to accept as valid a response that is send before the client has sent the request. This vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.