summaryrefslogtreecommitdiff
blob: ef50d9ea184de6cfd92ced48d7699805320f34d1 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200502-18">
  <title>VMware Workstation: Untrusted library search path</title>
  <synopsis>
    VMware may load shared libraries from an untrusted, world-writable
    directory, resulting in the execution of arbitrary code.
  </synopsis>
  <product type="ebuild">VMware</product>
  <announced>2005-02-14</announced>
  <revised count="03">2006-05-25</revised>
  <bug>81344</bug>
  <access>local</access>
  <affected>
    <package name="app-emulation/vmware-workstation" auto="yes" arch="*">
      <unaffected range="ge">4.5.2.8848-r5</unaffected>
      <unaffected range="rge">3.2.1.2242-r4</unaffected>
      <vulnerable range="lt">4.5.2.8848-r5</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    VMware Workstation is a powerful virtual machine for developers and
    system administrators.
    </p>
  </background>
  <description>
    <p>
    Tavis Ormandy of the Gentoo Linux Security Audit Team has discovered
    that VMware Workstation searches for gdk-pixbuf loadable modules in an
    untrusted, world-writable directory.
    </p>
  </description>
  <impact type="normal">
    <p>
    A local attacker could create a malicious shared object that would be
    loaded by VMware, resulting in the execution of arbitrary code with the
    privileges of the user running VMware.
    </p>
  </impact>
  <workaround>
    <p>
    The system administrator may create the file /tmp/rrdharan to prevent
    malicious users from creating a directory at that location:
    </p>
    <code>
    # touch /tmp/rrdharan</code>
  </workaround>
  <resolution>
    <p>
    All VMware Workstation users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=app-emulation/vmware-workstation-3.2.1.2242-r4"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0444">CVE-2005-0444</uri>
  </references>
  <metadata tag="requester" timestamp="2005-02-12T12:53:09Z">
    koon
  </metadata>
  <metadata tag="bugReady" timestamp="2005-02-12T12:53:31Z">
    koon
  </metadata>
  <metadata tag="submitter" timestamp="2005-02-13T19:36:17Z">
    taviso
  </metadata>
</glsa>