← Back to CVE List

CVE-2024-39507

Published: 2024-07-12T13:15Z
Last Modified: 2025-03-06T12:56Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt