diff options
Diffstat (limited to 'metadata/glsa/glsa-201603-01.xml')
-rw-r--r-- | metadata/glsa/glsa-201603-01.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201603-01.xml b/metadata/glsa/glsa-201603-01.xml new file mode 100644 index 000000000000..ec18e596fe5a --- /dev/null +++ b/metadata/glsa/glsa-201603-01.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201603-01"> + <title>GIMP: Multiple vulnerabilities</title> + <synopsis>GIMP is vulnerable to multiple buffer overflows which could result + in the execution of arbitrary code or Denial of Service. + </synopsis> + <product type="ebuild">gimp</product> + <announced>2016-03-06</announced> + <revised count="2">2016-05-04</revised> + <bug>434582</bug> + <bug>493372</bug> + <access>remote</access> + <affected> + <package name="media-gfx/gimp" auto="yes" arch="*"> + <unaffected range="ge">2.8.0</unaffected> + <vulnerable range="lt">2.8.0</vulnerable> + </package> + </affected> + <background> + <p>GIMP is a cross-platform image editor available for GNU/Linux, OS X, + Windows and more operating systems. + </p> + </background> + <description> + <p>GIMP’s network server, scriptfu, is vulnerable to the remote execution + of arbitrary code via the python-fu-eval command due to not requiring + authentication. Additionally, the X Window Dump (XWD) plugin is + vulnerable to multiple buffer overflows possibly allowing the remote + execution of arbitrary code or Denial of Service. The XWD plugin is + vulnerable due to not validating large color entries. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could possibly execute arbitrary code with the + privileges of the process due or perform a Denial of Service. + </p> + </impact> + <workaround> + <p>There is no known work around at this time.</p> + </workaround> + <resolution> + <p>All GIMP users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-gfx/gimp-2.8.0" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-4245">CVE-2012-4245</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1913"> + CVE-2013-1913 + </uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1978"> + CVE-2013-1978 + </uri> + </references> + <metadata tag="requester" timestamp="2016-03-02T11:01:16Z">b-man</metadata> + <metadata tag="submitter" timestamp="2016-05-04T00:41:21Z">b-man</metadata> +</glsa> |