CVE-2011-1083
Linux Kernel < 2.6.37.2 - Denial of Service via epoll File Descriptor Tree Traversal
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2011-1083. PoCs published by Nelson Elhage.
AI-analyzed exploit summary This exploit triggers a denial-of-service condition in the Linux Kernel's epoll subsystem by creating a circular dependency between epoll instances and a pipe, causing the kernel to hang.
Description
The epoll implementation in the Linux kernel 2.6.37.2 and earlier does not properly traverse a tree of epoll file descriptors, which allows local users to cause a denial of service (CPU consumption) via a crafted application that makes epoll_create and epoll_ctl system calls.
Exploits (1)
This exploit triggers a denial-of-service condition in the Linux Kernel's epoll subsystem by creating a circular dependency between epoll instances and a pipe, causing the kernel to hang.