CVE-2024-50297
Last modified
CVE-2024-50297 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine starts Enqueue packets in dql after dma engine starts causes race condition. Tx transfer starts once dma engine is started and may execute dql dequeue in completion before it gets queued. It results in following kernel crash while running iperf stress test: kernel BUG at lib/dynamic_queue_limits.c:99! <snip> Internal error: Oops - BUG: 00000000f2000800 [#1] SMP pc : dql_completed+0x238/0x248 lr : dql_completed+0x3c/0x248 Call trace: dql_completed+0x238/0x248 axienet_dma_tx_cb+0xa0/0x170 xilinx_dma_do_tasklet+0xdc/0x290 tasklet_action_common+0xf8/0x11c tasklet_action+0x30/0x3c handle_softirqs+0xf8/0x230 <snip> Start dmaengine after enqueue in dql fixes the crash.. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine starts Enqueue packets in dql after dma engine starts causes race condition. Tx transfer starts once dma engine is started and may execute dql dequeue in completion before it gets queued. It results in following kernel crash while running iperf stress test: kernel BUG at lib/dynamic_queue_limits.c:99! <snip> Internal error: Oops - BUG: 00000000f2000800 [#1] SMP pc : dql_completed+0x238/0x248 lr : dql_completed+0x3c/0x248 Call trace: dql_completed+0x238/0x248 axienet_dma_tx_cb+0xa0/0x170 xilinx_dma_do_tasklet+0xdc/0x290 tasklet_action_common+0xf8/0x11c tasklet_action+0x30/0x3c handle_softirqs+0xf8/0x230 <snip> Start dmaengine after enqueue in dql fixes the crash.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.8, < 6.11.8 | — |
| Linux | Linux Kernel | 6.12 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-50297?
How severe is CVE-2024-50297?
How do I fix CVE-2024-50297?
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-50291In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50292In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50293In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-50294In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-50295In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50296In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50298In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50299In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-5030The CM Table Of Contents WordPress plugin before 1.2.3 does…3.8
- CVE-2024-50300In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50301In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-50302In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-50297?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
