CVE-2026-64326

Source
https://cve.org/CVERecord?id=CVE-2026-64326
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64326.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64326
Downstream
Published
2026-07-25T08:49:54.327Z
Modified
2026-07-27T04:03:20.020471110Z
Summary
block: skip sync_blockdev() on surprise removal in bdev_mark_dead()
Details

In the Linux kernel, the following vulnerability has been resolved:

block: skip syncblockdev() on surprise removal in bdevmark_dead()

bdevmarkdead()'s @surprise == true means the device is already gone. The filesystem callback fsbdevmarkdead() honours this and skips syncfilesystem(), but the bare block device path (no ->markdead op) lost its !surprise guard when the holder ->markdead 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 nvmeresetwork()'s "I/O queues lost" path: nvmemarknamespacesdead() -> blkmarkdiskdead() -> bdevmarkdead(bdev, true) -> syncblockdev() blocks in foliowait_writeback(), wedging the reset worker and every task waiting on it.

Skip the sync on surprise removal, matching fsbdevmarkdead(); invalidatebdev() still runs. Orderly removal (surprise == false) is unchanged.

Found by FuzzNvme(Syzkaller with FEMU fuzzing framework).

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64326.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d8530de5a6e82be0ce17a5fdf727a394bcf6444c
Fixed
d6998ddd507c81e3829489a6ead23f17f5acb7fe
Fixed
f41cf35ee2a1e31374b3f54e7579c55153506e70
Fixed
9818bcae3c0ca1dde4b9a334125c46676e0a9b29
Fixed
aa4c4a9315764b2b7a7182e72cc5ea87520436b4
Fixed
49f06cff50a4ccf3b7a1a662ceb892b3b21a527a

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64326.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.96
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.39
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64326.json"