Descripción
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.
EPSS 0.166%Riesgo 0
Ver fuente- Publicación
- 2026-07-19 16:17:17
- Versiones afectadas
- unknown
- Tipo
- Kernel
- Última modificación
- 2026-07-30 14:51:11
- Vector
- Pending