VYPR

microtar

by Microtar

CVEs (2)

  • CVE-2026-71267Aug 5, 2026
    risk 0.00cvss epss

    microtar's mtar_write_file_header() and mtar_write_dir_header() functions (src/microtar.c) copy a caller-supplied entry name into the 100-byte `name` field of a stack-allocated mtar_header_t via strcpy(h.name, name), with no check that strlen(name) is less than 100 before the…

  • CVE-2026-54417Jun 17, 2026
    risk 0.00cvss epss 0.00

    An integer overflow in the mtar_next() function in src/microtar.c in rxi microtar 0.1.0 allows a remote attacker to cause a denial of service (uncontrolled CPU consumption / infinite loop) via a crafted tar archive. mtar_next() computes the offset to the next record as…