CVE-2026-6951: Versions of the package simple-git before 3.36.0 are vulnerable to Remote Code Execution (RCE) due to an in...
Versions of the package simple-git before 3.36.0 are vulnerable to Remote Code Execution (RCE) due to an incomplete fix for [CVE-2022-25912](https://security.snyk.io/vuln/SNYK-JS-SIMPLEGIT-3112221) that blocks the -c option but not the equivalent --config form. If untrusted input can reach the options argument passed to simple-git, an attacker may still achieve remote code execution by enabling protocol.ext.allow=always and using an ext:: clone source.
Security readout for executives and security teams
Plain-English summary
CVE-2026-6951 is a critical remote code execution issue in simple-git before 3.36.0. The risk matters when an application lets untrusted users influence options passed into simple-git. In that situation, an attacker may cause the server or automation process to run unintended code.
Executive priority
Treat this as urgent for internet-facing or multi-user systems that use simple-git. Prioritize dependency upgrades and exposure validation because successful exploitation could compromise confidentiality, integrity, and availability of the running service.
Technical view
The flaw is an incomplete fix for CVE-2022-25912. simple-git blocked one dangerous option form but missed the equivalent --config form. Sources describe possible RCE when untrusted input reaches the options argument and is combined with Git configuration that enables external protocol handling.
Likely exposure
Exposure is most likely in Node.js or WebJars-based applications using simple-git before 3.36.0, especially repository import, CI, developer portal, automation, or admin workflows that pass user-controlled values into simple-git options.
Exploitation context
The bundle lists CVSS 9.8 and exploit maturity as proof-of-concept, and includes a public gist reference. KEV is false, and the supplied sources do not establish active exploitation in the wild.
Researcher notes
Focus triage on call sites that expose simple-git option parameters to external input. Do not assume every simple-git installation is exploitable; the described condition requires untrusted input reaching the options argument.
Mitigation direction
Upgrade simple-git to 3.36.0 or later.
Update or remove org.webjars.npm:simple-git if present.
Prevent untrusted input from reaching simple-git options.
Review vendor advisories for package-specific remediation guidance.
Validation and detection
Inventory direct and transitive simple-git dependencies.
Confirm deployed versions are 3.36.0 or later.
Search code for user-controlled values passed to simple-git options.
Review repository import and automation workflows using simple-git.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-88: Command execution behavior lookup
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
3CVSS vectors
5Timeline events
2ADP providers
8Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
3 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-88 · source CWE mapping
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.