CVE-2026-43031
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
01/05/2026
Última modificación:
08/05/2026
Descripción
*** Pendiente de traducción *** 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.
Impacto
Puntuación base 3.x
7.50
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.15 (incluyendo) | 6.18.22 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.12 (excluyendo) |
| 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:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



