CVE-2024-53859
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedgo-gh is a Go module for interacting with the `gh` utility and the GitHub API from the command line. A security vulnerability has been identified in `go-gh` that could leak authentication tokens intended for GitHub hosts to non-GitHub hosts when within a codespace. `go-gh` sources authentication tokens from different environment variables depending on the host involved: 1. `GITHUB_TOKEN`, `GH_TOKEN` for GitHub.com and ghe.com and 2. `GITHUB_ENTERPRISE_TOKEN`, `GH_ENTERPRISE_TOKEN` for GitHub Enterprise Server. Prior to version `2.11.1`, `auth.TokenForHost` could source a token from the `GITHUB_TOKEN` environment variable for a host other than GitHub.com or ghe.com when within a codespace. In version `2.11.1`, `auth.TokenForHost` will only source a token from the `GITHUB_TOKEN` environment variable for GitHub.com or ghe.com hosts. Successful exploitation could send authentication token to an unintended host. This issue has been addressed in version 2.11.1 and all users are advised to upgrade. Users are also advised to regenerate authentication tokens and to review their personal security log and any relevant audit logs for actions associated with their account or enterprise.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe go-gh library's `auth.TokenForHost` function incorrectly sourced the `GITHUB_TOKEN` environment variable for non-GitHub hosts (other than github.com or ghe.com) when running within a codespace, causing authentication tokens to be leaked to unintended hosts.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 2.11.1CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check if gh CLI is installedRun `gh --version` or `which gh` to see if the GitHub CLI tool is present on the systemAffected if gh CLI is not installed - not affected in this manner
-
Check the installed gh CLI versionRun `gh --version` and compare the version number to the affected range (versions prior to 2.11.1)Affected if The version displayed is less than 2.11.1 (for example, 2.10.0, 2.0.0, etc.) - the token leak vulnerability is present
-
Verify if running within a codespaceCheck for codespace environment indicators such as the CODESPACES environment variable (`echo $CODESPACES`) or look for `/workspaces/.codespaces` directoryAffected if Running inside a codespace AND gh CLI version is below 2.11.1 - the conditions for token leakage exist
-
Check if GITHUB_TOKEN environment variable is setRun `echo $GITHUB_TOKEN` (note: be careful not to echo this visibly if it is set) or check with `env | grep GITHUB_TOKEN`Affected if GITHUB_TOKEN environment variable is set AND gh CLI version is below 2.11.1 while in a codespace - tokens could be leaked to non-GitHub hosts
A user is affected if they are running gh CLI version below 2.11.1 inside a codespace with GITHUB_TOKEN set, and their token could be sent to unintended hosts.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2.11.1
Upgrade go-gh to version 2.11.1 or later to restrict `GITHUB_TOKEN` to only github.com and ghe.com hosts, then regenerate any exposed tokens and review audit logs.
go-gh v2.11.1
- Check the current version of go-gh being used in your project or environment
- Upgrade go-gh to version 2.11.1 or later using your Go dependency management tool (e.g., `go get github.com/cli/[email protected]` or later)
- After upgrading, regenerate any GitHub authentication tokens that may have been exposed
- Review your personal security log and any relevant audit logs for actions associated with your account or enterprise
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation2.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,072.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-53859 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-53859 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data