CVE-2000-0170
Linux - Buffer Overflow via MANPAGER Environmental Variable
Title source: llmExploitation Summary
EIP tracks 4 public exploits for CVE-2000-0170. PoCs published by teleh0r, Babcia Padlina, mike182.
AI-analyzed exploit summary This exploit targets a buffer overflow vulnerability in Red Hat 6.1's 'man' command via the MANPAGER environment variable. It uses a NOP sled and shellcode to spawn a shell with elevated privileges (egid 15).
Description
Buffer overflow in the man program in Linux allows local users to gain privileges via the MANPAGER environmental variable.
Exploits (4)
This exploit targets a buffer overflow vulnerability in Red Hat 6.1's 'man' command via the MANPAGER environment variable. It uses a NOP sled and shellcode to spawn a shell with elevated privileges (egid 15).
This exploit targets a buffer overflow vulnerability in the 'man' program (CVE-2000-0170) by overflowing the MANPAGER environment variable with shellcode to execute arbitrary commands. It uses a return-to-PLT technique to bypass non-executable stack protections.
This exploit leverages a buffer overflow in the 'man' program (CVE-2000-0170) by setting a malicious MANPAGER environment variable. It executes shellcode to spawn a shell with elevated privileges (egid man) when a user runs 'man'.
This repository contains a functional exploit for CVE-2000-0170, targeting a buffer overflow vulnerability in the `man` command via the `MANPAGER` environment variable. The exploit uses shellcode injection and return address manipulation to achieve remote code execution.