PT-2026-51877 · Linux · Linux

Published

2026-06-24

·

Updated

2026-06-24

·

CVE-2026-52983

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
net: airoha: fix BQL imbalance in TX path
Fix a possible BQL imbalance in airoha dev xmit(), where inflight packets are accounted only for the AIROHA NUM TX RING netdev TX queues. The queue index is computed as:
qid = skb get queue mapping(skb) % ARRAY SIZE(qdma->q tx) txq = netdev get tx queue(dev, qid);
However, airoha qdma tx napi poll() accounts completions across all netdev TX queues (num tx queues), leading to inconsistent BQL accounting.
Also reset all netdev TX queues in the ndo stop callback.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-52983

Affected Products

Linux