CVE-2026-46030

In the Linux kernel, the following vulnerability has been resolved: EDAC/versalnet: Fix device_node leak in mc_probe() of_parse_phandle() returns a device_node reference that must be released with of_node_put(). The original code never freed r5_core_node on any exit path, causing a memory leak. Fix this by using the automatic cleanup attribute __free(device_node) which ensures of_node_put() is called when the variable goes out of scope.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

History

16 Jun 2026, 17:38

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/17e136993b2b5111d1ee1c57bbd188ae0bb0e128 - () https://git.kernel.org/stable/c/17e136993b2b5111d1ee1c57bbd188ae0bb0e128 - Patch
References () https://git.kernel.org/stable/c/5c709b376460ff322580c41600e31c02f7cc0307 - () https://git.kernel.org/stable/c/5c709b376460ff322580c41600e31c02f7cc0307 - Patch
References () https://git.kernel.org/stable/c/b6e61356ad24987be40bf25369d22dd8dd00a513 - () https://git.kernel.org/stable/c/b6e61356ad24987be40bf25369d22dd8dd00a513 - Patch
CWE CWE-401
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
First Time Linux linux Kernel
Linux
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

27 May 2026, 14:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-27 14:17

Updated : 2026-06-17 10:52


NVD link : CVE-2026-46030

Mitre link : CVE-2026-46030

CVE.ORG link : CVE-2026-46030


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-401

Missing Release of Memory after Effective Lifetime