fix: CVE-2026-23745 - update tar to ^7.5.3#7
Merged
jonshilton merged 1 commit intomainfrom Feb 6, 2026
Merged
Conversation
tony
approved these changes
Feb 5, 2026
Collaborator
tony
left a comment
There was a problem hiding this comment.
@jonshilton LGTM, thanks for using resolutions 🙏
Demo
yarn start
yarn ts:build
Actually it's yarn run ts:build && yan ckeditor5-package-tools export-package-as-javascript
ckeditor5-math on fix/sqd-1052-cve-2026-23745 ❯ yarn run ts:build && yarn ckeditor5-package-tools export-package-as-javascript
yarn run v1.22.22
warning ../../../package.json: No license field
$ tsc -p ./tsconfig.release.json
✨ Done in 0.58s.
yarn run v1.22.22
warning ../../../package.json: No license field
$ /Users/tony.narlock/work/multiverse/ckeditor5-math/node_modules/.bin/ckeditor5-package-tools export-package-as-javascript
✨ Done in 0.47s.
Looks good
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
This PR resolves CVE-2026-23745 - Arbitrary File Overwrite and Symlink Poisoning in the
tarpackage.Vulnerability Details
<= 7.5.2Changes
package.jsonto resolve tar@^7.5.3taris no longer in the dependency treeLinear Issue
https://linear.app/multiverse-io/issue/SQD-1052/cve-2026-23745-node-tar-is-vulnerable-to-arbitrary-file-overwrite-and
Note
Low Risk
Dependency-only change to pin
tarto a patched major version; main risk is build/runtime incompatibility if any tooling depended ontar@6behavior.Overview
Pins the transitive dependency
tarto^7.5.3viapackage.jsonresolutionsto address the reported CVE.Updates
yarn.lockto pull intar@7.5.7and its new dependency set (@isaacs/fs-minipass,chownr@3,minizlib@3,minipass@7,yallist@5), removing the previously lockedtar@6stack.Written by Cursor Bugbot for commit 2c78115. Configure here.