Improper control of a resource through its lifetime in Linux kernel - CVE-2026-43031

 

Improper control of a resource through its lifetime in Linux kernel - CVE-2026-43031

Published: May 2, 2026


Vulnerability identifier: #VU128885
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-43031
CWE-ID: CWE-664
Exploitation vector: Local access
Exploit availability: No public exploit available
Vendor: Linux Foundation
Affected software:
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.


How to mitigate CVE-2026-43031

Install security update from vendor's repository.

Sources