You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A security vulnerability has been identified in GitHub CLI that could create or overwrite files in unintended directories when users download a malicious GitHub Actions workflow artifact through gh run download.
Details
This vulnerability stems from a GitHub Actions workflow artifact named .. when downloaded using gh run download. The artifact name and --dir flag are used to determine the artifact’s download path. When the artifact is named .., the resulting files within the artifact are extracted exactly 1 directory higher than the specified --dir flag valu...
Advisory GHSA-2m9h-r57g-45pj references a vulnerability in the following Go modules:
Description:
Summary
A security vulnerability has been identified in GitHub CLI that could create or overwrite files in unintended directories when users download a malicious GitHub Actions workflow artifact through
gh run download
.Details
This vulnerability stems from a GitHub Actions workflow artifact named
..
when downloaded usinggh run download
. The artifact name and--dir
flag are used to determine the artifact’s download path. When the artifact is named..
, the resulting files within the artifact are extracted exactly 1 directory higher than the specified--dir
flag valu...References:
Cross references:
See doc/quickstart.md for instructions on how to triage this report.
The text was updated successfully, but these errors were encountered: