CVE-2010-4077
Linux Kernel < 2.6.36.1 - Information Disclosure via TIOCGICOUNT ioctl
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-4077. PoCs published by prdelka.
AI-analyzed exploit summary This exploit leverages an uninitialized struct member in the Linux kernel's serial_core module to leak kernel stack memory to userland via the TIOCGICOUNT ioctl. It dumps the leaked data to a file and displays it on the command line.
Description
The ntty_ioctl_tiocgicount function in drivers/char/nozomi.c in the Linux kernel 2.6.36.1 and earlier does not properly initialize a certain structure member, which allows local users to obtain potentially sensitive information from kernel stack memory via a TIOCGICOUNT ioctl call.
Exploits (1)
This exploit leverages an uninitialized struct member in the Linux kernel's serial_core module to leak kernel stack memory to userland via the TIOCGICOUNT ioctl. It dumps the leaked data to a file and displays it on the command line.