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.
OpenCVE Enrichment