Lucene search

K
cveLinuxCVE-2024-36900
HistoryMay 30, 2024 - 4:15 p.m.

CVE-2024-36900

2024-05-3016:15:13
Linux
web.nvd.nist.gov
38
nvd
security vulnerability
system x

AI Score

6.6

Confidence

Low

EPSS

0

Percentile

15.5%

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

net: hns3: fix kernel crash when devlink reload during initialization

The devlink reload process will access the hardware resources,
but the register operation is done before the hardware is initialized.
So, processing the devlink reload during initialization may lead to kernel
crash.

This patch fixes this by registering the devlink after
hardware initialization.

Affected configurations

Vulners
Node
linuxlinux_kernelRange5.156.1.91
OR
linuxlinux_kernelRange6.2.06.6.31
OR
linuxlinux_kernelRange6.7.06.8.10
OR
linuxlinux_kernelRange6.9.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": [
      "drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c",
      "drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c"
    ],
    "versions": [
      {
        "version": "cd6242991d2e",
        "lessThan": "72ede790f5a0",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "cd6242991d2e",
        "lessThan": "5c623fe05348",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "cd6242991d2e",
        "lessThan": "c98bc78ce090",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "cd6242991d2e",
        "lessThan": "35d92abfbad8",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c",
      "drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c"
    ],
    "versions": [
      {
        "version": "5.15",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.15",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.91",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.31",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8.10",
        "lessThanOrEqual": "6.8.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.6

Confidence

Low

EPSS

0

Percentile

15.5%