2 matches found
CVE-2026-31450
CVE-2026-31450 describes a race in ext4 where ei->jinode was published to concurrent readers before jbd2_journal_init_jbd_inode() completed, allowing a non-NULL jinode to be observed with i_vfs_inode still NULL. The mitigated issue could lead to a crash when a reader passes jinode to jbd2_wait...
PT-2026-34355
In the Linux kernel, the following vulnerability has been resolved: ext4: publish jinode after initialization ext4 inode attach jinode publishes ei-jinode to concurrent users. It used to set ei-jinode before jbd2 journal init jbd inode, allowing a reader to observe a non-NULL jinode with i vfs...