Improper access control in tar-rs - #VU131730
Published: May 18, 2026
tar-rs
Detailed vulnerability description
The vulnerability allows a local user to write files outside the intended extraction tree.
The vulnerability exists due to improper access control in unpack() when extracting an archive while the filesystem tree is being concurrently mutated by another process. A local user can modify the filesystem tree during extraction to write files outside the intended extraction tree.
This issue is relevant in environments where an untrusted or malicious process can concurrently alter the destination filesystem tree.