In the Linux kernel, the following vulnerability has been resolved:
nvme: fix admin queue leak on controller reset
When nvme_alloc_admin_tag_set() is called during a controller reset,
a previous admin queue may still exist. Release it properly before
allocating a new one to avoid orphaning the old queue.
This fixes a regression introduced by commit 03b3bcd319b3 ("nvme: fix
admin request_queue lifetime").
References
Configurations
Configuration 1 (hide)
|
History
24 Apr 2026, 18:59
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CWE | CWE-401 | |
| First Time |
Linux
Linux linux Kernel |
|
| CPE | cpe:2.3:o:linux:linux_kernel:6.1.167:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.18:-:*:*:*:*:*:* |
|
| References | () https://git.kernel.org/stable/c/089a6f17881a82c6c6e05f8564a867be0767eade - Patch | |
| References | () https://git.kernel.org/stable/c/2efbc838a26d3da72d8fe05770bdf869d4ca3ac5 - Patch | |
| References | () https://git.kernel.org/stable/c/64f87b96de0e645a4c066c7cffd753f334446db6 - Patch | |
| References | () https://git.kernel.org/stable/c/6e28bab900e40e4d610b04f9f82e01983d8fb356 - Patch | |
| References | () https://git.kernel.org/stable/c/8eb2b3cdcd9b6631b94b82c1f4f6bc32b40d942f - Patch | |
| References | () https://git.kernel.org/stable/c/b84bb7bd913d8ca2f976ee6faf4a174f91c02b8d - Patch | |
| References | () https://git.kernel.org/stable/c/e159eb852aeee95443a9458ecb7d072bbb689913 - Patch |
11 Apr 2026, 13:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
02 Apr 2026, 12:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| Summary |
|
25 Mar 2026, 11:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-03-25 11:16
Updated : 2026-04-24 18:59
NVD link : CVE-2026-23360
Mitre link : CVE-2026-23360
CVE.ORG link : CVE-2026-23360
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
