Red Hat Bugzilla – Bug 1609942
CVE-2018-14437 ImageMagick: memory leak in parse8BIM in coders/meta.c
Last modified: 2018-08-07 08:41:25 EDT
A flaw was found in ImageMagick 7.0.8-4. A memory leak in parse8BIM in coders/meta.c. References: https://github.com/ImageMagick/ImageMagick/issues/1190 Upstream Patch: https://github.com/ImageMagick/ImageMagick6/commit/0812674565df667b1b3e4122ad259096de311c6c https://github.com/ImageMagick/ImageMagick/commit/082223fb992448dbb574747deac9a30f986c116e
Created ImageMagick tracking bugs for this issue: Affects: fedora-all [bug 1609943]
Memory is allocated in the parse8BIM function in coders/meta.c and pointed by the `line` variable. However there are multiple paths that return from the function without releasing the acquired memory.