In the Linux kernel, the following vulnerability has been resolved:
ntb_netdev: Use dev_kfree_skb_any() in interrupt context
TX/RX callback handlers (ntb_netdev_tx_handler(), ntb_netdev_rx_handler()) can be called in interrupt context via the DMA framework when the respective DMA operations have completed. As such, any calls by these routines to free skb's, should use the interrupt context safe dev_kfree_skb_any() function.
Previously, these callback handlers would call the interrupt unsafe version of dev_kfree_skb(). This has not presented an issue on Intel IOAT DMA engines as that driver utilizes tasklets rather than a hard interrupt handler, like the AMD PTDMA DMA driver. On AMD systems, a kernel WARNING message is encountered, which is being issued from skb_release_head_state() due to in_hardirq() being true.
Besides the user visible WARNING from the kernel, the other symptom of this bug was that TCP/IP performance across the ntb_netdev interface was very poor, i.e. approximately an order of magnitude below what was expected. With the repair to use dev_kfree_skb_any(), kernel WARNINGs from skb_release_head_state() ceased and TCP/IP performance, as measured by iperf, was on par with expected results, approximately 20 Gb/s on AMD Milan based server. Note that this performance is comparable with Intel based servers.
CVSS Details
- CVSS 3.1 Base Score: 5.5
- CVSS 3.1 Vector: (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Debian | — | Upgrade linux | Oct 6, 2025 | Oct 6, 2025 |
| Redhat_linux | — | No solution exists | Jul 17, 2026 | Oct 4, 2025 |
| Ubuntu | — | Upgrade linux-lowlatency-hwe-5.15Upgrade linux-realtimeUpgrade linux-awsUpgrade linux-bluefieldUpgrade linux-intel-iot-realtimeUpgrade linux-azure-4.15Upgrade linux-gcp-4.15Upgrade linux-iotUpgrade linux-gcpUpgrade linux-raspi-5.4Upgrade linux-azure-5.4Upgrade linux-hweUpgrade linux-nvidia-tegra-5.15Upgrade linux-gcp-fipsUpgrade linux-ibmUpgrade linux-fipsUpgrade linux-intel-iotgUpgrade linux-hwe-5.15Upgrade linux-aws-fipsUpgrade linux-oracle-5.4Upgrade linux-aws-hweUpgrade linux-ibm-5.4Upgrade linux-aws-5.15Upgrade linux-lowlatencyUpgrade linux-hwe-5.4Upgrade linux-intel-iotg-5.15Upgrade linux-gcp-5.15Upgrade linuxUpgrade linux-gkeopUpgrade linux-aws-5.4Upgrade linux-kvmUpgrade linux-azure-fipsUpgrade linux-oracleUpgrade linux-oracle-5.15Upgrade linux-gcp-5.4Upgrade linux-azureUpgrade linux-azure-5.15Upgrade linux-xilinx-zynqmpUpgrade linux-riscv-5.15Upgrade linux-raspiUpgrade linux-gkeUpgrade linux-nvidia | Oct 10, 2025 | Oct 4, 2025 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | Oct 15, 2025 | Oct 4, 2025 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub