Gifsicle gifview 1.89 and older is vulnerable to a use-after-free in the read_gif function resulting potential code execution
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://lists.debian.org/debian-lts-announce/2018/01/msg00006.html | third party advisory mailing list |
https://www.debian.org/security/2018/dsa-4084 | third party advisory vendor advisory |
https://github.com/kohler/gifsicle/issues/114 | issue tracking third party advisory patch |