Use-after-free vulnerability in the ReadPWPImage function in coders/pwp.c in ImageMagick 6.9.5-5 allows remote attackers to cause a denial of service (application crash) or have other unspecified impact via a crafted file.
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/ImageMagick/ImageMagick/commit/ecc03a2518c2b7dd375fde3a040fdae0bdf6a521 | patch third party advisory issue tracking |
http://www.securityfocus.com/bid/95187 | third party advisory vdb entry |
http://lists.opensuse.org/opensuse-updates/2017-02/msg00028.html | third party advisory vendor advisory |
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30245 | vendor advisory |
http://lists.opensuse.org/opensuse-updates/2017-02/msg00031.html | third party advisory vendor advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=1410456 | third party advisory issue tracking |
http://www.openwall.com/lists/oss-security/2016/12/26/9 | third party advisory mailing list |
https://github.com/ImageMagick/ImageMagick/commit/548701354191a3dda5cffc6d415374b35b01d0b9 | patch vendor advisory |