summaryrefslogtreecommitdiff
blob: b05fcf56eed9c921668e708a6c3f95c9cfab4e24 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201006-02">
  <title>CamlImages: User-assisted execution of arbitrary code</title>
  <synopsis>
    Multiple integer overflows in CamlImages might result in the remote
    execution of arbitrary code.
  </synopsis>
  <product type="ebuild">camlimages</product>
  <announced>2010-06-01</announced>
  <revised>2010-06-01: 01</revised>
  <bug>276235</bug>
  <bug>290222</bug>
  <access>remote</access>
  <affected>
    <package name="dev-ml/camlimages" auto="yes" arch="*">
      <unaffected range="ge">3.0.2</unaffected>
      <vulnerable range="lt">3.0.2</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    CamlImages is an image processing library for Objective Caml.
    </p>
  </background>
  <description>
    <p>
    Tielei Wang reported multiple integer overflows, possibly leading to
    heap-based buffer overflows in the (1) read_png_file() and
    read_png_file_as_rgb24() functions, when processing a PNG image
    (CVE-2009-2295) and (2) gifread.c and jpegread.c files when processing
    GIF or JPEG images (CVE-2009-2660).
    </p>
    <p>
    Other integer overflows were also found in tiffread.c (CVE-2009-3296).
    </p>
  </description>
  <impact type="normal">
    <p>
    A remote attacker could entice a user to open a specially crafted,
    overly large PNG, GIF, TIFF, or JPEG image using an application that
    uses the CamlImages library, possibly resulting in the execution of
    arbitrary code with the privileges of the user running the application.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All CamlImages users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose =dev-ml/camlimages-3.0.2</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2295">CVE-2009-2295</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2660">CVE-2009-2660</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3296">CVE-2009-3296</uri>
  </references>
  <metadata tag="requester" timestamp="2009-08-09T15:21:06Z">
    rbu
  </metadata>
  <metadata tag="submitter" timestamp="2009-08-14T12:48:53Z">
    a3li
  </metadata>
  <metadata tag="bugReady" timestamp="2010-06-01T09:26:19Z">
    a3li
  </metadata>
</glsa>