blob: 45f2e4f084412ee95d5f88e83c39277881739d0a (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200605-14">
<title>libextractor: Two heap-based buffer overflows</title>
<synopsis>
libextractor is vulnerable to two heap overflow vulnerabilities which could
lead to the execution of arbitrary code.
</synopsis>
<product type="ebuild">libextractor</product>
<announced>2006-05-21</announced>
<revised count="01">2006-05-21</revised>
<bug>133570</bug>
<access>remote</access>
<affected>
<package name="media-libs/libextractor" auto="yes" arch="*">
<unaffected range="ge">0.5.14</unaffected>
<vulnerable range="lt">0.5.14</vulnerable>
</package>
</affected>
<background>
<p>
libextractor is a library used to extract metadata from arbitrary
files.
</p>
</background>
<description>
<p>
Luigi Auriemma has found two heap-based buffer overflows in
libextractor 0.5.13 and earlier: one of them occurs in the
asf_read_header function in the ASF plugin, and the other occurs in the
parse_trak_atom function in the Qt plugin.
</p>
</description>
<impact type="normal">
<p>
By enticing a user to open a malformed file using an application
that employs libextractor and its ASF or Qt plugins, an attacker could
execute arbitrary code in the context of the application running the
affected library.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All libextractor users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-libs/libextractor-0.5.14"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2458">CVE-2006-2458</uri>
<uri link="http://aluigi.altervista.org/adv/libextho-adv.txt">Original advisory</uri>
</references>
<metadata tag="requester" timestamp="2006-05-19T13:49:39Z">
DerCorny
</metadata>
<metadata tag="bugReady" timestamp="2006-05-19T13:49:51Z">
DerCorny
</metadata>
<metadata tag="submitter" timestamp="2006-05-19T16:16:14Z">
falco
</metadata>
</glsa>
|