In the Linux kernel, the following vulnerability has been resolved:
mux: mmio: fix regmap leak on probe failure
The mmio regmap that may be 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.
References
Configurations
Configuration 1 (hide)
|
History
13 May 2026, 21:09
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/3c4ae63073d84abee5d81ce46d86a94e9dae9c89 - Patch | |
| References | () https://git.kernel.org/stable/c/76096f156fe9dc9fbd6e4618088706e91b9b0a6c - Patch | |
| References | () https://git.kernel.org/stable/c/cbde3c109d52564ae2c12e514c33c44345e84b2c - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| First Time |
Linux linux Kernel
Linux |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CWE | CWE-401 |
06 May 2026, 12:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-06 12:16
Updated : 2026-05-13 21:09
NVD link : CVE-2026-43155
Mitre link : CVE-2026-43155
CVE.ORG link : CVE-2026-43155
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
