VYPR

node:fs

by Node.js

CVEs (1)

  • 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…