In the Linux kernel, the following vulnerability has been resolved:
spi: imx: fix use-after-free on unbind
The SPI subsystem frees the controller and any subsystem allocated
driver data as part of deregistration (unless the allocation is device
managed).
Take another reference before deregistering the controller so that the
driver data is not freed until the driver is done with it.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-05-27 14:17
Updated : 2026-06-19 13:16
NVD link : CVE-2026-45996
Mitre link : CVE-2026-45996
CVE.ORG link : CVE-2026-45996
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
