Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-39507
HistoryJul 12, 2024 - 12:20 p.m.

CVE-2024-39507 net: hns3: fix kernel crash problem in concurrent scenario

2024-07-1212:20:38
Linux
github.com
1
linux kernel
vulnerability
net driver
hns3
kernel crash
concurrent scenario
link status
roce driver

AI Score

6.6

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

net: hns3: fix kernel crash problem in concurrent scenario

When link status change, the nic driver need to notify the roce
driver to handle this event, but at this time, the roce driver
may uninit, then cause kernel crash.

To fix the problem, when link status change, need to check
whether the roce registered, and when uninit, need to wait link
update finish.

AI Score

6.6

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial