CVE-2003-1232
Emacs 21.2.1 - Arbitrary Command Execution via Local Variables Section
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2003-1232. PoCs published by Georgi Guninski.
AI-analyzed exploit summary This exploit leverages Emacs' handling of local variables in text files to execute arbitrary shell commands via an 'eval' statement. The PoC demonstrates command execution by starting a process when the file is opened in Emacs.
Description
Emacs 21.2.1 does not prompt or warn the user before executing Lisp code in the local variables section of a text file, which allows user-assisted attackers to execute arbitrary commands, as demonstrated using the mode-name variable.
Exploits (1)
This exploit leverages Emacs' handling of local variables in text files to execute arbitrary shell commands via an 'eval' statement. The PoC demonstrates command execution by starting a process when the file is opened in Emacs.