summaryrefslogtreecommitdiff
blob: ec18e596fe5a98b560eebb5ebe57f936c2b33987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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 "&gt;=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>