In the Linux kernel, the following vulnerability has been resolved:
wifi: rt2x00usb: 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 USB anchor lifetime so that it is released on driver unbind.
References
Configurations
Configuration 1 (hide)
|
History
27 Apr 2026, 20:11
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-401 | |
| References | () https://git.kernel.org/stable/c/15b233e33b35b927bd8d0044c15325564ea1ba24 - Patch | |
| References | () https://git.kernel.org/stable/c/1de5c76bf40e9cdeebf54662f63011fb10fa452f - Patch | |
| References | () https://git.kernel.org/stable/c/25369b22223d1c56e42a0cd4ac9137349d5a898e - Patch | |
| References | () https://git.kernel.org/stable/c/64a457f6afbf15f984d95201a9a1e71eed3f9dd1 - Patch | |
| References | () https://git.kernel.org/stable/c/65518a6965d527c53013947031f26754f6a4f6af - Patch | |
| References | () https://git.kernel.org/stable/c/b245db719bc7e57abf48bd5701662b270c3880f7 - Patch | |
| References | () https://git.kernel.org/stable/c/c99f198841b41735796e2ddfcd573783fb552eb9 - Patch | |
| References | () https://git.kernel.org/stable/c/e360d15fcb1e819eef49e3d4434d8050542eed16 - Patch | |
| First Time |
Linux
Linux linux Kernel |
|
| CPE | cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:4.7:-:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
24 Apr 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-24 15:16
Updated : 2026-04-27 20:11
NVD link : CVE-2026-31672
Mitre link : CVE-2026-31672
CVE.ORG link : CVE-2026-31672
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
