VYPR

Tar Rs

by Alexcrichton

Source repositories

CVEs (2)

  • CVE-2026-33055HigMar 20, 2026
    risk 0.46cvss 8.1epss 0.00

    tar-rs is a tar archive reading/writing library for Rust. Versions 0.4.44 and below have conditional logic that skips the PAX size header in cases where the base header size is nonzero. As part of CVE-2025-62518, the astral-tokio-tar project was changed to correctly honor PAX…

  • CVE-2026-33056MedMar 20, 2026
    risk 0.35cvss 6.5epss 0.00

    tar-rs is a tar archive reading/writing library for Rust. In versions 0.4.44 and below, when unpacking a tar archive, the tar crate's unpack_dir function uses fs::metadata() to check whether a path that already exists is a directory. Because fs::metadata() follows symbolic…