Skip to content

`auth.TokenForHost` violates GitHub host security boundary when sourcing authentication token within a codespace

Moderate severity GitHub Reviewed Published Nov 27, 2024 in cli/go-gh • Updated Dec 12, 2024

Package

gomod github.com/cli/go-gh (Go)

Affected versions

< 2.11.1

Patched versions

None
gomod github.com/cli/go-gh/v2 (Go)
<= 2.11.0
2.11.1

Description

Summary

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.

Details

go-gh sources authentication tokens from different environment variables depending on the host involved:

  • GITHUB_TOKEN, GH_TOKEN for GitHub.com and ghe.com
  • GITHUB_ENTERPRISE_TOKEN, GH_ENTERPRISE_TOKEN for GitHub Enterprise Server

Prior to 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 2.11.1, auth.TokenForHost will only source a token from the GITHUB_TOKEN environment variable for GitHub.com or ghe.com hosts.

Impact

Successful exploitation could send authentication token to an unintended host.

Remediation and mitigation

  1. Upgrade go-gh to 2.11.1
  2. Advise extension users to regenerate authentication tokens:
  3. Advise extension users to review their personal security log and any relevant audit logs for actions associated with their account or enterprise

References

@andyfeller andyfeller published to cli/go-gh Nov 27, 2024
Published to the GitHub Advisory Database Nov 27, 2024
Reviewed Nov 27, 2024
Published by the National Vulnerability Database Nov 27, 2024
Last updated Dec 12, 2024

Severity

Moderate

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Local
Attack complexity
High
Privileges required
None
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
Low

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L

EPSS score

0.044%
(12th percentile)

Weaknesses

CVE ID

CVE-2024-53859

GHSA ID

GHSA-55v3-xh23-96gh

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.