CVE-2026-97981: net: ethernet: cortina: Count dropped frames as NAPI work

Published Sep 25, 2026
·
Updated

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

net: ethernet: cortina: Count dropped frames as NAPI work

The RX loop only consumes budget when it successfully delivers a frame. Error paths keep consuming descriptors without reducing the budget, so a stream of bad frames can process the entire receive ring in one poll.

Move the budget accounting to a common end-of-frame path. This counts each completed frame as NAPI work whether it was delivered or dropped, matching the behavior of the vendor driver.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·10:23 AM
Data Sourced
via MITRE·10:23 AM
Description
Data Sourced
via NVD·11:17 AM
Description

Frequently Asked Questions

1

What condition is required to trigger the excessive receive-ring processing?

The receive path must encounter a stream of bad frames. On affected code, dropped frames consume descriptors without consuming the NAPI polling budget, allowing one poll to process the entire receive ring.

2

What is the practical impact of the flawed budget accounting?

A stream of invalid frames can cause the driver to process all receive descriptors during a single NAPI poll rather than stopping at the configured budget. This can increase work performed in the receive polling context.

3

How can I determine whether the issue is fixed?

Check whether the kernel includes the change that moves NAPI budget accounting to a common end-of-frame path so that every completed frame, including dropped frames, counts as NAPI work. The listed stable kernel references identify fixes for this issue.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203