CVE-2026-97572
Last modified
CVE-2026-97572 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Propagate RX ring init failures in bnxt_init_nic() bnxt_init_rx_rings() returns an error when bnxt_alloc_one_rx_ring() fails, but bnxt_init_nic() discards that return value and calls bnxt_init_chip(), which enables TPA. If an allocation fails, this could leave rxr->rx_tpa[] partially zeroed and TPA would be enabled over an array with zeroed entries. This would lead to a zeroed DMA address being handed out if the agg_idx is translated to a SW index at a zeroed entry. Fix this by propagating the error out of bnxt_init_nic().
Description
In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Propagate RX ring init failures in bnxt_init_nic() bnxt_init_rx_rings() returns an error when bnxt_alloc_one_rx_ring() fails, but bnxt_init_nic() discards that return value and calls bnxt_init_chip(), which enables TPA. If an allocation fails, this could leave rxr->rx_tpa[] partially zeroed and TPA would be enabled over an array with zeroed entries. This would lead to a zeroed DMA address being handed out if the agg_idx is translated to a SW index at a zeroed entry. Fix this by propagating the error out of bnxt_init_nic(). Both callers already check its return value and unwind with bnxt_free_skbs() and bnxt_free_mem(), which tolerate a partially initialized RX ring.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c0c050c58d840994ba842ad1c338a98e7c12b764, < daadccd062fdca5e77a8cc22ffe35857803b6c49; >= c0c050c58d840994ba842ad1c338a98e7c12b764, < b4c40f2c80d7bf50648878bc206a39adfbfaec6c; >= c0c050c58d840994ba842ad1c338a98e7c12b764, < dfd73af81cdb9f7b399754a59e2658a08211bee5; >= c0c050c58d840994ba842ad1c338a98e7c12b764, < 8e6a850c0746bb4be167aedf1ee57469fcda09a9 |
| Linux | Linux | 4.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97572?
How severe is CVE-2026-97572?
How do I fix CVE-2026-97572?
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-97567In the Linux kernel, the following vulnerability has been re…
- 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…
- CVE-2026-97571In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97573In 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…
- CVE-2026-97576In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97577In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97578In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97572?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
