CVE-2026-46030
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/05/2026
Last modified:
16/06/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
EDAC/versalnet: Fix device_node leak in mc_probe()<br />
<br />
of_parse_phandle() returns a device_node reference that must be released with<br />
of_node_put(). The original code never freed r5_core_node on any exit path,<br />
causing a memory leak.<br />
<br />
Fix this by using the automatic cleanup attribute __free(device_node) which<br />
ensures of_node_put() is called when the variable goes out of scope.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.18 (including) | 6.18.27 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.4 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



