Skip to content

chore(deps): update dependency yauzl to v3.2.1 [security]#476

Merged
renovate[bot] merged 1 commit into
developfrom
renovate/npm-yauzl-vulnerability
Mar 14, 2026
Merged

chore(deps): update dependency yauzl to v3.2.1 [security]#476
renovate[bot] merged 1 commit into
developfrom
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

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


Configuration

📅 Schedule: Branch creation - "" in timezone America/New_York, 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 requested a review from a team as a code owner March 14, 2026 06:07
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 14, 2026

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 14, 2026

Test report for task-herder

28 tests  ±0   28 ✅ ±0   0s ⏱️ ±0s
 7 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 208ebbd. ± Comparison against base commit b1b3eae.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 14, 2026

Test report for scratch-svg-renderer

  1 files  ±0   60 suites  ±0   0s ⏱️ ±0s
124 tests ±0  124 ✅ ±0  0 💤 ±0  0 ❌ ±0 
276 runs  ±0  275 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit 208ebbd. ± Comparison against base commit b1b3eae.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 14, 2026

Test report for scratch-render

  1 files  ±0   55 suites  ±0   2s ⏱️ ±0s
209 tests ±0  209 ✅ ±0  0 💤 ±0  0 ❌ ±0 
279 runs  ±0  279 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 208ebbd. ± Comparison against base commit b1b3eae.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 14, 2026

Test report for scratch-gui

  2 files  ±0   62 suites  ±0   9m 41s ⏱️ -37s
397 tests ±0  389 ✅ ±0  8 💤 ±0  0 ❌ ±0 
415 runs  ±0  407 ✅ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit 208ebbd. ± Comparison against base commit b1b3eae.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 14, 2026

Test report for scratch-vm

    1 files  ±0    768 suites  ±0   1m 42s ⏱️ -2s
1 682 tests ±0  1 682 ✅ ±0   0 💤 ±0  0 ❌ ±0 
4 866 runs  ±0  4 836 ✅ ±0  30 💤 ±0  0 ❌ ±0 

Results for commit 208ebbd. ± Comparison against base commit b1b3eae.

♻️ This comment has been updated with latest results.

@renovate renovate Bot force-pushed the renovate/npm-yauzl-vulnerability branch 2 times, most recently from 415532d to a6f22d1 Compare March 14, 2026 07:11
@renovate renovate Bot force-pushed the renovate/npm-yauzl-vulnerability branch from a6f22d1 to 208ebbd Compare March 14, 2026 07:16
@renovate renovate Bot merged commit 303b968 into develop Mar 14, 2026
23 checks passed
@renovate renovate Bot deleted the renovate/npm-yauzl-vulnerability branch March 14, 2026 07:36
@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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants