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-aws-hweUpgrade linux-nvidiaUpgrade linux-raspiUpgrade linux-aws-5.15Upgrade linux-xilinx-zynqmpUpgrade linux-gcp-5.4Upgrade linux-oracleUpgrade linux-intel-iotgUpgrade linux-gkeopUpgrade linux-oracle-5.15Upgrade linux-kvmUpgrade linux-ibm-5.4Upgrade linux-lowlatencyUpgrade linux-azure-5.15Upgrade linux-aws-5.4Upgrade linux-gcp-5.15Upgrade linuxUpgrade linux-intel-iotg-5.15Upgrade linux-fipsUpgrade linux-hwe-5.4Upgrade linux-riscv-5.15Upgrade linux-azureUpgrade linux-aws-fipsUpgrade linux-oracle-5.4Upgrade linux-gkeUpgrade linux-ibmUpgrade linux-hwe-5.15Upgrade linux-azure-fipsUpgrade linux-raspi-5.4Upgrade linux-bluefieldUpgrade linux-lowlatency-hwe-5.15Upgrade linux-azure-5.4Upgrade linux-nvidia-tegra-5.15Upgrade linux-iotUpgrade linux-hweUpgrade linux-realtimeUpgrade linux-gcp-4.15Upgrade linux-intel-iot-realtimeUpgrade linux-gcp-fipsUpgrade linux-azure-4.15Upgrade linux-awsUpgrade linux-gcp | 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