Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-40928
HistoryJul 12, 2024 - 1:15 p.m.

CVE-2024-40928

2024-07-1213:15:15
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
8
linux kernel
null dereference
ethtool
vulnerability
cve-2024-40928

EPSS

0

Percentile

15.9%

In the Linux kernel, the following vulnerability has been resolved:

net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()

Clang static checker (scan-build) warning:
net/ethtool/ioctl.c:line 2233, column 2
Called function pointer is null (null dereference).

Return ‘-EOPNOTSUPP’ when ‘ops->get_ethtool_phy_stats’ is NULL to fix
this typo error.