summaryrefslogtreecommitdiff
blob: e758ed8d60eeb8aaca2467aca984d48772b4e795 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200708-05">
  <title>GD: Multiple vulnerabilities</title>
  <synopsis>
    Multiple vulnerabilities have been discovered in GD, allowing for the
    execution of arbitrary code.
  </synopsis>
  <product type="ebuild">gd</product>
  <announced>2007-08-09</announced>
  <revised count="01">2007-08-09</revised>
  <bug>179154</bug>
  <access>remote</access>
  <affected>
    <package name="media-libs/gd" auto="yes" arch="*">
      <unaffected range="ge">2.0.35</unaffected>
      <vulnerable range="lt">2.0.35</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    GD is a graphic library for fast image creation.
    </p>
  </background>
  <description>
    <p>
    Xavier Roche discovered an infinite loop in the gdPngReadData()
    function when processing a truncated PNG file (CVE-2007-2756). An
    integer overflow has been discovered in the gdImageCreateTrueColor()
    function (CVE-2007-3472). An error has been discovered in the function
    gdImageCreateXbm() function (CVE-2007-3473). Unspecified
    vulnerabilities have been discovered in the GIF reader (CVE-2007-3474).
    An error has been discovered when processing a GIF image that has no
    global color map (CVE-2007-3475). An array index error has been
    discovered in the file gd_gif_in.c when processing images with an
    invalid color index (CVE-2007-3476). An error has been discovered in
    the imagearc() and imagefilledarc() functions when processing overly
    large angle values (CVE-2007-3477). A race condition has been
    discovered in the gdImageStringFTEx() function (CVE-2007-3478).
    </p>
  </description>
  <impact type="normal">
    <p>
    A remote attacker could exploit one of these vulnerabilities to cause a
    Denial of Service or possibly execute arbitrary code with the
    privileges of the user running GD.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All GD users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=media-libs/gd-2.0.35"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2756">CVE-2007-2756</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3472">CVE-2007-3472</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3473">CVE-2007-3473</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3474">CVE-2007-3474</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3475">CVE-2007-3475</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3476">CVE-2007-3476</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3477">CVE-2007-3477</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3478">CVE-2007-3478</uri>
  </references>
  <metadata tag="requester" timestamp="2007-07-20T21:01:20Z">
    p-y
  </metadata>
  <metadata tag="submitter" timestamp="2007-07-31T09:13:14Z">
    p-y
  </metadata>
  <metadata tag="bugReady" timestamp="2007-07-31T09:13:30Z">
    p-y
  </metadata>
</glsa>