First published: Mon Feb 22 2010(Updated: )
Description of problem: The VM/VFS does not allow mapping->a_ops->invalidatepage() to fail. Unfortunately, nfs_wb_page_cancel() may fail if a fatal signal occurs. Since the NFS code assumes that the page stays mapped for as long as the writeback is active, we can end up Oopsing (among other things). The only safe fix here is to convert nfs_wait_on_request(), so as to make it uninterruptible (as is already the case with wait_on_page_writeback()). Upstream commit: <a href="http://git.kernel.org/linus/9f557cd8073104b39528794d44e129331ded649f">http://git.kernel.org/linus/9f557cd8073104b39528794d44e129331ded649f</a>
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=2.6.0<2.6.33 | |
Linux Kernel | =2.6.33-rc1 | |
Linux Kernel | =2.6.33-rc2 | |
Linux Kernel | =2.6.33-rc3 | |
Linux Kernel | =2.6.33-rc4 | |
Linux Kernel | =2.6.33-rc5 | |
Debian Linux | =5.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2010-1087 is classified as a medium severity vulnerability due to potential system crashes.
To fix CVE-2010-1087, upgrade the affected Linux kernel to version 2.6.33 or later.
CVE-2010-1087 affects Linux kernel versions from 2.6.0 up to 2.6.33, including specific release candidates.
The potential impacts of CVE-2010-1087 include system instability and crashes due to improper handling of page mappings.
CVE-2010-1087 is not directly exploitable remotely but could lead to denial of service in specific NFS configurations.