Bug 2502277 (CVE-2026-63861) - CVE-2026-63861 kernel: spi: mtk-snfi: unregister ECC engine on probe failure and remove() callback
Summary: CVE-2026-63861 kernel: spi: mtk-snfi: unregister ECC engine on probe failure ...
Keywords:
Status: NEW
Alias: CVE-2026-63861
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-19 15:01 UTC by OSIDB Bzimport
Modified: 2026-07-21 18:56 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-19 15:01:36 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.