CVE-2026-46030: EDAC/versalnet: Fix device_node leak in mc_probe()

Published May 27, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

EDAC/versalnet: Fix devicenode leak in mcprobe()

ofparsephandle() returns a devicenode reference that must be released with ofnodeput(). The original code never freed r5corenode on any exit path, causing a memory leak.

Fix this by using the automatic cleanup attribute free(devicenode) which ensures ofnodeput() is called when the variable goes out of scope.

Affected Software

3 affected components
Linux Linux kernel (EDAC/versalnet)
Linux Linux kernel>=6.18<6.18.27
Linux Linux kernel>=6.19<7.0.4

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Modify the mc_probe() implementation to declare the device_node reference (r5_core_node) with the __free(device_node) automatic cleanup attribute so that of_node_put() is invoked when the variable goes out of scope. Rebuild and deploy the updated kernel containing this change.

    Linux kernel (EDAC/versalnet mc_probe) use __free(device_node) automatic cleanup attribute for device_node refs = enabled

Event History

May 27, 2026
CVE Published
via MITRE·12:56 PM
Data Sourced
via MITRE·12:56 PM
Description
Data Sourced
via NVD·02:17 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-46030?

The severity of CVE-2026-46030 is medium with a CVSS score of 5.5.

2

What does CVE-2026-46030 exploit?

CVE-2026-46030 exploits a memory leak in the mc_probe() function due to not properly releasing device_node references.

3

How do I fix CVE-2026-46030?

To fix CVE-2026-46030, ensure that the device_node reference is released properly using of_node_put() in your code.

4

What type of systems are affected by CVE-2026-46030?

CVE-2026-46030 affects systems running the Linux kernel that utilize EDAC/versalnet.

5

When was CVE-2026-46030 published?

CVE-2026-46030 was published on May 27, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203