Use-after-free vulnerability in the xcf_load_image function in app/xcf/xcf-load.c in GIMP allows remote attackers to cause a denial of service (program crash) or possibly execute arbitrary code via a crafted XCF 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 |
---|---|
http://www.securitytracker.com/id/1036226 | vdb entry third party advisory |
https://git.gnome.org/browse/gimp/commit/?id=e82aaa4b4ee0703c879e35ea9321fff6be3e9b6f | issue tracking patch vendor advisory |
https://bugzilla.gnome.org/show_bug.cgi?id=767873 | issue tracking third party advisory |
http://lists.opensuse.org/opensuse-updates/2016-07/msg00005.html | third party advisory vendor advisory |
http://www.securityfocus.com/bid/91425 | vdb entry third party advisory broken link |
http://www.debian.org/security/2016/dsa-3612 | third party advisory vendor advisory |
http://www.ubuntu.com/usn/USN-3025-1 | third party advisory vendor advisory |
http://www.slackware.com/security/viewer.php?l=slackware-security&y=2016&m=slackware-security.431987 | third party advisory vendor advisory |
http://rhn.redhat.com/errata/RHSA-2016-2589.html | third party advisory vendor advisory |