CVE-2026-80987: NTB: ntb_transport: Reject oversized TX buffers

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

NTB: ntbtransport: Reject oversized TX buffers

ntbprocesstx() handles an oversized buffer by calling txhandler() with a NULL data pointer and returning success. ntbnetdev therefore neither frees the skb in its completion callback nor takes its enqueue error path, leaking it.

Reject oversized buffers in ntbtransporttxenqueue() before acquiring a queue entry and return -EMSGSIZE. The caller retains ownership of the buffer, and the preceding netdev patch frees the skb when enqueue returns this permanent error.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:42 PM
Data Sourced
via MITRE·07:42 PM
Description

Frequently Asked Questions

1

Which systems are exposed to the described memory leak?

The described leak occurs when ntb_netdev uses ntb_transport and an oversized transmit buffer is processed. In that path, ntb_netdev neither frees the skb through its completion callback nor follows its enqueue-error cleanup path.

2

What input condition triggers the issue?

An oversized TX buffer must be submitted through ntb_transport. Previously, the buffer could be handled with a NULL data pointer while the enqueue operation still reported success, causing ownership and cleanup to be lost.

3

What behavior should callers expect after the fix?

Oversized buffers are rejected by ntb_transport_tx_enqueue() before a queue entry is acquired, with -EMSGSIZE returned. The caller retains ownership of the buffer; the referenced netdev change frees the skb when this permanent enqueue error is returned.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203