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-06-16
AI Q&A
2026-05-06
EPSS Evaluated
2026-06-14
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 Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-43143. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart