Skip to content

Update dependency yauzl to v3.2.1 [SECURITY] - autoclosed#72

Closed
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/npm-yauzl-vulnerability
Closed

Update dependency yauzl to v3.2.1 [SECURITY] - autoclosed#72
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/npm-yauzl-vulnerability

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2026

This PR contains the following updates:

Package Change Age Confidence
yauzl 3.1.33.2.1 age confidence

GitHub Vulnerability Alerts

CVE-2026-31988

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.


Release Notes

thejoshwolfe/yauzl (yauzl)

v3.2.1

Compare Source

v3.2.0

Compare Source


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 requested a review from a team as a code owner March 14, 2026 11:35
@renovate renovate bot changed the title Update dependency yauzl to v3.2.1 [SECURITY] Update dependency yauzl to v3.2.1 [SECURITY] - autoclosed Mar 16, 2026
@renovate renovate bot closed this Mar 16, 2026
@renovate renovate bot deleted the renovate/npm-yauzl-vulnerability branch March 16, 2026 14:17
@github-project-automation github-project-automation bot moved this from Backlog to Done in Fluxnova Project Board Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

0 participants