CVE-2005-4605
Linux Kernel < 2.6.15 - Information Disclosure via Signed-Unsigned Integer Overflow in ProcFS
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2005-4605. PoCs published by Jon Oberheide.
AI-analyzed exploit summary This exploit leverages a signed/unsigned integer overflow in Linux Kernel's procfs to read sensitive kernel memory by seeking to a large offset in /proc/uptime. It demonstrates an information disclosure vulnerability in kernels before 2.6.15.
Description
The procfs code (proc_misc.c) in Linux 2.6.14.3 and other versions before 2.6.15 allows attackers to read sensitive kernel memory via unspecified vectors in which a signed value is added to an unsigned value.
Exploits (1)
This exploit leverages a signed/unsigned integer overflow in Linux Kernel's procfs to read sensitive kernel memory by seeking to a large offset in /proc/uptime. It demonstrates an information disclosure vulnerability in kernels before 2.6.15.