CVE-2026-98105: net: ethernet: oa_tc6: Improve the error recovery

Published Sep 25, 2026
·
Updated

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

net: ethernet: oatc6: Improve the error recovery

When oversubscribed traffic causes lot of buffer overflow errors, probably due to loss of data chunks, driver fails to find a data chunk with endvalid bit set, before it runs out of sk buffer space. As a result, assert is seen during skbput.

Now, check is made if skb buffer has enough tailroom for the incoming data before accepting. If there is no room, current frame is abandoned and it will start looking for a data chunk with startvalid bit, that is a new frame.

SK buffer allocation error is considered as recoverable error.

rxbufoverflow flag is too specific and no longer the only condition this flag is used for. Therefore it is renamed as waituntilstartvalid. This is more appropriate as this flag is used to look for the next data chunk with SV bit set, after failures like buffer overflow, buffer allocation failure, skb pointer validity besides buffer overflow error.

Not writing to status0 if it reads 0.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·10:35 AM
Data Sourced
via MITRE·10:35 AM
Description

Frequently Asked Questions

1

What conditions can trigger the failure?

The issue occurs when oversubscribed traffic produces many buffer-overflow errors, potentially involving lost data chunks. The driver can then fail to find a chunk marked with end_valid before exhausting skb buffer space, leading to an assertion during skb_put.

2

What does the fix do when receive-buffer recovery fails?

The updated driver verifies that the skb has sufficient tailroom before accepting incoming data. If there is insufficient room, it abandons the current frame and waits for a chunk marked start_valid to begin processing a new frame; skb allocation failures are also treated as recoverable.

3

How can I tell whether this issue may be occurring on a system?

A relevant symptom is an assertion during skb_put in the oa_tc6 Ethernet driver under heavy or oversubscribed traffic accompanied by buffer-overflow errors. The provided information does not identify affected kernel versions or additional detection indicators.

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