In GraphicsMagick 1.4 snapshot-20190403 Q8, there is a use-after-free in ThrowException and ThrowLoggedException of magick/error.c.
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://sourceforge.net/p/graphicsmagick/bugs/603/ | third party advisory issue tracking exploit |
http://hg.graphicsmagick.org/hg/GraphicsMagick/rev/44ab7f6c20b4 | patch vendor advisory mailing list |
http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00026.html | vendor advisory mailing list third party advisory |
http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00064.html | vendor advisory mailing list third party advisory |
https://lists.debian.org/debian-lts-announce/2020/01/msg00029.html | third party advisory mailing list |
https://www.debian.org/security/2020/dsa-4640 | third party advisory vendor advisory |