Exploitation Summary
EIP tracks 2 public exploits for CVE-2000-1028. PoCs published by zorgon.
AI-analyzed exploit summary This exploit targets a buffer overflow vulnerability in HP-UX /bin/cu (CVE-2000-1028) by overwriting the return address with a shellcode payload. It uses a NOP sled and a fixed offset to achieve remote code execution.
Description
Buffer overflow in cu program in HP-UX 11.0 may allow local users to gain privileges via a long -l command line argument.
Exploits (2)
This exploit targets a buffer overflow vulnerability in HP-UX /bin/cu (CVE-2000-1028) by overwriting the return address with a shellcode payload. It uses a NOP sled and a fixed offset to achieve remote code execution.
The exploit demonstrates a buffer overflow in HP-UX's `cu` utility via the `-l` option. By providing an argument exceeding 9777 bytes, the stack is corrupted, potentially leading to arbitrary code execution with root privileges.