CVE-2000-0693
Raptor GFX Configuration Tool - Local Command Execution via PATH Manipulation
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2000-0693.
AI-analyzed exploit summary This exploit leverages an insecure PATH environment variable handling in the `pgxconfig` utility of TechSource Raptor GFX cards. By manipulating the PATH to include a malicious `chown` script, the attacker can execute arbitrary code with root privileges due to the setuid(0) call in the vulnerable program.
Description
pgxconfig in the Raptor GFX configuration tool uses a relative path name for a system call to the "cp" program, which allows local users to execute arbitrary commands by modifying their path to point to an alternate "cp" program.
Exploits (1)
This exploit leverages an insecure PATH environment variable handling in the `pgxconfig` utility of TechSource Raptor GFX cards. By manipulating the PATH to include a malicious `chown` script, the attacker can execute arbitrary code with root privileges due to the setuid(0) call in the vulnerable program.