CVE-2026-80998
Last modified
CVE-2026-80998 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: bnxt: ring the doorbell when SW USO exits early When a burst of packets is handed down to the driver, the driver defers the doorbell to the end by setting txr->kick_pending = 1. The normal TX path handles this, but the SW USO path can miss it if it returns early. If bnxt_sw_udp_gso_xmit runs but returns early with NETDEV_TX_BUSY and txr->kick_pending was previously set to 1, then the TX queue can stall because the driver wrote some BDs but never wrote the doorbell. The device won't know to do the TX which would generate the completion that would wake the queue back up. Simplify bnxt_sw_udp_gso_xmit to set txr->kick_pending in its success case and check the flag on return. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: bnxt: ring the doorbell when SW USO exits early When a burst of packets is handed down to the driver, the driver defers the doorbell to the end by setting txr->kick_pending = 1. The normal TX path handles this, but the SW USO path can miss it if it returns early. If bnxt_sw_udp_gso_xmit runs but returns early with NETDEV_TX_BUSY and txr->kick_pending was previously set to 1, then the TX queue can stall because the driver wrote some BDs but never wrote the doorbell. The device won't know to do the TX which would generate the completion that would wake the queue back up. Simplify bnxt_sw_udp_gso_xmit to set txr->kick_pending in its success case and check the flag on return. The added check after bnxt_sw_udp_gso_xmit returns ensures that any pending doorbells are written handling both successful USO and any early returns, which prevents the TX queue stall mentioned above. This TX queue stall was observed on a production system with a netdev TX watchdog informing about the queue stall.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= cc5d90667db81474ed7a92a1b2fa3daec5559307, < 48d1c9665db6e3d4aeca62eb669377162ebc6fdf; >= cc5d90667db81474ed7a92a1b2fa3daec5559307, < 4e15e89faac9f308baeb01f46c13a051814d2449 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80998?
How severe is CVE-2026-80998?
How do I fix CVE-2026-80998?
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-80992In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80993In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80994In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80995In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80996In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80997In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80999In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8100Impact A security issue has been identified in Chef 360 tha…8.6
- CVE-2026-81000In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-81001In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-81002In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-81003In the Linux kernel, the following vulnerability has been re…8.1
Are you affected by CVE-2026-80998?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
