A null pointer dereference vulnerability was found in ImageMagick in tiff.c, triggered by crafted image being opened. Upstream patch: https://github.com/ImageMagick/ImageMagick/commit/b61d35eaccc0a7ddeff8a1c3abfcd0a43ccf210b References: http://seclists.org/oss-sec/2016/q4/472
Created ImageMagick tracking bugs for this issue: Affects: fedora-all [bug 1413891]
Created ImageMagick tracking bugs for this issue: Affects: fedora-all [bug 1413898]
ImageMagick code uses the libtiff library to query tag data via TIFFGetField(), but the return from the function, could be null, which is not checked. This later causes null pointer deref when the value is being used.