In the Linux kernel, the following vulnerability has been resolved:
dmaengine: stm32: dmamux: fix device leak on route allocation
Make sure to drop the reference taken when looking up the DMA mux
platform device during route allocation.
Note that holding a reference to a device does not prevent its driver
data from going away so there is no point in keeping the reference.
References
Configurations
Configuration 1 (hide)
|
History
25 Mar 2026, 18:43
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux
Linux linux Kernel |
|
| CWE | CWE-401 | |
| References | () https://git.kernel.org/stable/c/1a179ac01ff3993ab97e33cc77c316ed7415cda1 - Patch | |
| References | () https://git.kernel.org/stable/c/1dda2a32303df0091896b01a9d09070d61fa344c - Patch | |
| References | () https://git.kernel.org/stable/c/2fb10259d4efb4367787b5ae9c94192e8a91c648 - Patch | |
| References | () https://git.kernel.org/stable/c/3b42020e6790a5e19b36c187ed5b488a5716f97f - Patch | |
| References | () https://git.kernel.org/stable/c/3ef52d31cce8ba816739085a61efe07b63c6cf27 - Patch | |
| References | () https://git.kernel.org/stable/c/6393da54dcb3488c080a183c4182ddec71ba8d7f - Patch | |
| References | () https://git.kernel.org/stable/c/dd6e4943889fb354efa3f700e42739da9bddb6ef - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:4.15:-:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc8:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:* |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| Summary |
|
06 Feb 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
31 Jan 2026, 12:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-01-31 12:16
Updated : 2026-03-25 18:43
NVD link : CVE-2025-71186
Mitre link : CVE-2025-71186
CVE.ORG link : CVE-2025-71186
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
