|
libsndfile contains an overflow condition in the handling of AIFF media files. The issue is due to the 'aiff_read_header()' function in src/aiff.c not validating user-supplied input. With a specially crafted AIFF file, a context-dependent attacker can cause a heap-based buffer overflow, resulting in a denial of service or potentially execution of arbitrary code.
|