CVE-2026-59831 PUBLISHED

GitHub CLI `gh codespace jupyter` could allow remote code execution when connecting to a malicious Codespace

Assigner: GitHub_M
Reserved: 07.07.2026 Published: 09.07.2026 Updated: 09.07.2026

GitHub CLI (gh) is GitHub’s official command line tool. From 2.10.0 through 2.95.0, connecting to a malicious Codespace with gh codespace jupyter can allow command execution because the command opens a JupyterLab URL supplied by a process inside the Codespace without validating that it is a loopback HTTP or HTTPS address, allowing a crafted vscode:// or vscode-insiders:// URL to be handed to VS Code. This issue is fixed in version 2.96.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N
CVSS Score: 4.4

Product Status

Vendor cli
Product cli
Versions
  • Version >= 2.10.0, < 2.96.0 is affected

References

Problem Types

  • CWE-829: Inclusion of Functionality from Untrusted Control Sphere CWE