VDB

CVE-2026-80988

CVE-2026-80988 PUBLISHED

Reported by Linux · Published September 11, 2026

In the Linux kernel, the following vulnerability has been resolved: NTB: ntb_transport: Fail TX enqueue when the QP link is down Commit f195a1a6fe41 ("ntb: Drop packets when qp link is down") meant to make ntb_transport_tx_enqueue() drop packets submitted while the QP link is down, but it only returns 0 without consuming the packet. Zero means success by this function's contract, so ntb_netdev reports NETDEV_TX_OK and forgets the skb: nothing queued it, nothing frees it, and it leaks, one skb for every transmit racing a link-down. Return -ENOLINK instead, restoring the contract that a non-zero return leaves the buffer owned by the caller. With the preceding patch, ntb_netdev frees the skb on non-retryable enqueue failures and returns NETDEV_TX_OK, so a packet racing with link-down is dropped without leaking or entering a busy retry loop.

EPSS 0.18% · 7.4th percentile

Risk Scores

EPSS Score
0.18%
7.4th percentile

Affected Products

VendorProductVersions
LinuxLinux3cfdc448e8bfa8a7eaa5af87f357330566124b78, bfa051f650a7708183bd86901ca4645dcf88c486, 4f4af6b8b7a23fa37decaf43b55403e6bfd8e219
LinuxLinux6.6, 0, 5.10.270
linuxlinux_kernel6.6, 6.6, 6.6
LinuxLinuxf195a1a6fe416882984f8bd6c61afc1383171860, f195a1a6fe416882984f8bd6c61afc1383171860, f195a1a6fe416882984f8bd6c61afc1383171860

Timeline

  • Sep 11, 2026 CVE Published
  • Sep 12, 2026 EPSS Score
  • Sep 12, 2026 Coalition ESS Score
  • Sep 14, 2026 CVE Updated
  • Sep 15, 2026 EPSS Score

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›