CVE-2026-43057
Last modified
CVE-2026-43057 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: correctly handle tunneled traffic on IPV6_CSUM GSO fallback NETIF_F_IPV6_CSUM only advertises support for checksum offload of packets without IPv6 extension headers. Packets with extension headers must fall back onto software checksumming. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: correctly handle tunneled traffic on IPV6_CSUM GSO fallback NETIF_F_IPV6_CSUM only advertises support for checksum offload of packets without IPv6 extension headers. Packets with extension headers must fall back onto software checksumming. Since TSO depends on checksum offload, those must revert to GSO. The below commit introduces that fallback. It always checks network header length. For tunneled packets, the inner header length must be checked instead. Extend the check accordingly. A special case is tunneled packets without inner IP protocol. Such as RFC 6951 SCTP in UDP. Those are not standard IPv6 followed by transport header either, so also must revert to the software GSO path.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.1.149, < 6.1.168 | — |
| Linux | Linux Kernel | >= 6.6.103, < 6.6.134 | — |
| Linux | Linux Kernel | >= 6.12.44, < 6.12.81 | — |
| Linux | Linux Kernel | >= 6.16.4, < 6.17 | — |
| Linux | Linux Kernel | > 6.17.1, < 6.18.22 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.12 | — |
| Linux | Linux Kernel | 6.17 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43057?
How severe is CVE-2026-43057?
How do I fix CVE-2026-43057?
Are you affected by CVE-2026-43057?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
