CVE-2025-31479
canonical/get-workflow-version-action can leak a partial GITHUB_TOKEN in exception output
En resumen
Una herramienta de GitHub Actions puede exponer accidentalmente parte de un token de seguridad (GITHUB_TOKEN) en mensajes de error si algo sale mal. Aunque GitHub intenta ocultar estos tokens automáticamente, este puede truncarse y aparecer en texto sin formato, permitiendo que cualquier persona con acceso a los logs intente usarlo.
Detalle técnico
Vulnerabilidad CWE-532 (Log Injection) donde la acción compuesta get-workflow-version-action puede filtrar un GITHUB_TOKEN parcial en la salida de excepción cuando la acción falla. El vector de ataque requiere acceso de lectura a los logs de GitHub Actions (automático para repositorios públicos); el token truncado elude el mecanismo de redacción automática de GitHub. El impacto está limitado por la revocación automática del token al finalizar el job, pero la explotación es posible durante la ventana de ejecución del job.
Resumen generado y traducido por IA a partir de la descripción 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