Vulnerabilities > CVE-2000-0864 - Race Condition vulnerability in Gnome Esound 0.2.19
Attack vector
LOCAL Attack complexity
HIGH Privileges required
NONE Confidentiality impact
COMPLETE Integrity impact
COMPLETE Availability impact
COMPLETE 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.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 1 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Leveraging Race Conditions This attack 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 attacker 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 attacker 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. The typical example is the file access. The attacker can leverage a file access race condition by "running the race", meaning that he 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 attacker could do something such as replace the file and cause an escalation of privilege.
Exploit-Db
description | GNOME esound 0.2.19 Unix Domain Socket Race Condition Vulnerability. CVE-2000-0864. Local exploit for unix platform |
id | EDB-ID:20212 |
last seen | 2016-02-02 |
modified | 2000-08-31 |
published | 2000-08-31 |
reporter | Kris Kennaway |
source | https://www.exploit-db.com/download/20212/ |
title | GNOME esound 0.2.19 Unix Domain Socket Race Condition Vulnerability |
Nessus
NASL family | Mandriva Local Security Checks |
NASL id | MANDRAKE_MDKSA-2000-051.NASL |
description | A problem exists with the esound daemon, which is used in GNOME and responsible for multiplexing access to audio devices. Versions of esound prior to and including 0.2.19 create a world-writable directory in /tmp called .esd which is owned by the user running esound. This directory is used to store a unix domain socket. The socket is also created world-writable, so a race condition exists in the creation of this socket which allows a local attacker to cause an arbitrary file or directory owned by the user running esound to become world-writable. This update contains a patch from FreeBSD which creates ~/.esd as the temporary directory to use and makes the unix domain socket read and write only to the user. |
last seen | 2020-06-01 |
modified | 2020-06-02 |
plugin id | 61841 |
published | 2012-09-06 |
reporter | This script is Copyright (C) 2012-2019 Tenable Network Security, Inc. |
source | https://www.tenable.com/plugins/nessus/61841 |
title | Mandrake Linux Security Advisory : esound (MDKSA-2000:051) |
code |
|
Redhat
advisories |
|
References
- http://archives.neohapsis.com/archives/bugtraq/2000-09/0095.html
- http://archives.neohapsis.com/archives/bugtraq/2000-09/0328.htm
- http://archives.neohapsis.com/archives/bugtraq/2000-10/0118.html
- http://archives.neohapsis.com/archives/freebsd/2000-08/0365.html
- http://www.debian.org/security/2000/20001008
- http://www.novell.com/linux/security/advisories/esound_daemon_race_condition.html
- http://www.redhat.com/support/errata/RHSA-2000-077.html
- http://www.securityfocus.com/bid/1659
- https://exchange.xforce.ibmcloud.com/vulnerabilities/5213