GHSA-wrvw-254r-wpmv

Suggest an improvement
Source
https://github.com/advisories/GHSA-wrvw-254r-wpmv
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-wrvw-254r-wpmv/GHSA-wrvw-254r-wpmv.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-wrvw-254r-wpmv
Aliases
Published
2026-09-25T21:41:48Z
Modified
2026-09-25T23:00:31Z
Severity
  • 8.4 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
CliInvoke.Specializations has command injection in PowerShell and Cmd shell wrappers
Details

Impact

An OS command injection vulnerability exists in the PowerShell and Cmd shell wrappers provided by the CliInvoke.Specializations package (the PowershellProcessInvoker/CmdProcessInvoker invokers, and the UsePowerShell/UseCmd middleware in v3 pre-release versions).

The wrappers re-run a caller-supplied target and arguments inside a shell command (pwsh -Command ... / cmd /c ...). In affected versions the wrapped command was delivered to the operating system as a single ProcessStartInfo.Arguments string. The OS command-line parser re-tokenizes that string before the shell parses it, so a double quote (") in the target or arguments breaks OS-level quoting and lets the wrapped shell reassemble a second, unintended command.

An attacker could exploit this to execute arbitrary commands with the privileges of the host process.

Patches

The Specializations Packages now deliver the command via ProcessStartInfo.ArgumentList (natively where supported, and polyfilled in older TFMs), so that the operating system passes argv verbatim and only the shell parses the command once.

Upgrade to:

  • 2.8.5 (2.8.x line)
  • 2.9.4 (2.9.x line)
  • 2.10.5 (2.10.x line)
  • 3.0.0-beta.1 (3.x pre-release line)

Workarounds

No complete workaround is available. Until upgraded:

  • Reject or strip " from any target path or argument passed to the PowerShell/Cmd wrappers. On 2.2.0 – 2.9.2 and 3.0.0-alpha.1 – alpha.4, also reject shell metacharacters (;, |, &, $, backtick, parentheses).
  • Alternatively, bypass the wrappers for untrusted input and invoke the target process directly so that no second shell parse of the data occurs.
Database specific
{
    "cwe_ids":  [
        "CWE-78"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-09-25T21:41:48Z",
    "nvd_published_at":  "2026-09-25T20:17:05Z",
    "severity":  "HIGH"
}
References

Affected packages

NuGet
CliInvoke.Specializations

Package

Name
CliInvoke.Specializations
View open source insights on deps.dev
Purl
pkg:nuget/CliInvoke.Specializations

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.2.0
Fixed
2.8.5

Affected versions

2.*
2.2.0
2.2.1
2.3.0
2.3.1
2.3.2
2.3.3
2.3.4
2.4.0
2.4.1
2.4.2
2.4.3
2.4.4
2.4.5
2.5.0
2.5.1
2.5.2
2.5.3
2.5.4
2.6.0
2.6.1
2.7.0
2.7.1
2.8.0
2.8.1
2.8.2
2.8.3
2.8.4

Database specific

last_known_affected_version_range
"<= 2.8.4"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-wrvw-254r-wpmv/GHSA-wrvw-254r-wpmv.json"
CliInvoke.Specializations

Package

Name
CliInvoke.Specializations
View open source insights on deps.dev
Purl
pkg:nuget/CliInvoke.Specializations

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.9.0
Fixed
2.9.4

Affected versions

2.*
2.9.1
2.9.2
2.9.3

Database specific

last_known_affected_version_range
"<= 2.9.3"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-wrvw-254r-wpmv/GHSA-wrvw-254r-wpmv.json"
CliInvoke.Specializations

Package

Name
CliInvoke.Specializations
View open source insights on deps.dev
Purl
pkg:nuget/CliInvoke.Specializations

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.10.0
Fixed
2.10.5

Affected versions

2.*
2.10.0
2.10.2
2.10.3
2.10.4

Database specific

last_known_affected_version_range
"<= 2.10.4"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-wrvw-254r-wpmv/GHSA-wrvw-254r-wpmv.json"
CliInvoke.Specializations

Package

Name
CliInvoke.Specializations
View open source insights on deps.dev
Purl
pkg:nuget/CliInvoke.Specializations

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.0.0-alpha.1
Fixed
3.0.0-beta.1

Database specific

last_known_affected_version_range
"<= 3.0.0-alpha.4"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-wrvw-254r-wpmv/GHSA-wrvw-254r-wpmv.json"
CliInvoke.Specializations

Package

Name
CliInvoke.Specializations
View open source insights on deps.dev
Purl
pkg:nuget/CliInvoke.Specializations

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.0.0-alpha.8
Fixed
3.0.0-beta.1

Database specific

last_known_affected_version_range
"<= 3.0.0-alpha.10"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-wrvw-254r-wpmv/GHSA-wrvw-254r-wpmv.json"
AlastairLundy.CliInvoke.Specializations

Package

Name
AlastairLundy.CliInvoke.Specializations
View open source insights on deps.dev
Purl
pkg:nuget/AlastairLundy.CliInvoke.Specializations

Affected ranges

Type
ECOSYSTEM
Events
Introduced
1.0.0-rc.1
Fixed
2.0.2

Affected versions

1.*
1.0.0
1.1.0
1.2.0
1.2.1
1.3.0
1.3.1
1.4.1
1.4.3
1.4.4
1.4.5
1.5.1
1.5.2
1.6.0
1.6.1
1.6.1.1
2.*
2.0.0

Database specific

last_known_affected_version_range
"<= 1.6.1.1"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-wrvw-254r-wpmv/GHSA-wrvw-254r-wpmv.json"