CVE-2024-35235
Cupsd Listen arbitrary chmod 0140777
Em resumo
Quando o CUPS inicia com uma configuração Listen apontando para um link simbólico, ele pode alterar acidentalmente as permissões de arquivos para acesso total, expondo arquivos sensíveis do sistema. Isso é especialmente perigoso porque o CUPS frequentemente executa como root, permitindo que invasores obtenham acesso não autorizado a arquivos importantes de configuração.
Detalhe técnico
Uma vulnerabilidade de chmod arbitrário baseada em symlinks no CUPS (CVE-2024-35235) permite que um atacante modifique permissões de arquivo por meio de uma entrada maliciosa de Listen. O vetor de ataque requer capacidade de criar ou controlar symlinks; quando cupsd inicia, aplica chmod 0140777 ao alvo do symlink, potencialmente tornando arquivos críticos como cupsd.conf acessíveis globalmente. Em sistemas com políticas AppArmor restritivas, isso pode ser combinado com injeção de comando baseada em PPD para executar comandos arbitrários.
Resumo gerado e traduzido por IA a partir da descrição oficial.
OpenPrinting CUPS is an open source printing system for Linux and other Unix-like operating systems. In versions 2.4.8 and earlier, when starting the cupsd server with a Listen configuration item pointing to a symbolic link, the cupsd process can be caused to perform an arbitrary chmod of the provided argument, providing world-writable access to the target. Given that cupsd is often running as root, this can result in the change of permission of any user or system files to be world writable. Given the aforementioned Ubuntu AppArmor context, on such systems this vulnerability is limited to those files modifiable by the cupsd process. In that specific case it was found to be possible to turn the configuration of the Listen argument into full control over the cupsd.conf and cups-files.conf configuration files. By later setting the User and Group arguments in cups-files.conf, and printing with a printer configured by PPD with a `FoomaticRIPCommandLine` argument, arbitrary user and group (not root) command execution could be achieved, which can further be used on Ubuntu systems to achieve full root command execution. Commit ff1f8a623e090dee8a8aadf12a6a4b25efac143d contains a patch for the issue.
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N