Skip to content

Update dependency yauzl to v3.2.1 [SECURITY]#821

Merged
ctalkington merged 1 commit intomasterfrom
renovate/npm-yauzl-vulnerability
May 8, 2026
Merged

Update dependency yauzl to v3.2.1 [SECURITY]#821
ctalkington merged 1 commit intomasterfrom
renovate/npm-yauzl-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 14, 2026

This PR contains the following updates:

Package Change Age Confidence
yauzl 3.2.03.2.1 age confidence

yauzl contains an off-by-one error

CVE-2026-31988 / GHSA-gmq8-994r-jv83

More information

Details

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, allowing readUInt16LE() to read past the buffer boundary. A remote attacker can cause a denial of service (process crash via ERR_OUT_OF_RANGE exception) by sending a crafted zip file with a malformed NTFS extra field. This affects any Node.js application that processes zip file uploads and calls entry.getLastModDate() on parsed entries. Fixed in version 3.2.1.

Severity

  • CVSS Score: 6.9 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

thejoshwolfe/yauzl (yauzl)

v3.2.1

Compare Source


Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • ""
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Upgrade or downgrade of project dependencies. label Mar 14, 2026
@renovate renovate Bot changed the title Update dependency yauzl to v3.2.1 [SECURITY] Update dependency yauzl to v3.2.1 [SECURITY] - autoclosed Apr 27, 2026
@renovate renovate Bot closed this Apr 27, 2026
@renovate renovate Bot deleted the renovate/npm-yauzl-vulnerability branch April 27, 2026 17:53
@renovate renovate Bot changed the title Update dependency yauzl to v3.2.1 [SECURITY] - autoclosed Update dependency yauzl to v3.2.1 [SECURITY] Apr 27, 2026
@renovate renovate Bot reopened this Apr 27, 2026
@renovate renovate Bot force-pushed the renovate/npm-yauzl-vulnerability branch from 40828a9 to 5c15d0f Compare April 27, 2026 22:32
@renovate renovate Bot force-pushed the renovate/npm-yauzl-vulnerability branch 5 times, most recently from f8ada31 to a9a46af Compare May 8, 2026 04:47
@renovate renovate Bot force-pushed the renovate/npm-yauzl-vulnerability branch from a9a46af to 4fa886d Compare May 8, 2026 04:48
@ctalkington ctalkington merged commit b52fe51 into master May 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant