CVE-2026-43155
Awaiting Analysis Awaiting Analysis - Queue
Linux Kernel mmio regmap Leak on Probe Failure

Publication date: 2026-05-06

Last updated on: 2026-05-06

Assigner: kernel.org

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-05-06
Generated
2026-05-07
AI Q&A
2026-05-06
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel related to the mux mmio regmap allocation during the probe process.

Specifically, the mmio regmap that may be allocated during probe is never freed if the probe fails.

The fix involves switching to a device managed allocator so that the regmap is properly released on probe failures (such as probe deferral) and when the driver is unbound.


How can this vulnerability impact me? :

If the mmio regmap allocated during probe is not freed on failure, it can lead to resource leaks in the Linux kernel.

Such leaks could cause increased memory usage or resource exhaustion over time, potentially affecting system stability or performance.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart