HomeDefectsLIN1024-22847
Acknowledged

LIN1024-22847 : Security Advisory - linux - CVE-2026-46296

Created: Jun 8, 2026    Updated: Jul 1, 2026
Found In Version: 10.24.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:  spi: s3c64xx: fix NULL-deref on driver unbind  A change moving DMA channel allocation from probe() back to s3c64xx_spi_prepare_transfer() failed to remove the corresponding deallocation from remove().  Drop the bogus DMA channel release from remove() to avoid triggering a NULL-pointer dereference on driver unbind.  This issue was flagged by Sashiko when reviewing a controller deregistration fix.