CVE-2026-98051

Unknown

Last modified

CVE-2026-98051 is a vulnerability of currently unknown severity. 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..

Description

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.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 490cb412007de593e07c1d3e2b1ec4233886707c, < f7f7a16dd46ace4e221336a184c7806f7de19547; >= 490cb412007de593e07c1d3e2b1ec4233886707c, < a8bddab54aa68b407f12294acb05bd552fb6a492; >= 490cb412007de593e07c1d3e2b1ec4233886707c, < 5df7ecd302488287665ab9767bacba7ed7e2842f; >= 490cb412007de593e07c1d3e2b1ec4233886707c, < 0c5cf62e72d7a666ee4da757e122dc1600df1ecc
LinuxLinux6.6

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-98051?
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.
How severe is CVE-2026-98051?
Severity scoring for CVE-2026-98051 is pending analysis.
How do I fix CVE-2026-98051?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-98051?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST