VYPR

Apng2gif

by Apng2gif Project

CVEs (3)

  • CVE-2017-6962HigMar 17, 2017
    risk 0.49cvss 7.5epss 0.01

    An issue was discovered in apng2gif 1.7. There is an integer overflow resulting in a heap-based buffer overflow. This is related to the read_chunk function making an unchecked addition of 12.

  • CVE-2017-6960HigMar 17, 2017
    risk 0.49cvss 7.5epss 0.02

    An issue was discovered in apng2gif 1.7. There is an integer overflow resulting in a heap-based buffer over-read, related to the load_apng function and the imagesize variable.

  • CVE-2017-6961MedMar 17, 2017
    risk 0.36cvss 5.5epss 0.01

    An issue was discovered in apng2gif 1.7. There is improper sanitization of user input causing huge memory allocations, resulting in a crash. This is related to the read_chunk function using the pChunk->size value (within the PNG file) to determine the amount of memory to…