You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
tar rs vulnerability
About this tag
The tar-rs vulnerability, tracked as CVE-2026-33056, affects versions 0.4.44 and below of the Rust tar crate. Microsoft flagged this issue because the unpack_in function can follow symlinks during archive extraction, allowing a malicious tarball to change permissions on arbitrary directories outside the intended extraction root. This turns routine archive extraction into a security risk with implications beyond the extraction directory. The flaw was fixed in version 0.4.45. Discussions on WindowsForum highlight the subtle but important nature of the bug, emphasizing that symlink handling in tar-rs can be exploited to alter directory permissions on unintended targets. Users are advised to upgrade to 0.4.45 or later to mitigate the risk.
Microsoft has flagged CVE-2026-33056 as a tar-rs vulnerability that can let unpack_in chmod arbitrary directories by following symlinks, turning what should be a routine archive-extraction operation into a permissions-changing bug with security implications far beyond the extraction root. The...