CVE-2026-52983
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/06/2026
Última modificación:
14/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: airoha: fix BQL imbalance in TX path<br />
<br />
Fix a possible BQL imbalance in airoha_dev_xmit(), where inflight<br />
packets are accounted only for the AIROHA_NUM_TX_RING netdev TX<br />
queues. The queue index is computed as:<br />
<br />
qid = skb_get_queue_mapping(skb) % ARRAY_SIZE(qdma->q_tx)<br />
txq = netdev_get_tx_queue(dev, qid);<br />
<br />
However, airoha_qdma_tx_napi_poll() accounts completions across all<br />
netdev TX queues (num_tx_queues), leading to inconsistent BQL<br />
accounting.<br />
<br />
Also reset all netdev TX queues in the ndo_stop callback.
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.12.91 (incluyendo) | 6.18.33 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.10 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



