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.
References
Configurations
Configuration 1 (hide)
|
History
10 Jun 2026, 21:12
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Linux |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| References | () https://git.kernel.org/stable/c/108a64b27a52f781c4f3751641e3dd65c7dd2fb5 - Patch | |
| References | () https://git.kernel.org/stable/c/4422fc2411cbbdf5104a914e0596bb483faea254 - Patch | |
| References | () https://git.kernel.org/stable/c/abe572f630bc1f0e77041012ab075869036ede4f - Patch | |
| CWE | CWE-401 |
28 May 2026, 10:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-28 10:16
Updated : 2026-06-17 10:53
NVD link : CVE-2026-46228
Mitre link : CVE-2026-46228
CVE.ORG link : CVE-2026-46228
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
