CVE-2026-64326
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
25/07/2026
Última modificación:
25/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
block: skip sync_blockdev() on surprise removal in bdev_mark_dead()<br />
<br />
bdev_mark_dead()&#39;s @surprise == true means the device is already gone.<br />
The filesystem callback fs_bdev_mark_dead() honours this and skips<br />
sync_filesystem(), but the bare block device path (no ->mark_dead op)<br />
lost its !surprise guard when the holder ->mark_dead callback was wired<br />
up (see Fixes), and now calls sync_blockdev() unconditionally, which can<br />
hang forever waiting on writeback that can no longer complete.<br />
<br />
syzkaller hit this via nvme_reset_work()&#39;s "I/O queues lost" path:<br />
nvme_mark_namespaces_dead() -> blk_mark_disk_dead() -><br />
bdev_mark_dead(bdev, true) -> sync_blockdev() blocks in<br />
folio_wait_writeback(), wedging the reset worker and every task waiting<br />
on it.<br />
<br />
Skip the sync on surprise removal, matching fs_bdev_mark_dead();<br />
invalidate_bdev() still runs. Orderly removal (surprise == false) is<br />
unchanged.<br />
<br />
Found by FuzzNvme(Syzkaller with FEMU fuzzing framework).
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/49f06cff50a4ccf3b7a1a662ceb892b3b21a527a
- https://git.kernel.org/stable/c/9818bcae3c0ca1dde4b9a334125c46676e0a9b29
- https://git.kernel.org/stable/c/aa4c4a9315764b2b7a7182e72cc5ea87520436b4
- https://git.kernel.org/stable/c/d6998ddd507c81e3829489a6ead23f17f5acb7fe
- https://git.kernel.org/stable/c/f41cf35ee2a1e31374b3f54e7579c55153506e70



