CVE-2025-31479
canonical/get-workflow-version-action can leak a partial GITHUB_TOKEN in exception output
Em resumo
Uma ferramenta do GitHub Actions pode expor acidentalmente parte de um token de segurança (GITHUB_TOKEN) em mensagens de erro se algo der errado. Mesmo que o GitHub tente ocultar esses tokens automaticamente, este pode ser cortado e aparecer em texto simples, permitindo que qualquer pessoa com acesso aos logs possa tentar usá-lo.
Detalhe técnico
Vulnerabilidade CWE-532 (Log Injection) onde a ação composta get-workflow-version-action pode vazar um GITHUB_TOKEN parcial na saída de exceção quando a ação falha. O vetor de ataque requer acesso de leitura aos logs do GitHub Actions (automático para repositórios públicos); o token truncado contorna o mecanismo de redação automática do GitHub. O impacto é limitado pela revogação automática do token ao término do job, mas a exploração é possível durante a janela de execução do job.
Resumo gerado e traduzido por IA a partir da descrição oficial.
canonical/get-workflow-version-action is a GitHub composite action to get commit SHA that GitHub Actions reusable workflow was called with. Prior to 1.0.1, if the get-workflow-version-action step fails, the exception output may include the GITHUB_TOKEN. If the full token is included in the exception output, GitHub will automatically redact the secret from the GitHub Actions logs. However, the token may be truncated—causing part of the GITHUB_TOKEN to be displayed in plaintext in the GitHub Actions logs. Anyone with read access to the GitHub repository can view GitHub Actions logs. For public repositories, anyone can view the GitHub Actions logs. The opportunity to exploit this vulnerability is limited—the GITHUB_TOKEN is automatically revoked when the job completes. However, there is an opportunity for an attack in the time between the GITHUB_TOKEN being displayed in the logs and the completion of the job. Users using the github-token input are impacted. This vulnerability is fixed in 1.0.1.
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:H