NONE · 0

CVE-2026-63861

In the Linux kernel, the following vulnerability has been resolved: spi: mtk-snfi: unregister ECC engine on probe failure and remove() callback mtk_snand_probe() registers the on-host NAND ECC engin...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: spi: mtk-snfi: unregister ECC engine on probe failure and remove() callback mtk_snand_probe() registers the on-host NAND ECC engine, but teardown was missing from both probe unwind and remove-time cleanup. Add a devm cleanup action after successful registration so nand_ecc_unregister_on_host_hw_engine() runs automatically on probe failures and during device removal.

References

FAQ

What is CVE-2026-63861?

CVE-2026-63861 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: spi: mtk-snfi: unregister ECC engine on probe failure and remove() callback mtk_snand_probe() registers the on-host NAND ECC engin...

How severe is CVE-2026-63861?

CVSS scoring is not yet available for CVE-2026-63861. Check NVD for updates.

Is there a patch for CVE-2026-63861?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.