CVE-2026-43143
In the Linux kernel, the following vulnerability has been resolved:
mfd: core: Add locking around ‘mfd_of_node_list’
Manipulating a list in the kernel isn’t safe without some sort of
mutual exclusion. Add a mutex any time we access / modify
‘mfd_of_node_list’ to prevent possible crashes.
More information : https://git.kernel.org/stable/c/20117c92bcf9c11afd64d7481d8f94fdf410726e
