CVE-2026-43031
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2026
Last modified:
08/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: xilinx: axienet: Fix BQL accounting for multi-BD TX packets<br />
<br />
When a TX packet spans multiple buffer descriptors (scatter-gather),<br />
axienet_free_tx_chain sums the per-BD actual length from descriptor<br />
status into a caller-provided accumulator. That sum is reset on each<br />
NAPI poll. If the BDs for a single packet complete across different<br />
polls, the earlier bytes are lost and never credited to BQL. This<br />
causes BQL to think bytes are permanently in-flight, eventually<br />
stalling the TX queue.<br />
<br />
The SKB pointer is stored only on the last BD of a packet. When that<br />
BD completes, use skb->len for the byte count instead of summing<br />
per-BD status lengths. This matches netdev_sent_queue(), which debits<br />
skb->len, and naturally survives across polls because no partial<br />
packet contributes to the accumulator.
Impact
Base Score 3.x
7.50
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.15 (including) | 6.18.22 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.12 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



