CVE-2001-0084
GTK+ - Privilege Escalation via GTK_MODULES Environment Variable
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2001-0084. PoCs published by V9.
AI-analyzed exploit summary This exploit leverages the GTK_MODULES environment variable to load a malicious module, achieving local privilege escalation by executing arbitrary code with the privileges of a setuid GTK+ application. The PoC compiles a fake module that spawns a shell upon loading.
Description
GTK+ library allows local users to specify arbitrary modules via the GTK_MODULES environmental variable, which could allow local users to gain privileges if GTK+ is used by a setuid/setgid program.
Exploits (1)
This exploit leverages the GTK_MODULES environment variable to load a malicious module, achieving local privilege escalation by executing arbitrary code with the privileges of a setuid GTK+ application. The PoC compiles a fake module that spawns a shell upon loading.