NULL pointer dereference in Linux kernel - CVE-2026-63986
Published: July 20, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper handling of an error pointer in net/ethtool/tsinfo.c when processing ethtool tsinfo dump requests. A local user can trigger the vulnerable code path to cause a denial of service.
The issue occurs because a failed prepare operation can leave no generic netlink message to cancel, leading to a kernel crash when an error pointer is passed to genlmsg_cancel().