ID CVE-2012-3483
Summary Race condition in the runScript function in Tunnelblick 3.3beta20 and earlier allows local users to gain privileges by replacing a script file.
References
Vulnerable Configurations
  • cpe:2.3:a:google:tunnelblick:*:*:*:*:*:*:*:*
    cpe:2.3:a:google:tunnelblick:*:*:*:*:*:*:*:*
CVSS
Base: 6.2 (as of 27-08-2012 - 04:00)
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 HIGH NONE
Impact
ConfidentialityIntegrityAvailability
COMPLETE COMPLETE COMPLETE
cvss-vector via4 AV:L/AC:H/Au:N/C:C/I:C/A:C
refmap via4
confirm http://code.google.com/p/tunnelblick/issues/detail?id=212
fulldisc 20120811 OS X Local Root: Silly SUID Helper in Tunnel Blick
misc http://git.zx2c4.com/Pwnnel-Blicker/tree/pwnnel-blicker.c
mlist [oss-security] 20120812 Re: Tunnel Blick: Multiple Vulnerabilities to Local Root and DoS (OS X)
Last major update 27-08-2012 - 04:00
Published 26-08-2012 - 19:55
Last modified 27-08-2012 - 04:00
Back to Top