First published: Tue Aug 05 2008(Updated: )
Description of problem: Zoltan Sogor noticed this VFS behaviour while testing UBIFS. Lookup can install a child dentry for a deleted directory. This keeps the directory dentry alive, and the inode pinned in the cache and on disk, even after all external references have gone away. This isn't a big problem normally, since memory pressure or umount will clear out the directory dentry and its children, releasing the inode. But for UBIFS this causes problems because its orphan area can overflow. <a href="http://lkml.org/lkml/2008/7/2/83">http://lkml.org/lkml/2008/7/2/83</a> <a href="http://www.linux-mtd.infradead.org/doc/ubifs.html">http://www.linux-mtd.infradead.org/doc/ubifs.html</a>
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | <2.6.25.15 | |
Debian | =4.0 | |
Ubuntu Linux | =6.06 | |
Ubuntu Linux | =7.04 | |
Ubuntu Linux | =7.10 | |
Ubuntu Linux | =8.04 | |
SUSE Linux Enterprise Desktop | =10-sp1 | |
SUSE Linux Enterprise Server | =10-sp1 | |
Linux Kernel | <2.6.25.15 | |
Ubuntu | =6.06 | |
Ubuntu | =7.04 | |
Ubuntu | =7.10 | |
Ubuntu | =8.04 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2008-3275 has a medium severity rating, as it involves the improper handling of deleted directory entries which can impact system stability.
To fix CVE-2008-3275, update the Linux kernel to versions later than 2.6.25.15 that address this vulnerability.
Affected operating systems for CVE-2008-3275 include certain versions of the Linux kernel, Debian 4.0, and specific Ubuntu and SUSE Linux versions.
CVE-2008-3275 can cause issues with system resource management, particularly by keeping deleted directory inodes alive in cache.
CVE-2008-3275 was discovered by Zoltan Sogor during testing of the UBIFS filesystem.