All errata/sisyphus/ALT-PU-2023-8713-1
ALT-PU-2023-8713-1

Package update tar in branch sisyphus

Version1.35.0.20.1cdad4cc-alt1
Published2023-09-19
Max severityMEDIUM
Severity:

Closed issues (3)

BDU:2026-00339
MEDIUM4.1

Уязвимость архиватора GNU Tar, связанная с неверным ограничением имени пути к каталогу с ограниченным доступом, позволяющая нарушителю обойти существующие ограничения безопасности и получить доступ на перезапись файлов

Published: 2026-01-14Modified: 2026-03-13
CVSS 3.xMEDIUM 4.1
CVSS:3.x/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L
CVSS 2.0LOW 2.6
CVSS:2.0/AV:L/AC:H/Au:N/C:N/I:P/A:P
References
CVE-2025-45582
MEDIUM4.1

GNU Tar through 1.35 allows file overwrite via directory traversal in crafted TAR archives, with a certain two-step process. First, the victim must extract an archive that contains a ../ symlink to a critical directory. Second, the victim must extract an archive that contains a critical file, specified via a relative pathname that begins with the symlink name and ends with that critical file's name. Here, the extraction follows the symlink and overwrites the critical file. This bypasses the protection mechanism of "Member name contains '..'" that would occur for a single TAR archive that attempted to specify the critical file via a ../ approach. For example, the first archive can contain "x -> ../../../../../home/victim/.ssh" and the second archive can contain x/authorized_keys. This can affect server applications that automatically extract any number of user-supplied TAR archives, and were relying on the blocking of traversal. This can also affect software installation processes in which "tar xf" is run more than once (e.g., when installing a package can automatically install two dependencies that are set up as untrusted tarballs instead of official packages). NOTE: the official GNU Tar manual has an otherwise-empty directory for each "tar xf" in its Security Rules of Thumb; however, third-party advice leads users to run "tar xf" more than once into the same directory.

Published: 2025-07-11Modified: 2025-11-02
CVSS 3.xMEDIUM 4.1
CVSS:3.x/CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L