---
id: CVE-2026-64652
title: GitHub CLI (gh) is GitHub's official command line tool
summary: >-
  GitHub CLI (gh) is GitHub's official command line tool. Prior to version
  2.97.0, gh auth status masked only the characters after the last underscore in
  certain fine-grained personal access tokens and GitHub App tokens. As a
  result, part …
severity: low
cvss: 3.3
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-201
published: '2026-08-06'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T20:36:14.340'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-64652'
references:
  - url: 'https://github.com/cli/cli/commit/3f6a16a9f8c7fe9676aa8d8f47b399310dd231c3'
    label: security-advisories@github.com
  - url: 'https://github.com/cli/cli/releases/tag/v2.97.0'
    label: security-advisories@github.com
  - url: 'https://github.com/cli/cli/security/advisories/GHSA-cg6r-mpgc-h9mm'
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00117
epssPercentile: 0.01904
ingestedAt: '2026-09-10T21:05:53.594Z'
---

## Overview

GitHub CLI (gh) is GitHub's official command line tool. Prior to version 2.97.0, gh auth status masked only the characters after the last underscore in certain fine-grained personal access tokens and GitHub App tokens. As a result, part of an affected token could appear in terminal or CI output that is captured or shared. Authenticated users are affected if they ran gh auth status (without the --show-token flag) with a token type whose format contains an underscore after the prefix. This includes fine-grained personal access tokens (github_pat_*) and GitHub App installation and user access tokens (ghs_*, ghu_*; for example, ghs_<APPID>_<JWT>), as well as the Actions GITHUB_TOKEN. Classic tokens such as gho_* and ghp_* have an underscore-free body and are not affected. This issue is fixed in version 2.97.0.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
