CVE-2024-44995
Last modified
CVE-2024-44995 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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() │ ▼ ...... EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.15, < 5.4.283 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.225 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.166 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.107 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.48 | — |
| Linux | Linux Kernel | >= 6.7, < 6.10.7 | — |
| Linux | Linux Kernel | 6.11 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-44995?
How severe is CVE-2024-44995?
How do I fix CVE-2024-44995?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-4499A Cross-Site Request Forgery (CSRF) vulnerability exists in …6.3
- CVE-2024-44990In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-44991In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-44992In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-44993In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-44994In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-44996In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-44997In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-44998In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-44999In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-4500A vulnerability was found in SourceCodester Prison Managemen…8.8
- CVE-2024-45000In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-44995?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
