#VU124484 Improper Locking in Linux kernel - CVE-2026-23355
Published: March 25, 2026
Linux kernel
Linux Foundation
Description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper synchronization in the ATA subsystem when handling deferred SCSI commands. A local user can trigger command processing that leads to a system warning and potential disruption in storage operations.
The issue arises when pending work is not canceled after clearing deferred_qc, allowing stale work to execute in an invalid context, which results in a WARN_ON() and possible denial of service.