๐Ÿ” CVE Alert

CVE-2026-74626

UNKNOWN 0.0

NTB: ntb_netdev: Preserve RX queue depth on allocation failure

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Aug 22, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
548c237c0a9972df5d1afaca38aa733ee577128d < 755fd7843f300d724caceabdf9bb13adc8701540 548c237c0a9972df5d1afaca38aa733ee577128d < d2121faf133ac3bf9531b53a7e21273649a08517
Linux / Linux
3.9

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/755fd7843f300d724caceabdf9bb13adc8701540 git.kernel.org: https://git.kernel.org/stable/c/d2121faf133ac3bf9531b53a7e21273649a08517