CVE-2025-45582

MEDIUM EPSS 34.6%
Published Jul 11, 202511mo ago · Modified Jun 17, 20262w ago
4.1 CVSS 3.1
Medium
Find Similar
Published Jul 11, 2025 11mo ago
Last Modified Jun 17, 2026 2w ago

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.

CVSS Details

Base Score
4.1
Exploitability
1.0
Impact
2.7
Vector string
CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L
Attack Vector Local
Attack Complexity High
Privileges Required None
User Interaction Required
Scope Changed
Confidentiality None
Integrity Low
Availability Low

Threat Intelligence

EPSS Exploit Probability
34.6% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available

Weaknesses 1

CWE-24

Affected Products 1

VendorProductVersionRange
gnutar* <1.35

References 6

  • openwall.com http://www.openwall.com/lists/oss-security/2025/11/01/6
  • github.com https://github.com/i900008/vulndb/blob/main/Gnu_tar_vuln.md
    ExploitThird Party Advisory
  • lists.gnu.org https://lists.gnu.org/archive/html/bug-tar/2025-08/msg00012.html
  • gnu.org https://www.gnu.org/software/tar/
    ProductRelease Notes
  • gnu.org https://www.gnu.org/software/tar/manual/html_node/Integrity.html
  • gnu.org https://www.gnu.org/software/tar/manual/html_node/Security-rules-of-thumb.html

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.