CVE-2026-74626
Last modified
CVE-2026-74626 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: NTB: ntb_netdev: Preserve RX queue depth on allocation failure ntb_netdev_rx_handler() hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted.
Description
In the Linux kernel, the following vulnerability has been resolved: NTB: ntb_netdev: Preserve RX queue depth on allocation failure ntb_netdev_rx_handler() hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted. Every failure therefore takes one buffer out of the RX queue while the interface remains up, and enough failures eventually stall reception. A retry path could refill the queue later, but ntb_netdev has none. Allocate the replacement first instead. If that fails, drop the packet and repost the same skb. This keeps the queue full and lets packet delivery resume as soon as memory is available again.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 548c237c0a9972df5d1afaca38aa733ee577128d, < a4e340971fe8ccd245d206db4d43b2a0eec240bd; >= 548c237c0a9972df5d1afaca38aa733ee577128d, < 755fd7843f300d724caceabdf9bb13adc8701540; >= 548c237c0a9972df5d1afaca38aa733ee577128d, < d2121faf133ac3bf9531b53a7e21273649a08517 |
| Linux | Linux | 3.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74626?
How severe is CVE-2026-74626?
How do I fix CVE-2026-74626?
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-74620In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74621In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74622In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74623In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74624In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74625In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74627In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74628In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74629In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74630In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74631In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74632In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74626?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
