Lucene search

K
cvelistLinuxCVELIST:CVE-2024-43872
HistoryAug 21, 2024 - 12:06 a.m.

CVE-2024-43872 RDMA/hns: Fix soft lockup under heavy CEQE load

2024-08-2100:06:24
Linux
www.cve.org
5
linux kernel
vulnerability
rdma/hns
soft lockup
ceqe
interrupt handler
cpu core
bh workqueue
upper limit

EPSS

0

Percentile

9.5%

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

RDMA/hns: Fix soft lockup under heavy CEQE load

CEQEs are handled in interrupt handler currently. This may cause the
CPU core staying in interrupt context too long and lead to soft lockup
under heavy load.

Handle CEQEs in BH workqueue and set an upper limit for the number of
CEQE handled by a single call of work handler.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/infiniband/hw/hns/hns_roce_device.h",
      "drivers/infiniband/hw/hns/hns_roce_hw_v2.c"
    ],
    "versions": [
      {
        "version": "a5073d6054f7",
        "lessThan": "06580b33c183",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "a5073d6054f7",
        "lessThan": "2fdf34038369",
        "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/infiniband/hw/hns/hns_roce_device.h",
      "drivers/infiniband/hw/hns/hns_roce_hw_v2.c"
    ],
    "versions": [
      {
        "version": "4.16",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.16",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.3",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

9.5%