VYPR

archive/zip

by Go

golang: archive/zip

Source repositories

CVEs (2)

  • CVE-2024-24789MedJun 5, 2024
    risk 0.36cvss 5.5epss 0.00

    The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip…

  • CVE-2021-27919MedMar 11, 2021
    risk 0.36cvss 5.5epss 0.02

    archive/zip in Go 1.16.x before 1.16.1 allows attackers to cause a denial of service (panic) upon attempted use of the Reader.Open API for a ZIP archive in which ../ occurs at the beginning of any filename.