blob: 011b529fea763a6dcb0b90a17d931d7c7e5c06b8 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200612-05">
<title>KOffice shared libraries: Heap corruption</title>
<synopsis>
An integer overflow in koffice-libs allows for a Denial of Service and
possibly the execution of arbitrary code when viewing malicious PowerPoint
files.
</synopsis>
<product type="ebuild">koffice-libs</product>
<announced>2006-12-10</announced>
<revised count="01">2006-12-10</revised>
<bug>155914</bug>
<access>remote</access>
<affected>
<package name="app-office/koffice-libs" auto="yes" arch="*">
<unaffected range="ge">1.5.0</unaffected>
<vulnerable range="lt">1.5.0</vulnerable>
</package>
</affected>
<background>
<p>
KOffice is an integrated office suite for KDE. koffice-libs is a
package containing shared librares used by KOffice programs.
</p>
</background>
<description>
<p>
Kees Cook of Ubuntu discovered that 'KLaola::readBigBlockDepot()' in
klaola.cc fills 'num_of_bbd_blocks' while reading a .ppt (PowerPoint)
file without proper sanitizing, resulting in an integer overflow
subsequently overwriting the heap with parts of the file being read.
</p>
</description>
<impact type="normal">
<p>
By enticing a user to open a specially crafted PowerPoint file, an
attacker could crash the application and possibly execute arbitrary
code with the rights of the user running KOffice.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All koffice-libs users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-office/koffice-libs-1.5.0"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-6120">CVE-2006-6120</uri>
</references>
<metadata tag="requester" timestamp="2006-12-01T20:55:38Z">
DerCorny
</metadata>
<metadata tag="submitter" timestamp="2006-12-01T21:30:45Z">
frilled
</metadata>
<metadata tag="bugReady" timestamp="2006-12-10T13:39:48Z">
jaervosz
</metadata>
</glsa>
|