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
No history.
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
