2 matches found
CVE-2026-63861
A flaw was found in the Linux kernel's mtk-snfi MediaTek SPI NAND Flash Interface driver. The mtksnandprobe function, responsible for registering the on-host NAND Error Correcting Code ECC engine, did not properly unregister the engine during probe failures or device removal. This oversight could...
CVE-2026-63861 spi: mtk-snfi: unregister ECC engine on probe failure and remove() callback
In the Linux kernel, the following vulnerability has been resolved: spi: mtk-snfi: unregister ECC engine on probe failure and remove callback mtksnandprobe registers the on-host NAND ECC engine, but teardown was missing from both probe unwind and remove-time cleanup. Add a devm cleanup action aft...