First published: Wed Sep 08 2010(Updated: )
Description of problem: It requires debugfs to be mounted on a local system $ mount | grep debugfs none on /sys/kernel/debug type debugfs (rw) none on /var/lib/ureadahead/debugfs type debugfs (rw,relatime) Tested with Ubuntu Maverick 10.04.1 with kernel 2.6.32-24-generic-pae. It's probably not exploitable in any meaningful way, although it produces page fault in kernel mode, and makes subsequent processes opening /sys/kernel/debug/tracing/set_ftrace_filter (or set_ftrace_notrace) unkillable, so it's a little bit of a DoS (or at least, annoyance). Found via one of Tavis Ormandy's tools, I just quickly analyzed it and provided a testcase. Acknowledgements: Red Hat would like to thank Robert Swiecki of Google Security Team for reporting this issue.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux-2.6 | ||
Linux Kernel | <2.6.35.5 | |
Ubuntu Linux | =9.10 | |
Ubuntu Linux | =10.04 | |
Ubuntu Linux | =10.10 | |
SUSE Linux Enterprise Desktop with Beagle | =11 | |
SUSE Linux Enterprise High Availability | =11-sp1 | |
SUSE Linux Enterprise Server | =11 | |
Ubuntu | =9.10 | |
Ubuntu | =10.04 | |
Ubuntu | =10.10 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2010-3079 is classified as a medium severity vulnerability.
CVE-2010-3079 can lead to local privilege escalation if debugfs is mounted.
To fix CVE-2010-3079, ensure that debugfs is not mounted or update your kernel to a secure version.
CVE-2010-3079 affects various Linux kernel versions and distributions including Ubuntu and SUSE.
The impact of CVE-2010-3079 is the potential for unauthorized access to kernel functionalities by a local user.