CyberRota Analysis
Detaylı analiz gerekiyor.
CVE
CVE-2026-43155
Severity
MEDIUM
CVSS
5.5
EPSS
0.01%
Linux
Original NVD 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.