blob: 44fde5df3d9ce3f278d12169b5cc2e0518ed8093 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200907-01">
<title>libwmf: User-assisted execution of arbitrary code</title>
<synopsis>
libwmf bundles an old GD version which contains a "use-after-free"
vulnerability.
</synopsis>
<product type="ebuild">libwmf</product>
<announced>2009-07-02</announced>
<revised count="01">2009-07-02</revised>
<bug>268161</bug>
<access>remote</access>
<affected>
<package name="media-libs/libwmf" auto="yes" arch="*">
<unaffected range="ge">0.2.8.4-r3</unaffected>
<vulnerable range="lt">0.2.8.4-r3</vulnerable>
</package>
</affected>
<background>
<p>
libwmf is a library for converting WMF files.
</p>
</background>
<description>
<p>
The embedded fork of the GD library introduced a "use-after-free"
vulnerability in a modification which is specific to libwmf.
</p>
</description>
<impact type="normal">
<p>
A remote attacker could entice a user to open a specially crafted WMF
file, possibly resulting in the execution of arbitrary code with the
privileges of the user running the application, or a Denial of Service.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All libwmf users should upgrade to the latest version which no longer
builds the GD library:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-libs/libwmf-0.2.8.4-r3"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1364">CVE-2009-1364</uri>
</references>
<metadata tag="requester" timestamp="2009-05-22T17:28:39Z">
keytoaster
</metadata>
<metadata tag="submitter" timestamp="2009-05-24T00:52:28Z">
craig
</metadata>
<metadata tag="bugReady" timestamp="2009-06-29T22:09:20Z">
craig
</metadata>
</glsa>
|