CVE-2024-44995: net: hns3: fix a deadlock problem when config TC during resetting
In the Linux kernel, the following vulnerability has been resolved:
net: hns3: fix a deadlock problem when config TC during resetting
When config TC during the reset process, may cause a deadlock, the flow is
as below:
pf reset start
│
▼
......
setup tc │
│ ▼
▼ DOWN: napi_disable()
napi_disable()(skip) │
│ │
▼ ▼
...... ......
│ │
▼ │
napi_enable() │
▼
UINIT: netif_napi_del()
│
▼
......
│
▼
INIT: netif_napi_add()
│
▼
...... global reset start
│ │
▼ ▼
UP: napi_enable()(skip) ......
│ │
▼ ▼
...... napi_disable()
In reset process, the driver will DOWN the port and then UINIT, in this
case, the setup tc process will UP the port before UINIT, so cause the
problem. Adds a DOWN process in UINIT to fix it.
Security readout for executives and security teams
Plain-English summary
A race between traffic-control configuration and reset handling in the Linux hns3 network driver can deadlock the driver. Affected systems could suffer network disruption or broader security impact when a locally authenticated user triggers the condition. Internet-based exploitation is not indicated by the supplied evidence.
Executive priority
Treat as high priority on network-critical systems that use hns3 and permit local traffic-control changes. Scope other systems first rather than assuming fleet-wide exposure. Expedite vendor kernel updates where both prerequisites are present; the supplied evidence does not justify an emergency response for remote exploitation.
Technical view
During an hns3 port reset, concurrent traffic-control setup can re-enable NAPI before the driver completes uninitialization. Subsequent reset processing can then deadlock. The kernel fix adds a DOWN operation during UINIT. The supplied CVSS 3.1 score is 7.8, requiring local access and low privileges, without user interaction.
Likely exposure
Exposure is limited to Linux systems using the affected hns3 driver where a low-privileged local user can configure traffic control during device reset. The supplied version data is ambiguous, so kernel package status should be confirmed through the relevant distribution or vendor advisory.
Exploitation context
The supplied record does not identify CISA KEV listing or active exploitation. The CVSS vector describes a local, low-complexity, low-privilege attack requiring no user interaction. No evidence in the bundle establishes remote reachability, public exploitation, or observed attacks.
Researcher notes
The race involves setup-TC and PF/global reset paths, particularly NAPI disable, deletion, addition, and enable sequencing. Stable commits implement an additional DOWN step during UINIT. Exact affected-version boundaries cannot be reliably reconstructed from the supplied version arrays, and no CWE or exploitation evidence is provided.
Mitigation direction
Install a vendor-supported kernel containing the applicable stable fix.
Check distribution advisories before deciding whether a deployed kernel package is affected.
Restrict traffic-control configuration to trusted administrators where operationally feasible.
Prioritize network-dependent hosts using the hns3 driver.
Validation and detection
Inventory deployed kernels and determine which hosts load or use the hns3 driver.
Compare each kernel package against its vendor advisory and patched release information.
Confirm the applicable stable fix is present in custom-built kernels.
Review affected hosts for unexplained hns3 resets, deadlocks, or network outages.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-44995 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.