U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2025-45582

Change History

New CVE Received from MITRE 7/11/2025 1:15:37 PM

Action Type Old Value New Value
Added 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.
Added CVSS V3.1

								
							
							
						
AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L
Added CWE

								
							
							
						
CWE-24
Added Reference

								
							
							
						
https://github.com/i900008/vulndb/blob/main/Gnu_tar_vuln.md
Added Reference

								
							
							
						
https://www.gnu.org/software/tar/