{{ message }}
chore: bump simple-git 3.35.1 → 3.36.0 (CVE-2026-6951)#344
Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intoMay 12, 2026
Conversation
Fixes RCE vulnerability where `--config protocol.ext.allow=always` could bypass the previous `-c` patch (CVE-2022-25912 incomplete fix). Fixes: #342 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
elbywan
approved these changes
May 12, 2026
2a0ebc4
into
master
8 of 9 checks passed
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.

What and why?
simple-git@3.35.1is pinned across all published plugin packages and the internal git plugin. It is affected by CVE-2026-6951 (CVSS 9.8), an RCE vulnerability that is an incomplete fix for CVE-2022-25912.The original patch blocked the
-cflag but not the equivalent--configform. An attacker can passprotocol.ext.allow=alwaysvia--configto enable RCE throughext::clones when untrusted input reaches simple-git's options argument.How?
"simple-git": "3.35.1"→"3.36.0"(exact pin, no range prefix) in 6package.jsonfiles:packages/plugins/git/package.jsonpackages/published/esbuild-plugin/package.jsonpackages/published/rollup-plugin/package.jsonpackages/published/rspack-plugin/package.jsonpackages/published/vite-plugin/package.jsonpackages/published/webpack-plugin/package.jsonyarn installto updateyarn.lockand the yarn cache (3.36.0 also pulls updated@simple-git/args-pathspec@1.0.3and@simple-git/argv-parser@1.1.1)yarn cli integrity— passed cleanly, no additional file changes