2 matches found
CVE-2026-93268
The Linux kernel contains a vulnerability in the ext4 filesystem where a circular lock dependency can cause a deadlock during mount operations. Specifically, the ext4_try_to_expand_extra_isize() function is called from __ext4_mark_inode_dirty() while holding an active jbd2 handle . During mount (...
5.8AI score
SaveExploits0References8
EUVD-2026-86140
In the Linux kernel, the following vulnerability has been resolved: ext4: skip extra isize expansion during mount to prevent deadlock ext4trytoexpandextraisize is called from ext4markinodedirty while holding an active jbd2 handle. During mount !SBACTIVE, the expand path may move xattrs to externa...
5.8AI score
SaveExploits0References8
20