CVE-2006-4516
FreeBSD 6.0-RELEASE - Denial of Service via PT_LWPINFO ptrace Command
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-4516. PoCs published by kokanin.
AI-analyzed exploit summary This exploit leverages a ptrace vulnerability (CVE-2006-4516) in FreeBSD to attach to a target process and potentially manipulate its execution. The code uses PT_ATTACH and PT_LWPINFO to interact with the process, though the actual payload for exploitation is minimal.
Description
Integer signedness error in FreeBSD 6.0-RELEASE allows local users to cause a denial of service (memory corruption and kernel panic) via a PT_LWPINFO ptrace command with a large negative data value that satisfies a signed maximum value check but is used in an unsigned copyout function call.
Exploits (1)
This exploit leverages a ptrace vulnerability (CVE-2006-4516) in FreeBSD to attach to a target process and potentially manipulate its execution. The code uses PT_ATTACH and PT_LWPINFO to interact with the process, though the actual payload for exploitation is minimal.