summaryrefslogtreecommitdiff
blob: 64db3ebee111a55c57f2facce4c78a73cc9dbcd6 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200812-15">
  <title>POV-Ray: User-assisted execution of arbitrary code</title>
  <synopsis>
    POV-Ray includes a version of libpng that might allow for the execution of
    arbitrary code when reading a specially crafted PNG file
  </synopsis>
  <product type="ebuild">povray</product>
  <announced>2008-12-14</announced>
  <revised count="01">2008-12-14</revised>
  <bug>153538</bug>
  <access>local</access>
  <affected>
    <package name="media-gfx/povray" auto="yes" arch="*">
      <unaffected range="ge">3.6.1-r4</unaffected>
      <vulnerable range="lt">3.6.1-r4</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    POV-Ray is a well known open-source ray tracer.
    </p>
  </background>
  <description>
    <p>
    POV-Ray uses a statically linked copy of libpng to view and output PNG
    files. The version shipped with POV-Ray is vulnerable to CVE-2008-3964,
    CVE-2008-1382, CVE-2006-3334, CVE-2006-0481, CVE-2004-0768. A bug in
    POV-Ray's build system caused it to load the old version when your
    installed copy of libpng was &gt;=media-libs/libpng-1.2.10.
    </p>
  </description>
  <impact type="normal">
    <p>
    An attacker could entice a user to load a specially crafted PNG file as
    a texture, resulting in the execution of arbitrary code with the
    permissions of the user running the application.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All POV-Ray users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=media-gfx/povray-3.6.1-r4"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0768">CVE-2004-0768</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0481">CVE-2006-0481</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3334">CVE-2006-3334</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1382">CVE-2008-1382</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3964">CVE-2008-3964</uri>
  </references>
  <metadata tag="requester" timestamp="2008-12-04T23:06:51Z">
    mabi
  </metadata>
  <metadata tag="submitter" timestamp="2008-12-06T15:52:40Z">
    mabi
  </metadata>
  <metadata tag="bugReady" timestamp="2008-12-11T20:06:51Z">
    p-y
  </metadata>
</glsa>