CVE-2026-98051 PUBLISHED

net: bcmasp: fix tx_spb_ring_full() checking same slot cnt times

Assigner: Linux
Reserved: 25.09.2026 Published: 25.09.2026 Updated: 25.09.2026

In the Linux kernel, the following vulnerability has been resolved:

net: bcmasp: fix tx_spb_ring_full() checking same slot cnt times

The loop initialised next_index from intf->tx_spb_index on every iteration, so incr_ring() always produced the same result and only one slot was ever tested. Move the initialisation before the loop so each iteration advances next_index and the function correctly checks that cnt consecutive descriptor slots are available before allowing a new transmission.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 490cb412007de593e07c1d3e2b1ec4233886707c to f7f7a16dd46ace4e221336a184c7806f7de19547 (excl.)
  • affected from 490cb412007de593e07c1d3e2b1ec4233886707c to a8bddab54aa68b407f12294acb05bd552fb6a492 (excl.)
  • affected from 490cb412007de593e07c1d3e2b1ec4233886707c to 5df7ecd302488287665ab9767bacba7ed7e2842f (excl.)
  • affected from 490cb412007de593e07c1d3e2b1ec4233886707c to 0c5cf62e72d7a666ee4da757e122dc1600df1ecc (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.6 is affected
  • unaffected from 0 to 6.6 (excl.)
  • unaffected from 6.12.111 to 6.12.* (incl.)
  • unaffected from 6.18.53 to 6.18.* (incl.)
  • unaffected from 7.2.7 to 7.2.* (incl.)
  • unaffected from 7.3-rc3 to * (incl.)

References