CVE-2026-43242
Analyzed
Analyzed - Analysis Complete
Memory Leak in Linux Kernel socinfo Driver
Publication date: 2026-05-06
Last updated on: 2026-05-11
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
soc: ti: k3-socinfo: Fix regmap leak on probe failure
The mmio regmap allocated during probe is never freed.
Switch to using the device managed allocator so that the regmap is
released on probe failures (e.g. probe deferral) and on driver unbind.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.19 (inc) to 6.19.6 (exc) |
| linux | linux_kernel | From 5.10.238 (inc) to 5.10.252 (exc) |
| linux | linux_kernel | From 5.15.185 (inc) to 5.15.202 (exc) |
| linux | linux_kernel | From 6.1.141 (inc) to 6.1.165 (exc) |
| linux | linux_kernel | From 6.12.31 (inc) to 6.12.75 (exc) |
| linux | linux_kernel | From 6.14.9 (inc) to 6.18.16 (exc) |
| linux | linux_kernel | From 6.6.93 (inc) to 6.6.128 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |