PT-2026-44344 · Linux · Linux

Published

2026-05-28

·

Updated

2026-05-28

·

CVE-2026-46221

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
EDAC/versalnet: Fix device name memory leak
The device name allocated via kzalloc() in init one mc() is assigned to dev->init name but never freed on the normal removal path. device register() copies init name and then sets dev->init name to NULL, so the name pointer becomes unreachable from the device. Thus leaking memory.
Use a stack-local char array instead of using kzalloc() for name.

Related Identifiers

CVE-2026-46221

Affected Products

Linux