CVE-2007-2878
Linux Kernel < 2.6.21.2 - Denial of Service via VFAT Compat Ioctls
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-2878. PoCs published by Bart Oldeman.
AI-analyzed exploit summary This exploit triggers a denial-of-service vulnerability in the Linux Kernel by repeatedly calling the VFAT_IOCTL_READDIR_BOTH ioctl, causing the kernel to crash. The code demonstrates the vulnerability by reading directory entries in a loop until an error occurs.
Description
The VFAT compat ioctls in the Linux kernel before 2.6.21.2, when run on a 64-bit system, allow local users to corrupt a kernel_dirent struct and cause a denial of service (system crash) via unknown vectors.
Exploits (1)
This exploit triggers a denial-of-service vulnerability in the Linux Kernel by repeatedly calling the VFAT_IOCTL_READDIR_BOTH ioctl, causing the kernel to crash. The code demonstrates the vulnerability by reading directory entries in a loop until an error occurs.