summaryrefslogtreecommitdiff
blob: a23a6886a60d7ce540a09e4d4de456901887e326 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200501-20">
  <title>o3read: Buffer overflow during file conversion</title>
  <synopsis>
    A buffer overflow in o3read allows an attacker to execute arbitrary code by
    way of a specially crafted XML file.
  </synopsis>
  <product type="ebuild">o3read</product>
  <announced>2005-01-11</announced>
  <revised count="01">2005-01-11</revised>
  <bug>74478</bug>
  <access>remote</access>
  <affected>
    <package name="app-text/o3read" auto="yes" arch="*">
      <unaffected range="ge">0.0.4</unaffected>
      <vulnerable range="le">0.0.3</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    o3read is a standalone converter for OpenOffice.org files. It
    allows a user to dump the contents tree (o3read) and convert to plain
    text (o3totxt) or to HTML (o3tohtml) Writer and Calc files.
    </p>
  </background>
  <description>
    <p>
    Wiktor Kopec discovered that the parse_html function in o3read.c
    copies any number of bytes into a 1024-byte t[] array.
    </p>
  </description>
  <impact type="normal">
    <p>
    Using a specially crafted file, possibly delivered by e-mail or
    over the Web, an attacker may execute arbitrary code with the
    permissions of the user running o3read.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All o3read users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=app-text/o3read-0.0.4"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1288">CAN-2004-1288</uri>
    <uri link="http://tigger.uic.edu/~jlongs2/holes/o3read.txt">Wiktor Kopec advisory</uri>
  </references>
  <metadata tag="requester" timestamp="2005-01-10T22:12:42Z">
    koon
  </metadata>
  <metadata tag="bugReady" timestamp="2005-01-10T22:13:07Z">
    koon
  </metadata>
  <metadata tag="submitter" timestamp="2005-01-11T11:55:34Z">
    koon
  </metadata>
</glsa>