CVE-2026-97573
Last modified
CVE-2026-97573 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Handle buffer allocation failure in bnxt_rx_ring_reset() bnxt_rx_ring_reset() frees the ring buffers and then reallocates them, ignoring the result. bnxt_alloc_one_rx_ring() can fail in bnxt_alloc_one_tpa_info_data(), which returns -ENOMEM on the first failed allocation and leaves the remaining rxr->rx_tpa[] entries zeroed. The error isn't propagated up, so the loop in bnxt_rx_ring_reset continues and at the end the code re-enables TPA with partially unallocated rx_tpa array. This means that when the agg_id from hardware is mapped to a SW index in rxr->rx_tpa[], an uninitialized slot can be chosen which would hand a zero DMA address to the device. Fix this by falling back to a global reset, which is what the existing code already does when other functions fail, but unlike the other failure cases this particular failure has to return because TPA can't be re-enabled since the allocation failed..
Description
In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Handle buffer allocation failure in bnxt_rx_ring_reset() bnxt_rx_ring_reset() frees the ring buffers and then reallocates them, ignoring the result. bnxt_alloc_one_rx_ring() can fail in bnxt_alloc_one_tpa_info_data(), which returns -ENOMEM on the first failed allocation and leaves the remaining rxr->rx_tpa[] entries zeroed. The error isn't propagated up, so the loop in bnxt_rx_ring_reset continues and at the end the code re-enables TPA with partially unallocated rx_tpa array. This means that when the agg_id from hardware is mapped to a SW index in rxr->rx_tpa[], an uninitialized slot can be chosen which would hand a zero DMA address to the device. Fix this by falling back to a global reset, which is what the existing code already does when other functions fail, but unlike the other failure cases this particular failure has to return because TPA can't be re-enabled since the allocation failed.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8fbf58e17dce8f250dda9ad6b0a49b3041f0af14, < 1a3670b6a6b5679fe56c5890157b344f091e64f8; >= 8fbf58e17dce8f250dda9ad6b0a49b3041f0af14, < 4a17c73c83798c2fa9c7920ad5a98803adce3e01; >= 8fbf58e17dce8f250dda9ad6b0a49b3041f0af14, < 8b2fd5c0aeda935294159206af9d6179282d425a; >= 8fbf58e17dce8f250dda9ad6b0a49b3041f0af14, < 961e2a17c5e3559b3f8654d2daabdd25a42e770a |
| Linux | Linux | 5.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97573?
How severe is CVE-2026-97573?
How do I fix CVE-2026-97573?
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 2026
- CVE-2026-97568In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97569In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9757The GEO my WP plugin for WordPress is vulnerable to SQL Inje…7.5
- CVE-2026-97570In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-97571In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97572In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97574In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97575In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97576In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97577In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97578In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97579In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-97573?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
