CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-64326

mediumCVSS 5.5covered by 2 sourcesfirst seen 2026-07-14
In the Linux kernel, the following vulnerability has been resolved: block: skip sync_blockdev() on surprise removal in bdev_mark_dead() bdev_mark_dead()'s @surprise == true means the device is already gone. The filesystem callback fs_bdev_mark_dead() honours this and skips sync_filesystem(), but the bare block device path (no ->mark_dead op) lost its !surprise guard when the holder ->mark_dead callback was wired up (see Fixes), and now calls sync_blockdev() unconditionally, which can hang forever waiting on writeback that can no longer complete. syzkaller hit this via nvme_reset_work()'s "I/O queues lost" path: nvme_mark_namespaces_dead() -> blk_mark_disk_dead() -> bdev_mark_dead(bdev, true) -> sync_blockdev() blocks in folio_wait_writeback(), wedging the reset worker and every task waiting on it. Skip the sync on surprise removal, matching fs_bdev_mark_dead(); invalidate_bdev() still runs. Orderly removal (surprise == false) is unchanged. Found by FuzzNvme(Syzkaller with FEMU fuzzing framework).

CSIRTS triage

Other
What
The sync_blockdev() function is skipped on surprise removal.
Who is affected
Deployments using block devices.
Urgency
Remediation is important to avoid potential data loss, with no known exploits.
Action
Apply the patch when it is available.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-64326

Get an email if CVE-2026-64326 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-64326

CVE.org record

Embed the live status

CVE-2026-64326 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-64326 status](https://www.csirts.com/badge/CVE-2026-64326)](https://www.csirts.com/cve/CVE-2026-64326)