Cyber Resilience

CVE-2025-48938

Cli Go-Gh ≤ 2.12.1

Published
30 May 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v4 2.6
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0046 38th percentile
Risk Priority 28 floored blend · peak EPSS

Summary

CVE-2025-48938 is a low-severity Trust Boundary Violation (CWE-501) vulnerability in Cli Go-Gh. Its CVSS base score is 2.6 (Low).

Operationally, ranked at the 38th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-4 (Information Flow Enforcement) and AC-16 (Security and Privacy Attributes) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

go-gh is a collection of Go modules to make authoring GitHub CLI extensions easier. A security vulnerability has been identified in versions prior to 2.12.1 where an attacker-controlled GitHub Enterprise Server could result in executing arbitrary commands on a user's…

more

machine by replacing HTTP URLs provided by GitHub with local file paths for browsing. In `2.12.1`, `Browser.Browse()` has been enhanced to allow and disallow a variety of scenarios to avoid opening or executing files on the filesystem without unduly impacting HTTP URLs. No known workarounds are available other than upgrading.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-53859Same product: Cli Go-Gh
CVE-2025-14542Shared CWE-501
CVE-2025-49714Shared CWE-501
CVE-2024-1725Shared CWE-501
CVE-2026-33828Shared CWE-501
CVE-2025-1118Shared CWE-501
CVE-2026-24153Shared CWE-501
CVE-2024-49050Shared CWE-501
CVE-2023-0627Shared CWE-501
CVE-2024-20265Shared CWE-501

Affected Assets

cli
go-gh
≤ 2.12.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Information flow enforcement directly stops trusted and untrusted data from being combined by applying rules that govern allowable data movements and combinations.

Associating explicit security attributes with data objects enables enforcement mechanisms that keep trust levels from being mixed inside structures.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices (coding standards, reviews, validation) directly prevent mixing trusted and untrusted data inside the same structures.

ID.AM-03 partial match
prevents

Documented data-flow representations make trust boundaries explicit and help surface mixing of trusted/untrusted data.

PR.IR-01 partial match
prevents

Logical segmentation and access controls enforce separation between trust domains, reducing the chance of co-mingled data structures.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure architecture principles require explicit trust zones and data segregation, mitigating mixing of trusted/untrusted data.

prevents

Secure coding standards can enforce input validation and data tagging, but do not guarantee architectural separation.

prevents

Secure development lifecycle mandates separation of trusted and untrusted data flows, directly preventing mixing in the same structure.

prevents

Application security requirements include explicit trust-boundary definitions and data classification at interfaces.

none

Network segregation reduces external mixing but does not address internal data-structure trust violations.

none

Information access restriction limits who sees data but does not prevent mixing trusted and untrusted data within structures.

References