ID CVE-2010-4295
Summary Race condition in the mounting process in vmware-mount in VMware Workstation 7.x before 7.1.2 build 301548 on Linux, VMware Player 3.1.x before 3.1.2 build 301548 on Linux, VMware Server 2.0.2 on Linux, and VMware Fusion 3.1.x before 3.1.2 build 332101 allows host OS users to gain privileges via vectors involving temporary files.
References
Vulnerable Configurations
  • cpe:2.3:a:vmware:workstation:7.0:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:workstation:7.0:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:workstation:7.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:workstation:7.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:workstation:7.1:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:workstation:7.1:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:workstation:7.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:workstation:7.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:workstation:7.1.2:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:workstation:7.1.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:player:3.1:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:player:3.1:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:player:3.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:player:3.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:player:3.1.2:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:player:3.1.2:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:server:2.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:server:2.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:fusion:3.1:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:fusion:3.1:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:fusion:3.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:fusion:3.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:fusion:3.1.2:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:fusion:3.1.2:*:*:*:*:*:*:*
  • cpe:2.3:o:apple:mac_os_x:-:*:*:*:*:*:*:*
    cpe:2.3:o:apple:mac_os_x:-:*:*:*:*:*:*:*
CVSS
Base: 6.9 (as of 14-12-2022 - 16:51)
Impact:
Exploitability:
CWE CWE-362
CAPEC
  • Leveraging Race Conditions
    The adversary targets a race condition occurring when multiple processes access and manipulate the same resource concurrently, and the outcome of the execution depends on the particular order in which the access takes place. The adversary can leverage a race condition by "running the race", modifying the resource and modifying the normal execution flow. For instance, a race condition can occur while accessing a file: the adversary can trick the system by replacing the original file with his version and cause the system to read the malicious file.
  • Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions
    This attack targets a race condition occurring between the time of check (state) for a resource and the time of use of a resource. A typical example is file access. The adversary can leverage a file access race condition by "running the race", meaning that they would modify the resource between the first time the target program accesses the file and the time the target program uses the file. During that period of time, the adversary could replace or modify the file, causing the application to behave unexpectedly.
Access
VectorComplexityAuthentication
LOCAL MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
COMPLETE COMPLETE COMPLETE
cvss-vector via4 AV:L/AC:M/Au:N/C:C/I:C/A:C
refmap via4
bid 45167
bugtraq 20101203 VMSA-2010-0018 VMware hosted products and ESX patches resolve multiple security issues
confirm http://www.vmware.com/security/advisories/VMSA-2010-0018.html
mlist [security-announce] 20101202 VMSA-2010-0018 VMware hosted products and ESX patches resolve multiple security issues
osvdb 69585
sectrack
  • 1024819
  • 1024820
secunia
  • 42453
  • 42482
vupen ADV-2010-3116
Last major update 14-12-2022 - 16:51
Published 06-12-2010 - 21:05
Last modified 14-12-2022 - 16:51
Back to Top