Vulnerability Description
tar-rs versions 0.4.11 through 0.4.46 contain a symlink escape vulnerability in the Builder::append_dir_all() function that allows attackers to read files outside the intended source root directory by planting symlinks in an attacker-controlled directory. When a privileged process archives an untrusted directory, the function follows symlinks without verifying that resolved targets remain within the source root, causing out-of-bounds files to be included in the archive as regular files and disclosed to the attacker.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://gist.github.com/thesmartshadow/e7dac0bb690ee17b9cc142154cb11726
- https://www.vulncheck.com/advisories/tar-rs-symlink-escape-via-append-dir-all
FAQ
What is CVE-2026-70622?
CVE-2026-70622 is a vulnerability with a CVSS score of 6.5 (MEDIUM). tar-rs versions 0.4.11 through 0.4.46 contain a symlink escape vulnerability in the Builder::append_dir_all() function that allows attackers to read files outside the intended source root directory by...
How severe is CVE-2026-70622?
CVE-2026-70622 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-70622?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.