PT-2026-64858 · Linux · Linux
CVE-2026-64534
·
Published
2026-07-27
·
Updated
2026-07-27
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
nvmet-tcp: check INIT FAILED before nvmet req uninit in digest error path
In nvmet tcp try recv ddgst(), when a data digest mismatch is detected,
nvmet req uninit() is called unconditionally. However, if the command
arrived via the nvmet tcp handle req failure() path, nvmet req init()
had returned false and percpu ref tryget live() was never executed. The
unconditional percpu ref put() inside nvmet req uninit() then causes a
refcount underflow, leading to a WARNING in
percpu ref switch to atomic rcu, a use-after-free diagnostic, and
eventually a permanent workqueue deadlock.
Check cmd->flags & NVMET TCP F INIT FAILED before calling
nvmet req uninit(), matching the existing pattern in
nvmet tcp execute request().
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux