CVE-2026-74626 PUBLISHED

NTB: ntb_netdev: Preserve RX queue depth on allocation failure

Assigner: Linux
Reserved: 15.08.2026 Published: 22.08.2026 Updated: 22.08.2026

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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 548c237c0a9972df5d1afaca38aa733ee577128d to 755fd7843f300d724caceabdf9bb13adc8701540 (excl.)
  • affected from 548c237c0a9972df5d1afaca38aa733ee577128d to d2121faf133ac3bf9531b53a7e21273649a08517 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 3.9 is affected
  • unaffected from 0 to 3.9 (excl.)
  • unaffected from 7.1.9 to 7.1.* (incl.)
  • unaffected from 7.2 to * (incl.)

References