CVE-2024-44995

unknown
Published โ€” ยท Modified โ€”
CVSS v3
โ€”
CVSS v4 NEW
โ€”
not yet in upstream
VIR risk
โ€”

Description

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.

Predictions

Exploit likelihood
20%
Patch ETA
โ€”

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

No mitigations published for this CVE yet.

The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ€” if you've already worked around this in production โ€” publish your fix to the community-verified tier.

โœš Propose a mitigation on Community โ†’ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here with source_tier=community-verified.

OS impact

OSVersionStatusFixed in
suse slesaffected
debian debianbookwormfixed6.1.112-1
debian debianbullseyefixed5.10.226-1
debian debianforkyfixed6.10.7-1
debian debiansidfixed6.10.7-1
debian debiantrixiefixed6.10.7-1

References

Community-verified mitigations for this CVE will appear above when contributors publish them.

Verify integrity in audit chain (admin only). AS-IS.