← Voltar à pesquisa de CVEs

CVE-2026-72161

Linux kernel

Descrição

In the Linux kernel, the following vulnerability has been resolved: ocfs2: add journal NULL check in ocfs2_checkpoint_inode() During unmount, ocfs2_journal_shutdown() frees the journal and sets osb->journal to NULL. Later, when VFS evicts remaining cached inodes, ocfs2_evict_inode() -> ocfs2_clear_inode() -> ocfs2_checkpoint_inode() -> ocfs2_ci_fully_checkpointed() dereferences osb->journal, causing a NULL pointer dereference. Fix this by adding a NULL check for osb->journal in ocfs2_checkpoint_inode(). If the journal is NULL, it has already been fully flushed and destroyed during shutdown, so there is nothing to checkpoint.

EPSS 0.20600000000000002%Risco 0
Ver fonte
Publicação
2026-08-15 06:21:33
Versões afetadas
unknown
Tipo
Kernel
Última alteração
2026-08-17 06:18:16
Vetor
Pending