Skip to content

chore(deps): update dependency yauzl to v3 [security] - autoclosed#10042

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

chore(deps): update dependency yauzl to v3 [security] - autoclosed#10042
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/npm-yauzl-vulnerability

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2026

This PR contains the following updates:

Package Change Age Confidence
yauzl 2.10.03.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

v3.1.3

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "" in timezone America/New_York, Automerge - At any time (no schedule defined).

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

Rebasing: Never, 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 dependencies Pull requests that update a dependency file security labels Mar 13, 2026
@renovate renovate bot changed the title chore(deps): update dependency yauzl to v3 [security] chore(deps): update dependency yauzl to v3 [security] - autoclosed Mar 14, 2026
@renovate renovate bot closed this Mar 14, 2026
@renovate renovate bot deleted the renovate/npm-yauzl-vulnerability branch March 14, 2026 14:07
@github-actions github-actions bot locked and limited conversation to collaborators Mar 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants