|
gzip contains an overflow condition in the LZH support. The issue is due to the 'make_table()' function not validating user-supplied input. With a specially crafted archive file containing a malformed decoding table, a context-dependent attacker can cause a buffer overflow, resulting in a denial of service or potentially execution of arbitrary code.
|