Lucene search

K
vulnrichmentLinuxVULNRICHMENT: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
github.com
1
linux kernel
cve-2024-43872
rdma/hns
soft lockup
ceqe
interrupt handler
bh workqueue
work handler
vulnerability fix

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial