Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-40928
HistoryJul 12, 2024 - 12:25 p.m.

CVE-2024-40928 net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()

2024-07-1212:25:07
Linux
github.com
3
linux kernel
vulnerability
ethtool
error condition
fix
clang static checker
scan-build
null dereference
eopnotsupp
ops
get_ethtool_phy_stats

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial