CVE-2026-43143
Race Condition in Linux Kernel MFD Core
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| 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.