VYPR

npm package

yauzl

pkg:npm/yauzl

Vulnerabilities (1)

  • CVE-2026-31988MedMar 11, 2026
    affected >= 3.2.0, < 3.2.1fixed 3.2.1

    yauzl (aka Yet Another Unzip Library) version 3.2.0 for Node.js contains an off-by-one error in the NTFS extended timestamp extra field parser within the getLastModDate() function. The while loop condition checks cursor < data.length + 4 instead of cursor + 4 <= data.length, allo