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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-06-08 17:16
Updated : 2026-07-23 08:10
NVD link : CVE-2026-46296
Mitre link : CVE-2026-46296
CVE.ORG link : CVE-2026-46296
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
