|
libpng contains an overflow condition in the png_decompress_chunk() function in pngrutil.c. The issue is triggered as user-supplied input is not properly sanitized when decompressing chunks, which will result in an integer overflow. This may allow a remote attacker to cause a denial of service or potentially execute arbitrary code.
|