Security Advisory

CVE-2026-43155

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-06 11:27:35
Last updated 2026-05-11 22:18:49
Assigner Linux
CVSS score not scored
State PUBLISHED

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.