Bugzilla – Bug 853423
VUL-0: CVE-2013-1913: gimp: xwd plugin g_new() integer overflow
Last modified: 2014-02-11 10:36:22 UTC
Murray McAllister of the Red Hat Security Response Team has discovered an integer overflow in the way GIMP, the GNU Image Manipulation Program, performed loading of certain X Window System (XWD) image dumps containing large a color entries value. A remote attacker could provide a specially-crafted XWD format image file that, when processed, would lead to gimp XWD plug-in crash or, potentially, arbitrary code execution with the privileges of the user running the gimp executable. CVE-2013-1913 was assigned for this issue. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-1913 https://bugzilla.redhat.com/show_bug.cgi?id=947868
bugbot adjusting priority
David - can you have someone from your team look into this (appears very similar to bug #853425)
Upstream commit: file-xwd: sanity check colormap size (CVE-2013-1913) https://git.gnome.org/browse/gimp/commit/?id=32ae0f83e5748299641cceaabe3f80f1b3afd03e + /* Guard against insanely huge color maps -- gimp_image_set_colormap() only + * accepts colormaps with 0..256 colors anyway. */ + if (xwdhdr.l_colormap_entries > 256) + { + g_message (_("'%s':\nIllegal number of colormap entries: %ld"), + gimp_filename_to_utf8 (filename), + (long)xwdhdr.l_colormap_entries); + fclose (ifp); + return -1; + }
The SWAMPID for this issue is 55797. This issue was rated as moderate. Please submit fixed packages until 2014-01-27. When done, please reassign the bug to security-team@suse.de. Patchinfo will be handled by security team.
submitted to sle11/sle11-sp1/sle11-sp2/sle11-sp3
Update released for: gimp, gimp-branding-upstream, gimp-debuginfo, gimp-debugsource, gimp-devel, gimp-doc, gimp-lang, gimp-plugins-python Products: SLE-DEBUGINFO 11-SP3 (i386, ia64, ppc64, s390x, x86_64) SLE-DESKTOP 11-SP3 (i386, x86_64) SLE-SDK 11-SP3 (i386, ia64, ppc64, s390x, x86_64)
SUSE-SU-2014:0214-1: An update that fixes three vulnerabilities is now available. Category: security (moderate) Bug References: 791372,853423,853425 CVE References: CVE-2012-5576,CVE-2013-1913,CVE-2013-1978 Sources used: SUSE Linux Enterprise Software Development Kit 11 SP3 (src): gimp-2.6.2-3.34.45.1 SUSE Linux Enterprise Desktop 11 SP3 (src): gimp-2.6.2-3.34.45.1
released