CVE-2004-0771
LHA - Buffer Overflow via Long Working Directory Command Line Option
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2004-0771. PoCs published by Lukasz Wojtow.
AI-analyzed exploit summary This exploit leverages a buffer overflow in LHA's 'extract_one()' function to achieve arbitrary code execution via a return-into-libc technique. It crafts a malicious archive that, when extracted, triggers the vulnerability to execute '/tmp/lhXXXXXX'.
Description
Buffer overflow in the extract_one function from lhext.c in LHA may allow attackers to execute arbitrary code via a long w (working directory) command line option, a different issue than CVE-2004-0769. NOTE: this issue may be REJECTED if there are not any cases in which LHA is setuid or is otherwise used across security boundaries.
Exploits (1)
This exploit leverages a buffer overflow in LHA's 'extract_one()' function to achieve arbitrary code execution via a return-into-libc technique. It crafts a malicious archive that, when extracted, triggers the vulnerability to execute '/tmp/lhXXXXXX'.