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 failur
CVSS
—
Sin CVSS
EPSS
0.2%
p6
KEV
—
Exploit Today
2
0-100
Publicado: 19 jul 2026 · Última mod.: 19 jul 2026
Sin historial EPSS suficiente todavía.
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.
Sin CVEs relacionados por CWE o producto.