CVE-2026-74626

medium

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.

References

https://git.kernel.org/stable/c/d2121faf133ac3bf9531b53a7e21273649a08517

https://git.kernel.org/stable/c/a4e340971fe8ccd245d206db4d43b2a0eec240bd

https://git.kernel.org/stable/c/755fd7843f300d724caceabdf9bb13adc8701540

Details

Source: Mitre, NVD

Published: 2026-08-22

Updated: 2026-08-23

Risk Information

CVSS v2

Base Score: 4.9

Vector: CVSS2#AV:L/AC:L/Au:N/C:N/I:N/A:C

Severity: Medium

CVSS v3

Base Score: 5.5

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Severity: Medium

EPSS

EPSS: 0.00198