7 matches found
Denial Of Service (DoS)
libgd.so is vulnerable to denial of service. gdImageGd2Ptr in gdgd2.c does not perform ample conditional checks to prevent double free and other memory leaks...
Heap-based Buffer Overflow
libgd.so is vulnerable to heap-based buffer overflows. The overflows can be triggered when the function gdImageTiffPtr of gdtiff.c reads input images of GD and GD2 formats and does not check the transparent index bounds of the palette. Note: this CVE is disputed because the vendor suggested GD an...
Buffer Overflow
libgd.so is vulnerable to buffer overflow. The attacker can send a malicious gd2 palette image exceeding a maximum color value gdMaxColors in the function gdGetColors to trigger a buffer overrun...
Denial Of Service (DoS)
libgd.so is vulnerable to denial of service DoS attacks. The library contains a memory leak during interpolation, allowing a malicious user to cause a DoS condition by calling the gdImageScaleTwoPass function in gdinterpolation.c...
Denial Of Service (DoS)
libgd.so is vulnerable to denial of service DoS attacks. A malicious user can pass an oversized image to the gdImageCreate function in gd.c to consume memory and crash the application...
Denial Of Service (DoS) Via Integer Overflow
libgd.so is vulnerable to denial of service DoS attack. It does not properly check the chunk count when reading an image, accepting a malicious gd2 file to cause an integer overflow that can crash the application or cause other impacts...
Denial Of Service (DoS)
libgd.so is vulnerable to denial of service DoS attacks. The gdImageCreateFromGd2Ctx function in gdgd2.c allows attackers to pass a malicious image file to cause a DoS...