summaryrefslogtreecommitdiff
blob: 825a3389ea1a2703a94c627d1613556ab2a8c4a4 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200603-10">
  <title>Cube: Multiple vulnerabilities</title>
  <synopsis>
    Cube is vulnerable to a buffer overflow, invalid memory access and remote
    client crashes, possibly leading to a Denial of Service or remote code
    execution.
  </synopsis>
  <product type="ebuild">cube</product>
  <announced>2006-03-13</announced>
  <revised count="01">2006-03-13</revised>
  <bug>125289</bug>
  <access>remote</access>
  <affected>
    <package name="games-fps/cube" auto="yes" arch="*">
      <vulnerable range="le">20050829</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Cube is an open source first person shooter game engine supporting
    multiplayer via LAN or internet.
    </p>
  </background>
  <description>
    <p>
    Luigi Auriemma reported that Cube is vulnerable to a buffer
    overflow in the sgetstr() function (CVE-2006-1100) and that the
    sgetstr() and getint() functions fail to verify the length of the
    supplied argument, possibly leading to the access of invalid memory
    regions (CVE-2006-1101). Furthermore, he discovered that a client
    crashes when asked to load specially crafted mapnames (CVE-2006-1102).
    </p>
  </description>
  <impact type="high">
    <p>
    A remote attacker could exploit the buffer overflow to execute
    arbitrary code with the rights of the user running cube. An attacker
    could also exploit the other vulnerabilities to crash a Cube client or
    server, resulting in a Denial of Service.
    </p>
  </impact>
  <workaround>
    <p>
    Play solo games or restrict your multiplayer games to trusted
    parties.
    </p>
  </workaround>
  <resolution>
    <p>
    Upstream stated that there will be no fixed version of Cube, thus
    the Gentoo Security Team decided to hardmask Cube for security reasons.
    All Cube users are encouraged to uninstall Cube:
    </p>
    <code>
    # emerge --ask --unmerge games-fps/cube</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1100">CVE-2006-1100</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1101">CVE-2006-1101</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1102">CVE-2006-1102</uri>
  </references>
  <metadata tag="submitter" timestamp="2006-03-11T12:37:07Z">
    DerCorny
  </metadata>
  <metadata tag="bugReady" timestamp="2006-03-11T16:16:08Z">
    koon
  </metadata>
</glsa>