CVE-2025-45582
BaseFortify
Publication date: 2025-07-11
Last updated on: 2025-11-02
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gnu | tar | to 1.35 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-24 | The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "../" sequences that can resolve to a location that is outside of that directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in GNU Tar through version 1.35 allows an attacker to overwrite files via directory traversal using a two-step process. First, the victim extracts a TAR archive containing a symlink with a relative path (../) pointing to a critical directory. Then, the victim extracts another TAR archive containing a file whose path starts with the symlink name and ends with the critical file's name. The extraction process follows the symlink and overwrites the critical file, bypassing protections that block traversal within a single archive.
How can this vulnerability impact me? :
This vulnerability can lead to unauthorized overwriting of critical files on a system, potentially allowing an attacker to modify important configuration or security files. This can compromise server applications that automatically extract user-supplied TAR archives, leading to possible data integrity issues, privilege escalation, or denial of service.