CVE-2020-26312

Dotmesh is a git-like command-line interface for capturing, organizing and sharing application states. In versions 0.8.1 and prior, the unsafe handling of symbolic links in an unpacking routine may enable attackers to read and/or write to arbitrary locations outside the designated target folder. The routine `untarFile` attempts to guard against creating symbolic links that point outside the directory a tar archive is extracted to. However, a malicious tarball first linking `subdir/parent` to `..` (allowed, because `subdir/..` falls within the archive root) and then linking `subdir/parent/escapes` to `..` results in a symbolic link pointing to the tarball’s parent directory, contrary to the routine’s goals. This issue may lead to arbitrary file write (with same permissions as the program running the unpack operation) if the attacker can control the archive file. Additionally, if the attacker has read access to the unpacked files, they may be able to read arbitrary system files the parent process has permissions to read. As of time of publication, no patch for this issue is available.
Configurations

No configuration.

History

21 Nov 2024, 05:19

Type Values Removed Values Added
References () https://github.com/dotmesh-io/dotmesh/blob/master/pkg/archiver/tar.go#L255 - () https://github.com/dotmesh-io/dotmesh/blob/master/pkg/archiver/tar.go#L255 -
References () https://securitylab.github.com/advisories/GHSL-2020-254-zipslip-dotmesh/ - () https://securitylab.github.com/advisories/GHSL-2020-254-zipslip-dotmesh/ -

15 May 2024, 16:40

Type Values Removed Values Added
Summary
  • (es) Dotmesh es una interfaz de línea de comandos similar a git para capturar, organizar y compartir estados de aplicaciones. En las versiones 0.8.1 y anteriores, el manejo inseguro de enlaces simbólicos en una rutina de descompresión puede permitir a los atacantes leer y/o escribir en ubicaciones arbitrarias fuera de la carpeta de destino designada. La rutina `untarFile` intenta evitar la creación de enlaces simbólicos que apunten fuera del directorio al que se extrae un archivo tar. Sin embargo, un tarball malicioso que primero vincula `subdir/parent` a `..` (permitido, porque `subdir/..` se encuentra dentro de la raíz del archivo) y luego vincula `subdir/parent/escapes` a `..` da como resultado un enlace simbólico que apunta al directorio principal del tarball, contrario a los objetivos de la rutina. Este problema puede provocar la escritura arbitraria de archivos (con los mismos permisos que el programa que ejecuta la operación de descomprimir) si el atacante puede controlar el archivo comprimido. Además, si el atacante tiene acceso de lectura a los archivos descomprimidos, es posible que pueda leer archivos arbitrarios del sistema para los que el proceso principal tiene permisos de lectura. Al momento de la publicación, no hay ningún parche disponible para este problema.

14 May 2024, 21:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-05-14 21:15

Updated : 2024-11-21 05:19


NVD link : CVE-2020-26312

Mitre link : CVE-2020-26312

CVE.ORG link : CVE-2020-26312


JSON object : View

Products Affected

No product.

CWE
CWE-125

Out-of-bounds Read

CWE-787

Out-of-bounds Write