CVE-2026-68118
Last modified
CVE-2026-68118 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: tcp: challenge ACK for non-exact RST in SYN-RECEIVED The SYN-RECEIVED request-socket path in tcp_check_req() accepts an in-window RST without requiring SEG.SEQ to exactly match RCV.NXT. A non-exact RST therefore removes the request instead of eliciting a challenge ACK. RFC 9293 section 3.10.7.4 applies the RFC 5961 reset check in SYN-RECEIVED: an exact RST resets the connection, while a non-exact in-window RST must trigger a challenge ACK and be dropped. Apply that check before the ACK-field validation, following the RFC sequence-number, RST, then ACK processing order. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: tcp: challenge ACK for non-exact RST in SYN-RECEIVED The SYN-RECEIVED request-socket path in tcp_check_req() accepts an in-window RST without requiring SEG.SEQ to exactly match RCV.NXT. A non-exact RST therefore removes the request instead of eliciting a challenge ACK. RFC 9293 section 3.10.7.4 applies the RFC 5961 reset check in SYN-RECEIVED: an exact RST resets the connection, while a non-exact in-window RST must trigger a challenge ACK and be dropped. Apply that check before the ACK-field validation, following the RFC sequence-number, RST, then ACK processing order. Factor the per-netns challenge ACK quota out of tcp_send_challenge_ack() so request sockets can share it. Use the request socket's send_ack() callback and its own out-of-window ACK timestamp to send and rate-limit the response.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 282f23c6ee343126156dd41218b22ece96d747e3, < 8b0a3a094f4cae2fb92e4d08d4eef7246a9d9c49; >= 282f23c6ee343126156dd41218b22ece96d747e3, < 0fe4636665d14a258de70b4f3e8248e6d42038f1; >= 282f23c6ee343126156dd41218b22ece96d747e3, < 234f9ffbd9b2c1b24ec67200ea3cff07401bec48; >= 282f23c6ee343126156dd41218b22ece96d747e3, < 22cec809b048495310f206d9abbcdbbfbdce3ae3; >= 282f23c6ee343126156dd41218b22ece96d747e3, < a28c4fcbf774e23b4779cae468e3497a5ad1f4a1; 86791bbfe5ed7b275be040cfeff049a1624af1b7; 61f69dc4e40e41b0018f00fa4aeb23d3239556fb; 34fb350281ced2a72707a5c0064f69992d440edb; >= 3.0.58, < 3.1; >= 3.2.37, < 3.3; >= 3.4.25, < 3.5 |
| Linux | Linux | 3.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68118?
How severe is CVE-2026-68118?
How do I fix CVE-2026-68118?
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-68112In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68113In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68114In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68115In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68116In the Linux kernel, the following vulnerability has been re…7.9
- CVE-2026-68117In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-68119In the Linux kernel, the following vulnerability has been re…7.5
- 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…7.5
- CVE-2026-68121In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-68122In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68123In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-68118?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
