In the Linux kernel, the following vulnerability has been resolved:
spi: spi-qpic-snand: unregister ECC engine on probe error and device remove
The on-host hardware ECC engine remains registered both when
the spi_register_controller() function returns with an error
and also on device removal.
Change the qcom_spi_probe() function to unregister the engine
on the error path, and add the missing unregistering call to
qcom_spi_remove() to avoid possible use-after-free issues.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-10-01 08:15
Updated : 2026-01-14 20:16
NVD link : CVE-2025-39893
Mitre link : CVE-2025-39893
CVE.ORG link : CVE-2025-39893
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
