CVE-2026-46304: nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_free

Published Jun 8, 2026
·
Updated

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

nvmet: avoid recursive nvmet-wq flush in nvmetctrlfree

nvmettcpreleasequeuework() runs on nvmet-wq and can drop the final controller reference through nvmetcqput(). If that triggers nvmetctrlfree(), the teardown path flushes ctrl->asynceventwork on the same nvmet-wq.

Call chain:

nvmettcpschedulereleasequeue() krefput(&queue->kref, nvmettcpreleasequeue) nvmettcpreleasequeue() queuework(nvmetwq, &queue->releasework) <--- nvmetwq processonework() nvmettcpreleasequeuework() nvmetcqput(&queue->nvmecq) nvmetcqdestroy() nvmetctrlput(cq->ctrl) nvmetctrlfree() flushwork(&ctrl->asynceventwork) <--- nvmetwq

Previously Scheduled by :- nvmetaddasyncevent queuework(nvmetwq, &ctrl->asynceventwork);

This trips lockdep with a possible recursive locking warning.

[ 5223.015876] run blktests nvme/003 at 2026-04-07 20:53:55 [ 5223.061801] loop0: detected capacity change from 0 to 2097152 [ 5223.072206] nvmet: adding nsid 1 to subsystem blktests-subsystem-1 [ 5223.088368] nvmettcp: enabling port 0 (127.0.0.1:4420) [ 5223.126086] nvmet: Created discovery controller 1 for subsystem nqn.2014-08.org.nvmexpress.discovery for NQN nqn.2014-08.org.nvmexpress:uuid:0f01fb42-9f7f-4856-b0b3-51e60b8de349. [ 5223.128453] nvme nvme1: new ctrl: NQN "nqn.2014-08.org.nvmexpress.discovery", addr 127.0.0.1:4420, hostnqn: nqn.2014-08.org.nvmexpress:uuid:0f01fb42-9f7f-4856-b0b3-51e60b8de349 [ 5233.199447] nvme nvme1: Removing ctrl: NQN "nqn.2014-08.org.nvmexpress.discovery"

[ 5233.227718] ============================================ [ 5233.231283] WARNING: possible recursive locking detected [ 5233.234696] 7.0.0-rc3nvme+ #20 Tainted: G O N [ 5233.238434] -------------------------------------------- [ 5233.241852] kworker/u192:6/2413 is trying to acquire lock: [ 5233.245429] ffff888111632548 ((wqcompletion)nvmet-wq){+.+.}-{0:0}, at: touchwqlockdepmap+0x26/0x90 [ 5233.251438] but task is already holding lock: [ 5233.255254] ffff888111632548 ((wqcompletion)nvmet-wq){+.+.}-{0:0}, at: processonework+0x5cc/0x6e0 [ 5233.261125] other info that might help us debug this: [ 5233.265333] Possible unsafe locking scenario:

[ 5233.269217] CPU0 [ 5233.270795] ---- [ 5233.272436] lock((wqcompletion)nvmet-wq); [ 5233.275241] lock((wqcompletion)nvmet-wq); [ 5233.278020] DEADLOCK

[ 5233.281793] May be due to missing lock nesting notation

[ 5233.286195] 3 locks held by kworker/u192:6/2413: [ 5233.289192] #0: ffff888111632548 ((wqcompletion)nvmet-wq){+.+.}-{0:0}, at: processonework+0x5cc/0x6e0 [ 5233.294569] #1: ffffc9000e2a7e40 ((workcompletion)(&queue->releasework)){+.+.}-{0:0}, at: processonework+0x1c5/0x6e0 [ 5233.300128] #2: ffffffff82d7dc40 (rcureadlock){....}-{1:3}, at: flushwork+0x62/0x530 [ 5233.304290] stack backtrace: [ 5233.306520] CPU: 4 UID: 0 PID: 2413 Comm: kworker/u192:6 Tainted: G O N 7.0.0-rc3nvme+ #20 PREEMPT(full) [ 5233.306524] Tainted: [O]=OOTMODULE, [N]=TEST [ 5233.306525] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.17.0-0-gb52ca86e094d-prebuilt.qemu.org 04/01/2014 [ 5233.306527] Workqueue: nvmet-wq nvmettcpreleasequeuework [nvmettcp] [ 5233.306532] Call Trace: [ 5233.306534] <TASK> [ 5233.306536] dumpstacklvl+0x73/0xb0 [ 5233.306552] printdeadlockbug+0x225/0x2f0 [ 5233.306556] lockacquire+0x13f0/0x2290 [ 5233.306563] lockacquire+0xd0/0x300 [ 5233.306565] ? touchwqlockdepmap+0x26/0x90 [ 5233.306571] ? flushwork+0x20b/0x530 [ 5233.306573] ? touchwqlockdepmap+0x26/0x90 [ 5233.306577] touchwqlockdepmap+0x3b/0x90 [ 5233.306580] ? touchwqlockdepmap+0x26/0x90 [ 52 ---truncated---

Affected Software

15 affected componentsFixes available
Linux Linux kernel
Microsoft azl3 kernel 6.6.139.1-1<6.6.141.1-1
6.6.141.1-1
Linux Linux kernel>=4.9.68<4.10
Linux Linux kernel>=4.10.1<5.10.258
Linux Linux kernel>=5.11<5.15.209
Linux Linux kernel>=5.16<6.1.175
Linux Linux kernel>=6.2<6.6.140
Linux Linux kernel>=6.7<6.12.88
Linux Linux kernel>=6.13<6.18.30
Linux Linux kernel>=6.19<7.0.7
Linux Linux kernel=4.10
Linux Linux kernel=4.10-rc6
Linux Linux kernel=4.10-rc7
Linux Linux kernel=4.10-rc8
Linux Linux kernel=7.1-rc1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 6.6.141.1-1
  2. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 7.0.0-rc3nvme+ #20Patch nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_free

Event History

Jun 8, 2026
CVE Published
via MITRE·03:46 PM
Data Sourced
via MITRE·03:46 PM
DescriptionSeverity
Data Sourced
via NVD·05:16 PM
RemedyDescriptionSeverityAffected Software
Jun 10, 2026
Data Sourced
via Microsoft·08:05 AM
DescriptionSeverityWeakness
Data Sourced
via Microsoft·08:05 AM
Affected Software
Updated
via Microsoft·08:05 AM
DescriptionSeverity

Frequently Asked Questions

1

What is the severity of CVE-2026-46304?

CVE-2026-46304 has a severity rating of 12.

2

How do I fix CVE-2026-46304?

To fix CVE-2026-46304, update to the latest version of the Linux kernel that includes the patch.

3

What type of vulnerability is CVE-2026-46304?

CVE-2026-46304 is a vulnerability in the Linux kernel related to nvmet that can lead to recursive work queue flushing.

4

What does CVE-2026-46304 impact?

CVE-2026-46304 affects the nvmet subsystem of the Linux kernel, particularly the nvmet_ctrl_free function.

5

Is CVE-2026-46304 exploitable?

The exploitability of CVE-2026-46304 depends on system configuration and usage of the nvmet functionality.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203