chore(deps): upgrade tar to 7.5.9 to fix CVE-2026-26960#19445
Merged
Conversation
Bumps `@mapbox/node-pre-gyp` from 2.0.0 to 2.0.3, which resolves `tar` from 7.5.7 to 7.5.9, patching the arbitrary file read/write vulnerability (GHSA-83g3-92jg-28cx / CVE-2026-26960). Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
size-limit report 📦
|
Contributor
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
nicohrubec
approved these changes
Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@mapbox/node-pre-gypfrom2.0.0to2.0.3(transitive dep via@sentry/aws-serverless→@vercel/nft)tarfrom7.5.7to7.5.9, patching GHSA-83g3-92jg-28cx / CVE-2026-26960package.jsonchanges — existing version ranges already permitted the newer versions; onlyyarn.lockwas updatedVulnerability
CVE-2026-26960 (High, CVSS 7.1) — Arbitrary file read/write via hardlink target escape through symlink chain in
tar.extract(). An attacker-controlled archive can create a hardlink inside the extraction directory pointing to a file outside the extraction root using default options.Affected:
tar < 7.5.8| Patched:tar >= 7.5.8Dependency chain
Fixes https://github.com/getsentry/sentry-javascript/security/dependabot/1063
Made with Cursor