vendor:
Sun Source Tapes
by:
SecurityFocus
7,2
CVSS
HIGH
Setuid Root File Execution
264
CWE
Product Name: Sun Source Tapes
Affected Version From: Sun Source tapes
Affected Version To: Sun Source tapes
Patch Exists: No
Related CWE: CVE-1998-0206
CPE: o:sun:sun_source_tapes
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
1998
Setuid Root File Execution
This vulnerability affects Sun Source tapes installations, which have two setuid root files in the directory /usr/release/bin: makeinstall and winstall. These files are binary files which exec other programs without a full path or reseting the PATH environment variable. This makes it possible for users on that system to become root. An attacker can exploit this vulnerability by copying a shell to a writable directory, creating a makefile to set the permissions of the shell to 4777, setting the PATH environment variable to the writable directory, and then executing the makeinstall or winstall file.
Mitigation:
To mitigate this vulnerability, the setuid root files should be removed from the /usr/release/bin directory.