NONE · 0

CVE-2026-63986

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failure The goto err label leads to: genlmsg_cancel(skb, ehdr);...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failure The goto err label leads to: genlmsg_cancel(skb, ehdr); return ret; If ethnl_tsinfo_prepare_dump() failed, it has not started a genlmsg. There's nothing to cancel, and passing an error pointer to genlmsg_cancel() would cause a crash.

References

FAQ

What is CVE-2026-63986?

CVE-2026-63986 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failure The goto err label leads to: genlmsg_cancel(skb, ehdr);...

How severe is CVE-2026-63986?

CVSS scoring is not yet available for CVE-2026-63986. Check NVD for updates.

Is there a patch for CVE-2026-63986?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.