CVE-2026-43143
Awaiting Analysis Awaiting Analysis - Queue
Race Condition in Linux Kernel MFD Core

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: 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.
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 involves the Linux kernel's handling of the 'mfd_of_node_list'. The issue is that manipulating this list without proper locking mechanisms can lead to unsafe conditions. Specifically, there was no mutual exclusion (locking) around accesses and modifications to 'mfd_of_node_list', which could cause kernel crashes. The fix was to add a mutex to ensure safe concurrent access.


How can this vulnerability impact me? :

If exploited or triggered, this vulnerability could cause the Linux kernel to crash due to unsafe concurrent access to the 'mfd_of_node_list'. Kernel crashes can lead to system instability, downtime, and potential loss of data or service availability.


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