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").
| Score | Percentile |
|---|---|
| 0.01% | 3.25% |
| Base score | Version | Severity | Vector |
|---|---|---|---|
| 5.5 | 3.1 | — |
|
| Type | Value |
|---|---|
| GHSA | GHSA-mx2c-4m76-c7r4 ↗ |
| CVE | CVE-2026-23360 ↗ |
| CWE id | Name |
|---|---|
| CWE-401 | Missing Release of Memory after Effective Lifetime |