CVE-2025-59343

EPSS 0.03%

tar-fs has a symlink validation bypass if destination directory is predictable with a specific tarball

發布日:2025/9/24修改日:2026/2/4
也稱為:GHSA-vj76-c3g6-qr5vCGA-4wv7-2923-8hcg

描述

### Impact v3.1.0, v2.1.3, v1.16.5 and below ### Patches Has been patched in 3.1.1, 2.1.4, and 1.16.6 ### Workarounds You can use the ignore option to ignore non files/directories. ```js ignore (_, header) { // pass files & directories, ignore e.g. symlinks return header.type !== 'file' && header.type !== 'directory' } ``` ### Credit Reported by: Mapta / BugBunny_ai

受影響套件(4)

CVSS 分數

來源版本嚴重程度向量
osvCVSS 4.0CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N

參考連結(6)