In the Linux kernel, the following vulnerability has been resolved:
dmaengine: lpc18xx-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:39
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux
Linux linux Kernel |
|
| References | () https://git.kernel.org/stable/c/1e47d80f6720f0224efd19bcf081d39637569c10 - Patch | |
| References | () https://git.kernel.org/stable/c/3d396ebfb3049a2b5fac51d2c967db5114b685e8 - Patch | |
| References | () https://git.kernel.org/stable/c/499ddae78c4baa9b94df76b2d2eb6b150d15377f - Patch | |
| References | () https://git.kernel.org/stable/c/992eb8055a6e5dbb808672d20d68e60d5a89b12b - Patch | |
| References | () https://git.kernel.org/stable/c/9fba97baa520c9446df51a64708daf27c5a7ed32 - Patch | |
| References | () https://git.kernel.org/stable/c/adef147a8d8c3d767abf88ad2c381ffab2993086 - Patch | |
| References | () https://git.kernel.org/stable/c/d4d63059dee7e7cae0c4d9a532ed558bc90efb55 - Patch | |
| CWE | CWE-401 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:4.3:-:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc8:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:* 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:*:*:*:*:*:* |
|
| 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:39
NVD link : CVE-2025-71188
Mitre link : CVE-2025-71188
CVE.ORG link : CVE-2025-71188
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
