CVE-2009-0676
Linux Kernel < 2.6.28.6 - Information Disclosure via SO_BSDCOMPAT getsockopt Request
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2009-0676. PoCs published by Clément Lecigne.
AI-analyzed exploit summary This exploit demonstrates an information disclosure vulnerability in the Linux Kernel by leveraging improperly initialized memory in the SO_BSDCOMPAT getsockopt operation. It reads uninitialized kernel memory and prints it, potentially exposing sensitive data.
Description
The sock_getsockopt function in net/core/sock.c in the Linux kernel before 2.6.28.6 does not initialize a certain structure member, which allows local users to obtain potentially sensitive information from kernel memory via an SO_BSDCOMPAT getsockopt request.
Exploits (1)
This exploit demonstrates an information disclosure vulnerability in the Linux Kernel by leveraging improperly initialized memory in the SO_BSDCOMPAT getsockopt operation. It reads uninitialized kernel memory and prints it, potentially exposing sensitive data.