CVE Catalog

CVE-2026-97982

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the cortina ethernet driver has a bug in NAPI budget accounting. The gmac_rx() function returns the remaining NAPI budget, but its caller treats the return value as the number of packets received. An idle poll therefore reports a full budget and remains scheduled. The fix returns the number of received packets instead.

Risk Assessment

Incorrect NAPI budget accounting can lead to excessive CPU usage and network performance issues. This affects systems with cortina ethernet cards.

Recommendation

Update the Linux kernel to a version with the fix. Monitor network performance and CPU usage on systems with this driver.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: cortina: Fix budget accounting The gmac_rx() function returns the remaining NAPI budget, but its caller treats the return value as the number of packets received. An idle poll therefore reports a full budget and remains scheduled. Return the number of received packets instead. Preserve the existing free queue refill accounting by adding that count directly; continuing to subtract it from the budget would invert the refill behavior.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS