Resource exhaustion in Linux kernel - CVE-2011-1082

 

Resource exhaustion in Linux kernel - CVE-2011-1082

Published: April 4, 2011 / Updated: August 11, 2020


Vulnerability identifier: #VU45145
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P/U:Green
CVE-ID: CVE-2011-1082
CWE-ID: CWE-400
Exploitation vector: Remote access
Exploit availability: Public exploit is available
Vendor: Linux Foundation
Affected software:
Linux kernel

Detailed vulnerability description

The vulnerability allows a remote non-authenticated attacker to perform a denial of service (DoS) attack.

fs/eventpoll.c in the Linux kernel before 2.6.38 places epoll file descriptors within other epoll data structures without properly checking for (1) closed loops or (2) deep chains, which allows local users to cause a denial of service (deadlock or stack memory consumption) via a crafted application that makes epoll_create and epoll_ctl system calls.


How to mitigate CVE-2011-1082

Install update from vendor's website.

Sources