vendor:
Irix
by:
SecurityFocus
7.2
CVSS
HIGH
Command Injection
78
CWE
Product Name: Irix
Affected Version From: 5.x
Affected Version To: 6.x
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2002
A vulnerability in suid_exec utility
A vulnerability exists in the 'suid_exec' utility, as shipped by SGI with it's Irix operating system, versions 5.x and 6.x. Suid_exec is part of the Korn shell package, and was originally the mechanism by which ksh executed setuid shell scripts safely. However, it runs using the default shell, and as such will run the configuration files for the shell, such as a .cshrc. By placing malicious code in a .cshrc, and properly running suid_exec, commands can be executed as root.
Mitigation:
Ensure that the suid_exec utility is not used in any scripts, and that the default shell is not used for any setuid programs.