CVE-2025-45582

Publication date 11 July 2025

Last updated 6 July 2026


Ubuntu priority

Cvss 3 Severity Score

4.1 · Medium

Score breakdown

Description

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.

Read the notes from the security team

Status

Package Ubuntu Release Status
tar 26.04 LTS resolute
Fixed 1.35+dfsg-4ubuntu0.2
25.10 questing
Vulnerable
25.04 plucky Ignored end of life, was needed
24.04 LTS noble
Fixed 1.35+dfsg-3ubuntu0.2
22.04 LTS jammy
Fixed 1.34+dfsg-1ubuntu0.1.22.04.4
20.04 LTS focal
Vulnerable
18.04 LTS bionic
Vulnerable
16.04 LTS xenial
Vulnerable
14.04 LTS trusty
Vulnerable

Notes


mdeslaur

Upstream tar developers have stated that is is working as documented: https://lists.gnu.org/archive/html/bug-tar/2025-08/msg00012.html List of commits below is possibly incomplete

Patch details

For informational purposes only. We recommend not to cherry-pick updates. How can I get the fixes?

Package Patch details
tar

Severity score breakdown

CVSS version: CVSS v3.0

Base score 4.1 · Medium

Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L

References

Related Ubuntu Security Notices (USN)

Other references


Access our resources on patching vulnerabilities