VYPR

Archive Tar New

by Jib

Source repositories

CVEs (3)

  • CVE-2026-9538May 26, 2026
    risk 0.00cvss epss

    Archive::Tar versions before 3.10 for Perl allow memory exhaustion via attacker controlled entry size field in tar header. _read_tar() reads each entry's payload with $handle->read($$data, $block), where $block is derived from the entry's 12-byte size field in the tar header…

  • CVE-2026-42497May 26, 2026
    risk 0.00cvss epss

    Archive::Tar versions before 3.08 for Perl extract hardlinks to attacker controlled paths outside the extraction directory. _make_special_file() passes the tar header's linkname to link() without validating it against absolute paths or .. segments, creating a hardlink that…

  • CVE-2026-42496May 26, 2026
    risk 0.00cvss epss

    Archive::Tar versions before 3.08 for Perl extract symlinks with attacker controlled targets outside the extraction directory. _make_special_file() passes the tar header's linkname to symlink() without validating it against absolute paths or .. segments. The secure-extract mode…