HomeDefectsLIN1025-8661
Acknowledged

LIN1025-8661 : Security Advisory - linux - CVE-2026-23360

Created: Mar 26, 2026    Updated: Mar 31, 2026
Found In Version: 10.25.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

Description

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").