CVE-2026-46221
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
28/05/2026
Last modified:
10/06/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
EDAC/versalnet: Fix device name memory leak<br />
<br />
The device name allocated via kzalloc() in init_one_mc() is assigned to<br />
dev->init_name but never freed on the normal removal path. device_register()<br />
copies init_name and then sets dev->init_name to NULL, so the name pointer<br />
becomes unreachable from the device. Thus leaking memory.<br />
<br />
Use a stack-local char array instead of using kzalloc() for name.
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.32 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.9 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



