CVE-2023-53850
Last modified
CVE-2023-53850 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: iavf: use internal state to free traffic IRQs If the system tries to close the netdev while iavf_reset_task() is running, __LINK_STATE_START will be cleared and netif_running() will return false in iavf_reinit_interrupt_scheme(). This will result in iavf_free_traffic_irqs() not being called and a leak as follows: [7632.489326] remove_proc_entry: removing non-empty directory 'irq/999', leaking at least 'iavf-enp24s0f0v0-TxRx-0' [7632.490214] WARNING: CPU: 0 PID: 10 at fs/proc/generic.c:718 remove_proc_entry+0x19b/0x1b0 is shown when pci_disable_msix() is later called. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: iavf: use internal state to free traffic IRQs If the system tries to close the netdev while iavf_reset_task() is running, __LINK_STATE_START will be cleared and netif_running() will return false in iavf_reinit_interrupt_scheme(). This will result in iavf_free_traffic_irqs() not being called and a leak as follows: [7632.489326] remove_proc_entry: removing non-empty directory 'irq/999', leaking at least 'iavf-enp24s0f0v0-TxRx-0' [7632.490214] WARNING: CPU: 0 PID: 10 at fs/proc/generic.c:718 remove_proc_entry+0x19b/0x1b0 is shown when pci_disable_msix() is later called. Fix by using the internal adapter state. The traffic IRQs will always exist if state == __IAVF_RUNNING.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5b36e8d04b4439c9ceb814bfdfe1284737f9c632, < 6d9d01689b82ff5cb8f8d2a82717d7997bc0bfff; >= 5b36e8d04b4439c9ceb814bfdfe1284737f9c632, < 5e9db32eec628481f5da97a5b1aedb84a5240d18; >= 5b36e8d04b4439c9ceb814bfdfe1284737f9c632, < a77ed5c5b768e9649be240a2d864e5cd9c6a2015 |
| Linux | Linux | 4.15 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-53850?
How severe is CVE-2023-53850?
How do I fix CVE-2023-53850?
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 2023
- CVE-2023-53845In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53846In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53847In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53848In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53849In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5385The Funnelforms Free plugin for WordPress is vulnerable to u…4.3
- CVE-2023-53851In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2023-53852In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53853In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53854In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53855In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53856In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-53850?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
