CVE-2026-68123
Last modified
CVE-2026-68123 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix GSO userspace truncation underflow OVS_ACTION_ATTR_TRUNC currently stores a delta from the original skb length in OVS_CB(skb)->cutlen. When a later userspace action segments a GSO skb, queue_gso_packets() reuses that delta for each smaller segment. A segment can then reach queue_userspace_packet() with cutlen greater than skb->len, underflowing the length passed to skb_zerocopy(). Store the maximum preserved length instead and bound each consumer against the current skb length.
Description
In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix GSO userspace truncation underflow OVS_ACTION_ATTR_TRUNC currently stores a delta from the original skb length in OVS_CB(skb)->cutlen. When a later userspace action segments a GSO skb, queue_gso_packets() reuses that delta for each smaller segment. A segment can then reach queue_userspace_packet() with cutlen greater than skb->len, underflowing the length passed to skb_zerocopy(). Store the maximum preserved length instead and bound each consumer against the current skb length. Use U32_MAX as the no-truncation sentinel so the value remains valid if skb geometry changes before a consumer handles it.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f2a4d086ed4c588d32fe9b7aa67fead7280e7bf1, < a16eaaf7c0b0ccdef6166707d90ffbc6eebf6855; >= f2a4d086ed4c588d32fe9b7aa67fead7280e7bf1, < fbfa3ad2ad6f3a5624aba5211c46290fb98cc9dc; >= f2a4d086ed4c588d32fe9b7aa67fead7280e7bf1, < 100a23b1613e9218e0af654ef102352c713f0263; >= f2a4d086ed4c588d32fe9b7aa67fead7280e7bf1, < ea85dbcbe8d4056ecb54352f97743d138ea4c407; >= f2a4d086ed4c588d32fe9b7aa67fead7280e7bf1, < 4032f8ed10fcb84d41c508dfb04be96589f78dfe |
| Linux | Linux | 4.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68123?
How severe is CVE-2026-68123?
How do I fix CVE-2026-68123?
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-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-68120In the Linux kernel, the following vulnerability has been re…
- 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-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…
- CVE-2026-68127In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68128In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68129In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68123?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
