Lucene search

K
cveLinuxCVE-2024-40928
HistoryJul 12, 2024 - 1:15 p.m.

CVE-2024-40928

2024-07-1213:15:15
Linux
web.nvd.nist.gov
37
linux kernel
vulnerability fix
net
ethtool
clang static checker
scan-build
error condition
get_phy_stats_ethtool
null
eopnotsupp

AI Score

6.5

Confidence

Low

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.

Affected configurations

Vulners
Node
linuxlinux_kernelRange6.26.6.35
OR
linuxlinux_kernelRange6.7.06.9.6
OR
linuxlinux_kernelRange6.10.0
VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "net/ethtool/ioctl.c"
    ],
    "versions": [
      {
        "version": "201ed315f967",
        "lessThan": "6548d543a274",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "201ed315f967",
        "lessThan": "92196be82a4e",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "201ed315f967",
        "lessThan": "0dcc53abf58d",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "net/ethtool/ioctl.c"
    ],
    "versions": [
      {
        "version": "6.2",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.2",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.35",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9.6",
        "lessThanOrEqual": "6.9.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

15.9%