Commit 98cb3f6
chore(deps): upgrade tar to 7.5.9 to fix CVE-2026-26960 (#19445)
## Summary
- Bumps `@mapbox/node-pre-gyp` from `2.0.0` to `2.0.3` (transitive dep
via `@sentry/aws-serverless` → `@vercel/nft`)
- This resolves `tar` from `7.5.7` to `7.5.9`, patching
[GHSA-83g3-92jg-28cx](GHSA-83g3-92jg-28cx)
/ CVE-2026-26960
- No `package.json` changes — existing version ranges already permitted
the newer versions; only `yarn.lock` was updated
## Vulnerability
**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.8`
## Dependency chain
```
@sentry/aws-serverless
→ @vercel/nft
→ @mapbox/node-pre-gyp 2.0.0 → 2.0.3
→ tar 7.5.7 → 7.5.9
```
Fixes
https://github.com/getsentry/sentry-javascript/security/dependabot/1063
Made with [Cursor](https://cursor.com)
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 3c3436e commit 98cb3f6
2 files changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5686 | 5686 | | |
5687 | 5687 | | |
5688 | 5688 | | |
5689 | | - | |
5690 | | - | |
5691 | | - | |
| 5689 | + | |
| 5690 | + | |
| 5691 | + | |
5692 | 5692 | | |
5693 | 5693 | | |
5694 | 5694 | | |
| |||
28715 | 28715 | | |
28716 | 28716 | | |
28717 | 28717 | | |
28718 | | - | |
28719 | 28718 | | |
28720 | 28719 | | |
28721 | 28720 | | |
| |||
28951 | 28950 | | |
28952 | 28951 | | |
28953 | 28952 | | |
28954 | | - | |
28955 | | - | |
28956 | | - | |
| 28953 | + | |
| 28954 | + | |
| 28955 | + | |
28957 | 28956 | | |
28958 | 28957 | | |
28959 | 28958 | | |
| |||
0 commit comments