CVE-2021-41281
Path traversal in Matrix Synapse
En resumen
El repositorio de medios de Matrix Synapse puede ser engañado para descargar archivos en directorios arbitrarios del servidor sin autenticación. Aunque el directorio final y el nombre del archivo se seleccionan aleatoriamente, esto aún podría permitir que un atacante escriba archivos en ubicaciones inesperadas.
Detalle técnico
Vulnerabilidad de path traversal en el endpoint del repositorio de medios de Synapse permite que atacantes no autenticados especifiquen rutas arbitrarias de descarga utilizando secuencias de travesía (../); el impacto se mitiga mediante la selección aleatoria de los últimos 2 niveles de directorio y nombre de archivo por Synapse. Afecta solo si el repositorio de medios está habilitado y no hay lista de federación configurada; la explotación requiere acceso al endpoint de medios.
Resumen generado y traducido por IA a partir de la descripción oficial.
Synapse is a package for Matrix homeservers written in Python 3/Twisted. Prior to version 1.47.1, Synapse instances with the media repository enabled can be tricked into downloading a file from a remote server into an arbitrary directory. No authentication is required for the affected endpoint. The last 2 directories and file name of the path are chosen randomly by Synapse and cannot be controlled by an attacker, which limits the impact. Homeservers with the media repository disabled are unaffected. Homeservers with a federation whitelist are also unaffected, since Synapse will check the remote hostname, including the trailing `../`s, against the whitelist. Server administrators should upgrade to 1.47.1 or later. Server administrators using a reverse proxy could, at the expense of losing media functionality, may block the certain endpoints as a workaround. Alternatively, non-containerized deployments can be adapted to use the hardened systemd config.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N