There is an invalid free in ReadImage in input-bmp.ci that leads to a Segmentation fault in sam2p 0.49.4. A crafted input will lead to a denial of service or possibly unspecified other impact.
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://github.com/pts/sam2p/issues/29 | third party advisory exploit |
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891527 | third party advisory issue tracking |
https://lists.debian.org/debian-lts-announce/2018/04/msg00004.html | third party advisory mailing list |