CVE-2026-98105
Last modified
CVE-2026-98105 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: ethernet: oa_tc6: 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 end_valid bit set, before it runs out of sk buffer space. As a result, assert is seen during skb_put. Now, check is made if skb buffer has enough tailroom for the incoming data before accepting.
Description
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: oa_tc6: 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 end_valid bit set, before it runs out of sk buffer space. As a result, assert is seen during skb_put. 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 start_valid bit, that is a new frame. SK buffer allocation error is considered as recoverable error. rx_buf_overflow flag is too specific and no longer the only condition this flag is used for. Therefore it is renamed as wait_until_start_valid. 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
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d70a0d8f2f2d1b9bb6e3e9dfed25ae3ca3303770, < d33003e752f25c385f2cf21964123582a44f6818; >= d70a0d8f2f2d1b9bb6e3e9dfed25ae3ca3303770, < 9d3f6e714d5f8b728837f31bbe865b64cfd3216a; >= d70a0d8f2f2d1b9bb6e3e9dfed25ae3ca3303770, < b89770d493749d7c3b8649996e1089719b4eff8d; >= d70a0d8f2f2d1b9bb6e3e9dfed25ae3ca3303770, < 172c974113bffe5723b80b1acac17593bb50513c |
| Linux | Linux | 6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98105?
How severe is CVE-2026-98105?
How do I fix CVE-2026-98105?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-98099In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9810The AI Copilot WordPress plugin before 1.5.4 does not bind …9.8
- CVE-2026-98101In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98102In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98103In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98104In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98106In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98107In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98108In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-98109In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9811A stored Cross-Site Scripting (XSS) vulnerability exists in …5.4
- CVE-2026-98110In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98105?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
