Improper control of a resource through its lifetime in Linux kernel - CVE-2026-43031
Published: May 2, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper resource accounting in axienet_free_tx_chain when processing transmit completions for scatter-gather packets across multiple NAPI polls. A local user can trigger transmission of packets that span multiple buffer descriptors to cause a denial of service.
The issue occurs because the SKB pointer is stored only on the last buffer descriptor of a packet, so partial completion across different polls can leave bytes permanently accounted as in-flight and stall the transmit queue.