CVE-2023-31128
NextCloud Cookbook's pull-checks.yml workflow is vulnerable to OS Command Injection
Em resumo
O script de automação do NextCloud Cookbook usa nomes de branches de forma insegura, permitindo que atacantes injetem e executem comandos arbitrários durante pull requests. Isso permite que atacantes com acesso a forks executem código malicioso no pipeline de compilação.
Detalhe técnico
O workflow pull-checks.yml no GitHub Actions interpola diretamente a variável github.head_ref (controlada por atacante através do nome da branch do pull request) em comandos shell sem sanitização, permitindo injeção de comando de sistema operacional. Um atacante com permissões de fork pode criar um nome de branch contendo metacaracteres shell para executar comandos arbitrários com permissões do workflow; a falha foi corrigida removendo a interpolação insegura de variáveis em commits posteriores.
Resumo gerado e traduzido por IA a partir da descrição oficial.
NextCloud Cookbook is a recipe library app. Prior to commit a46d9855 on the `master` branch and commit 489bb744 on the `main-0.9.x` branch, the `pull-checks.yml` workflow is vulnerable to command injection attacks because of using an untrusted `github.head_ref` field. The `github.head_ref` value is an attacker-controlled value. Assigning the value to `zzz";echo${IFS}"hello";#` can lead to command injection. Since the permission is not restricted, the attacker has a write-access to the repository. This issue is fixed in commit a46d9855 on the `master` branch and commit 489bb744 on the `main-0.9.x` branch. There is no risk for the user of the app within the NextCloud server. This only affects the main repository and possible forks of it. Those who have forked the NextCloud Cookbook repository should make sure their forks are on the latest version to prevent code injection attacks and similar.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H