CVE-2026-68120
Last modified
CVE-2026-68120 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: rtase: Workaround for TX hang caused by hardware packet parsing The hardware performs packet parsing before packet transmission. Parsing incomplete IPv4, IPv6, TCP, or UDP headers may trigger a TX hang because the hardware parser expects additional protocol header data that is not present in the packet. The hardware performs additional PTP parsing on UDP packets identified by destination ports 319/320 at the expected UDP destination port offset. If such a packet has transport data smaller than RTASE_MIN_PAD_LEN, the hardware parser expects additional packet data and may trigger a TX hang. To avoid these hardware issues, the driver applies the following workarounds. Drop malformed packets that may trigger this hardware issue before transmission. For IPv4 non-initial fragments, the hardware does not check the fragment offset before parsing the expected transport header location. As a result, these packets are still subject to transport header parsing even though they do not contain a transport header. If the transport data is shorter than the minimum transport header required by the hardware parser, pad the transport data to the minimum transport header length required by the hardware parser.
Description
In the Linux kernel, the following vulnerability has been resolved: rtase: Workaround for TX hang caused by hardware packet parsing The hardware performs packet parsing before packet transmission. Parsing incomplete IPv4, IPv6, TCP, or UDP headers may trigger a TX hang because the hardware parser expects additional protocol header data that is not present in the packet. The hardware performs additional PTP parsing on UDP packets identified by destination ports 319/320 at the expected UDP destination port offset. If such a packet has transport data smaller than RTASE_MIN_PAD_LEN, the hardware parser expects additional packet data and may trigger a TX hang. To avoid these hardware issues, the driver applies the following workarounds. Drop malformed packets that may trigger this hardware issue before transmission. For IPv4 non-initial fragments, the hardware does not check the fragment offset before parsing the expected transport header location. As a result, these packets are still subject to transport header parsing even though they do not contain a transport header. If the transport data is shorter than the minimum transport header required by the hardware parser, pad the transport data to the minimum transport header length required by the hardware parser. Packets that also match the hardware PTP parsing conditions continue to follow the corresponding workaround. For IPv6 fragmented packets, neither of the above hardware issues occurs because the hardware only continues packet parsing when the IPv6 Base Header Next Header field directly indicates UDP. Packets carrying a Fragment Header do not continue through the subsequent packet parsing stages. For packets identified for hardware PTP parsing, pad the transport data so it reaches RTASE_MIN_PAD_LEN before transmission.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d6e882b89fdf80be0ab4f914ec10f75215e49495, < fe3a7320711eec6537e4890892f7ab9776d8618f; >= d6e882b89fdf80be0ab4f914ec10f75215e49495, < 4a4f3aa6af205bee539b5670afa2cd4e4953750e; >= d6e882b89fdf80be0ab4f914ec10f75215e49495, < 0f54f5048615e4e2802697855ea6374613548301; >= d6e882b89fdf80be0ab4f914ec10f75215e49495, < 1c50efa1faf3a1a96e100b07ec7a2f3164d90bee |
| Linux | Linux | 6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68120?
How severe is CVE-2026-68120?
How do I fix CVE-2026-68120?
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-68115In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68116In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68117In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68118In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68119In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6812The Ona theme for WordPress is vulnerable to Server-Side Req…4.4
- CVE-2026-68121In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68122In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68123In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68124In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68125In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68126In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68120?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
