First published: Sat Feb 24 2007(Updated: )
The sys_timer_create function in posix-timers.c for Linux kernel 2.6.x allows local users to cause a denial of service (memory consumption) and possibly bypass memory limits or cause other processes to be killed by creating a large number of posix timers, which are allocated in kernel memory but are not treated as part of the process' memory.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | =2.6.18.7 | |
Linux Kernel | =2.6.18.3 | |
Linux Kernel | =2.6.19.3 | |
Linux Kernel | =2.6.19.4 | |
Linux Kernel | =2.6.19.1 | |
Linux Kernel | =2.6.18.4 | |
Linux Kernel | =2.6.18.1 | |
Linux Kernel | =2.6.18.5 | |
Linux Kernel | =2.6.19.2 | |
Linux Kernel | =2.6.20 | |
Linux Kernel | =2.6.18.0 | |
Linux Kernel | =2.6.18.2 | |
Linux Kernel | =2.6.19 | |
Linux Kernel | =2.6.20.1 | |
Linux Kernel | =2.6.18.6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2006-7051 is categorized as a high severity vulnerability due to its potential to cause denial of service by exhausting memory resources.
To mitigate CVE-2006-7051, it is recommended to upgrade to a patched version of the Linux kernel that addresses this issue.
CVE-2006-7051 affects various 2.6.x versions of the Linux kernel, specifically including 2.6.18.0 to 2.6.20.1.
CVE-2006-7051 allows local users to create numerous POSIX timers leading to excessive memory consumption and potential denial of service.
Yes, CVE-2006-7051 can potentially allow local users to bypass memory limits enforced on applications.