ID CVE-2000-0864
Summary Race condition in the creation of a Unix domain socket in GNOME esound 0.2.19 and earlier allows a local user to change the permissions of arbitrary files and directories, and gain additional privileges, via a symlink attack.
References
Vulnerable Configurations
  • cpe:2.3:a:gnome:esound:0.2.19:*:*:*:*:*:*:*
    cpe:2.3:a:gnome:esound:0.2.19:*:*:*:*:*:*:*
CVSS
Base: 6.2 (as of 10-10-2017 - 01:29)
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
redhat via4
advisories
rhsa
id RHSA-2000:077
refmap via4
bid 1659
bugtraq
  • 20000911 Patch for esound-0.2.19
  • 20001006 Immunix OS Security Update for esound
debian 20001008 esound: race condition
freebsd FreeBSD-SA-00:45
mandrake MDKSA-2000:051
suse 20001012 esound daemon race condition
xf gnome-esound-symlink(5213)
Last major update 10-10-2017 - 01:29
Published 14-11-2000 - 05:00
Last modified 10-10-2017 - 01:29
Back to Top