| Summary | In the Linux kernel, the following vulnerability has been resolved: f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io() The xfstests case "generic/107" and syzbot have both reported a NULL The concurrent scenario that triggers the panic is as follows: F2FS_WB_CP_DATA write callback umount The root cause is that f2fs_put_super() calls iput(sbi->node_inode) and This patch fixes the issue by calling f2fs_in_warm_node_list() before |
|---|---|
| Publication Date | May 1, 2026, 11:16 p.m. |
| Registration Date | May 2, 2026, 4:06 a.m. |
| Last Update | May 2, 2026, 12:24 a.m. |