summaryrefslogtreecommitdiff
blob: 0914fa5550bb1a349814c7c16d66866ca8b3581c (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200501-06">
  <title>tiff: New overflows in image decoding</title>
  <synopsis>
    An integer overflow has been found in the TIFF library image decoding
    routines and the tiffdump utility, potentially allowing arbitrary code
    execution.
  </synopsis>
  <product type="ebuild">tiff</product>
  <announced>2005-01-05</announced>
  <revised count="01">2005-01-05</revised>
  <bug>75213</bug>
  <access>remote</access>
  <affected>
    <package name="media-libs/tiff" auto="yes" arch="*">
      <unaffected range="ge">3.7.1-r1</unaffected>
      <vulnerable range="lt">3.7.1-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    The TIFF library contains encoding and decoding routines for the
    Tag Image File Format. It is called by numerous programs, including
    GNOME and KDE applications, to interpret TIFF images.
    </p>
  </background>
  <description>
    <p>
    infamous41md found a potential integer overflow in the directory
    entry count routines of the TIFF library (CAN-2004-1308). Dmitry V.
    Levin found another similar issue in the tiffdump utility
    (CAN-2004-1183).
    </p>
  </description>
  <impact type="normal">
    <p>
    A remote attacker could entice a user to view a carefully crafted
    TIFF image file, which would potentially lead to execution of arbitrary
    code with the rights of the user viewing the image. This affects any
    program that makes use of the TIFF library, including many web browsers
    or mail readers.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All TIFF library users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=media-libs/tiff-3.7.1-r1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1183">CAN-2004-1183</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1308">CAN-2004-1308</uri>
    <uri link="http://www.idefense.com/application/poi/display?id=174&amp;type=vulnerabilities">iDEFENSE Advisory</uri>
  </references>
  <metadata tag="submitter" timestamp="2005-01-03T10:21:55Z">
    koon
  </metadata>
  <metadata tag="bugReady" timestamp="2005-01-04T14:07:42Z">
    koon
  </metadata>
</glsa>