An infinite loop vulnerability in tiftoimage that results in heap buffer overflow in convert_32s_C1P1 was found in openjpeg 2.1.2.
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
Link | Tags |
---|---|
https://github.com/uclouvain/openjpeg/issues/872 | third party advisory exploit |
https://security.gentoo.org/glsa/201710-26 | third party advisory vendor advisory |
http://www.securityfocus.com/bid/94822 | vdb entry third party advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-9581 | issue tracking patch exploit third party advisory |
https://github.com/szukw000/openjpeg/commit/cadff5fb6e73398de26a92e96d3d7cac893af255 | third party advisory patch |