EN

Tracker / CVE-2024-42104

CVE-2024-42104

Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: nilfs2: add missing check for inode numbers on directory entries Syzbot reported that mounting and unmounting a specific pattern of corrupted nilfs2 filesystem images causes a use-after-free of metadata file inodes, which triggers a kernel bug in lru_add_fn(). As Jan Kara pointed out, this is because the link count of a metadata file gets corrupted to 0, and nilfs_evict_inode(), which is called from iput(), tries to delete that inode (ifile inode in this case). The inconsistency occurs because directories containing the inode numbers of these metadata files that should not be visible in the namespace are read without checking. Fix this issue by treating the inode numbers of these internal files as errors in the sanity check helper when reading directory folios/pages. Also thanks to Hillf Danton and Matthew Wilcox for their initial mm-layer analysis.

Prodotti e versioni affette

linux linux_kernel · … → 4.19.318
linux linux_kernel · 4.20 → 5.4.280
linux linux_kernel · 5.11 → 5.15.163
linux linux_kernel · 5.16 → 6.1.98
linux linux_kernel · 5.5 → 5.10.222
linux linux_kernel · 6.2 → 6.6.39
linux linux_kernel · 6.7 → 6.9.9

Analisi

Questa pagina non è ancora indicizzabile.Finché non contiene un’analisi originale — cosa espone davvero, come verificare in due minuti se un sistema è stato toccato, cosa fare se lo è stato — la pagina resta noindex. È il database a deciderlo, non il modello di pagina.

Riferimenti