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.
Published: 2026-05-06
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability results from concurrent manipulation of the kernel list ‘mfd_of_node_list’ without proper mutual exclusion, creating a race condition that can cause a kernel crash. An attacker would need the capability to orchestrate concurrent accesses to the kernel, which typically requires elevated privileges or a trusted kernel module. The likely attack vector is a local or privileged attacker using a device driver or custom module to manipulate the list in a way that triggers the race and crashes the kernel.

Affected Systems

Any Linux kernel that contains the multi‑function device subsystem without the new locking will be vulnerable. The data does not list precise versions, so we infer that all kernels released before the commit adding the mutex are at risk, including older distributions and custom builds that have not applied the patch.

Risk and Exploitability

The CVSS score of 5.5 indicates a moderate impact on availability, and the EPSS score of <1% indicates a very low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog, implying it has not yet been targeted by widely available exploits. The likely attack vector involves a local or privileged attacker leveraging a driver or custom kernel module to manipulate the ‘mfd_of_node_list’; this inference is based on the requirement for kernel‑level manipulation. While no public exploit is documented, the presence of the race condition means a kernel crash can occur relatively easily given sufficient privileges. Thus the risk is considered moderate overall.

Generated by OpenCVE AI on May 13, 2026 at 20:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel release that includes the added mutex around ‘mfd_of_node_list’, ensuring the update incorporates the relevant patch commit
  • Configure system monitoring to alert on kernel panic events, such as watching dmesg or journal logs for “panic” or “fatal” messages that may indicate a residual race condition
  • If upgrading the kernel is temporarily infeasible, rebuild the kernel with the MFD subsystem disabled or remove the device drivers that can access the vulnerable list, thereby eliminating the race condition

Generated by OpenCVE AI on May 13, 2026 at 20:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 13 May 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
Metrics cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Thu, 07 May 2026 03:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-472

Thu, 07 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-820
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

threat_severity

Moderate


Wed, 06 May 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-472

Wed, 06 May 2026 12:15:00 +0000

Type Values Removed Values Added
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.
Title mfd: core: Add locking around 'mfd_of_node_list'
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-11T22:18:35.396Z

Reserved: 2026-05-01T14:12:55.989Z

Link: CVE-2026-43143

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-06T12:16:31.747

Modified: 2026-05-13T18:41:04.083

Link: CVE-2026-43143

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-05-06T00:00:00Z

Links: CVE-2026-43143 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-13T20:15:04Z

Weaknesses