CVE-2026-46228
Awaiting Analysis Awaiting Analysis - Queue
spi: ch341 driver devres lifetime fix

Publication date: 2026-05-28

Last updated on: 2026-05-28

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: spi: ch341: fix devres lifetime USB drivers bind to USB interfaces and any device managed resources should have their lifetime tied to the interface rather than parent USB device. This avoids issues like memory leaks when drivers are unbound without their devices being physically disconnected (e.g. on probe deferral or configuration changes). Fix the controller and driver data lifetime so that they are released on driver unbind. Note that this also makes sure that the SPI controller is placed correctly under the USB interface in the device tree.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-28
Last Modified
2026-05-28
Generated
2026-05-28
AI Q&A
2026-05-28
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability relates to the Linux kernel's SPI driver for the ch341 device. The issue was that USB drivers were binding device-managed resources to the parent USB device instead of the USB interface. This caused problems such as memory leaks when drivers were unbound without the physical disconnection of devices, for example during probe deferral or configuration changes.

The fix involved correcting the lifetime management of the SPI controller and driver data so that these resources are properly released when the driver is unbound. Additionally, the SPI controller is now correctly placed under the USB interface in the device tree.


How can this vulnerability impact me? :

This vulnerability can lead to memory leaks in the Linux kernel when USB drivers are unbound without the device being physically disconnected. Over time, such leaks can degrade system performance or stability, potentially causing resource exhaustion or unexpected behavior in systems using the affected SPI driver.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart