In the Linux kernel, the following vulnerability has been resolved:
ethtool: tsinfo: don't pass ERRPTR to genlmsgcancel on prepare failure
The goto err label leads to:
genlmsg_cancel(skb, ehdr);
return ret;
If ethnltsinfopreparedump() failed, it has not started a genlmsg. There's nothing to cancel, and passing an error pointer to genlmsgcancel() would cause a crash.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63986.json",
"cna_assigner": "Linux"
}