PT-2025-40663 · Linux+2 · Linux Kernel+2
Published
2025-10-04
·
Updated
2025-10-04
·
CVE-2022-50476
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel contains an issue where TX/RX callback handlers (
ntb netdev tx handler(), ntb netdev rx handler()) can be called in interrupt context via the DMA framework. This can occur when DMA operations are completed. Calls to free skb's within these handlers previously used the interrupt unsafe dev kfree skb() function. This has not presented an issue on Intel IOAT DMA engines, but on AMD systems, a kernel WARNING message is encountered from skb release head state() due to in hardirq() being true. This issue resulted in poor TCP/IP performance across the ntb netdev interface, approximately an order of magnitude below expected results. Using dev kfree skb any() resolves the kernel WARNINGs and restores TCP/IP performance to approximately 20 Gb/s on AMD Milan based servers.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Memory Leak
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Amd
Intel Ioat Dma
Linux Kernel