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

NTB: ntb_transport: Reject oversized TX buffers

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

Reject oversized buffers in ntb_transport_tx_enqueue() 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.
Published: 2026-09-11
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Memory leak leading to potential denial of service due to oversized TX buffer handling in NTB driver
Action: Patch
AI Analysis

Impact

The NTB transport driver in Linux fails to free a socket buffer (skb) when a buffer that is too large is enqueued. The function returns success after passing a null data pointer, causing the skb to remain allocated. This results in a memory leak. The vulnerability is specific to NTB transports used in non‑transparent bridge environments.

Affected Systems

Linux kernel implementations that include the NTB transport layer remain affected until the change that rejects oversized buffers in ntb_transport_tx_enqueue() is present. Any distribution’s kernel that has not yet applied the patch is susceptible.

Risk and Exploitability

CVSS score 4.4 indicates low‑to‑moderate severity. EPSS is not available, and the vulnerability is not listed in CISA a local attacker that can trigger the kernel driver with oversized buffers, causing kernel memory consumption to rise until exhaustion and potentially leading to a denial‑of‑service. Because the flaw does not grant code execution, the risk is primarily availability.

Generated by OpenCVE AI on September 12, 2026 at 02:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Linux kernel to a version that implements NTB driver changes rejecting oversized buffers and releasing the skb
  • If the NTB driver is not required, unload or blacklist the ntb driver module to eliminate the vulnerable code path
  • Monitor kernel security advisories for the latest update and test the new kernel before deployment

Generated by OpenCVE AI on September 12, 2026 at 02:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 13 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H'}

cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Sat, 12 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: NTB: ntb_transport: Reject oversized TX buffers ntb_process_tx() handles an oversized buffer by calling tx_handler() with a NULL data pointer and returning success. ntb_netdev therefore neither frees the skb in its completion callback nor takes its enqueue error path, leaking it. Reject oversized buffers in ntb_transport_tx_enqueue() 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.
Title NTB: ntb_transport: Reject oversized TX buffers
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-13T06:28:52.643Z

Reserved: 2026-08-26T14:34:25.811Z

Link: CVE-2026-80987

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:05.353

Modified: 2026-09-11T20:19:05.353

Link: CVE-2026-80987

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:42:45Z

Links: CVE-2026-80987 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-12T03:45:07Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime