In the Linux kernel, the following vulnerability has been resolved: super: fix emergency thaw deadlock on frozen block devices do_thaw_all_callback() calls bdev_thaw() while holding sb->s_umount ex…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: super: fix emergency thaw deadlock on frozen block devices do_thaw_all_callback() calls bdev_thaw() while holding sb->s_umount exclusively. If the block device was frozen via bdev_freeze() dropping the last block layer freeze reference calls fs_bdev_thaw() which reacquires s_umount: do_thaw_all_callback(sb) super_lock_excl(sb) # holds sb->s_umount bdev_thaw(sb->s_bdev) mutex_lock(&bdev->bd…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/05536cad35f27b520d4b6f0e57c8cc5bfb6b0502
- https://git.kernel.org/stable/c/2a1127c1c58b4f15a93f2fd56ff7c2c3d611d5c5
- https://git.kernel.org/stable/c/4c483644d1a7709efe7d1be7dbf88cf4008a7864
- https://git.kernel.org/stable/c/63d78b546eefc38ad9898dc839bfc94811ede547
- https://git.kernel.org/stable/c/749d7aa0377aae32af8c0a4ad43371e7bf830ab5
- https://git.kernel.org/stable/c/96248aeddde794227a49af1a332a1e21b3c15d56
- https://git.kernel.org/stable/c/99719b5da9320ed344daee87d9c73d321a98f252
- https://git.kernel.org/stable/c/c202aa03388fd1889b7aa4f7d677c49e22cd9700
时间线
- nvd_ingest NVD