Connecting to a malicious Codespaces via GH CLI could allow command execution on the user's computer
Description
The GitHub CLI version 2.6.1 and earlier are vulnerable to remote code execution through a malicious codespace SSH server when using gh codespace ssh or gh codespace logs commands. This has been patched in the cli v2.62.0.
Developers connect to remote codespaces through an SSH server running within the devcontainer, which is generally provided through the default devcontainer image . GitHub CLI retrieves SSH connection details, such as remote username, which is used in executing `ssh` commands for gh codespace ssh or gh codespace logs commands.
This exploit occurs when a malicious third-party devcontainer contains a modified SSH server that injects ssh arguments within the SSH connection details. gh codespace ssh and gh codespace logs commands could execute arbitrary code on the user's workstation if the remote username contains something like -oProxyCommand="echo hacked" #. The -oProxyCommand flag causes ssh to execute the provided command while # shell comment causes any other ssh arguments to be ignored.
In 2.62.0, the remote username information is being validated before being used.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/cli/cli/v2Go | < 2.62.0 | 2.62.0 |
github.com/cli/cliGo | < 2.62.0 | 2.62.0 |
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4- github.com/advisories/GHSA-p2h2-3vg9-4p87ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2024-52308ghsaADVISORY
- github.com/cli/cli/security/advisories/GHSA-p2h2-3vg9-4p87ghsax_refsource_CONFIRMWEB
- pkg.go.dev/vuln/GO-2024-3269ghsaWEB
News mentions
0No linked articles in our index yet.