CVE-2026-97574
Last modified
CVE-2026-97574 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Don't free the live ring's TPA state on queue restart failure bnxt_queue_mem_alloc() shallow copies the live RX ring into the clone: memcpy(clone, rxr, sizeof(*rxr)); the code currently clears pointers that the clone owns (such as rx_agg_bmap), but rx_tpa and rx_tpa_idx_map are left pointing at memory of the live ring that was cloned. If an allocation failure happens later and the err_free_tpa_info label is taken, the live ring's memory can be freed while still in use. Fix this by initializing the clone's pointers to NULL to prevent live ring state from being freed inadvertently..
Description
In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Don't free the live ring's TPA state on queue restart failure bnxt_queue_mem_alloc() shallow copies the live RX ring into the clone: memcpy(clone, rxr, sizeof(*rxr)); the code currently clears pointers that the clone owns (such as rx_agg_bmap), but rx_tpa and rx_tpa_idx_map are left pointing at memory of the live ring that was cloned. If an allocation failure happens later and the err_free_tpa_info label is taken, the live ring's memory can be freed while still in use. Fix this by initializing the clone's pointers to NULL to prevent live ring state from being freed inadvertently.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= bd649c5cc958169b8a8a3e77ea926d92d472b02a, < 8ade95619cbfd1fc57f0f1a9a5ebdca2345a8d27; >= bd649c5cc958169b8a8a3e77ea926d92d472b02a, < 0596a7caa6fc283e142716739099c038d8714082; >= bd649c5cc958169b8a8a3e77ea926d92d472b02a, < 5ce7f36c334d723954855ac769ede2fe0e8f89c8; 0997443906b96a051011f220a61e6dce4602ec54; >= 6.12.20, < 6.13 |
| Linux | Linux | 6.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97574?
How severe is CVE-2026-97574?
How do I fix CVE-2026-97574?
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-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-97572In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97573In 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…
- CVE-2026-97579In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9758Improper comparison with the certificates trusted list in S2…7.3
Are you affected by CVE-2026-97574?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
