CVE-2026-98096
Last modified
CVE-2026-98096 is a high-severity vulnerability rated 7.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: restore network header before routing and forwarding ipv6_srh_rcv() runs with skb->data at the Segment Routing Header (SRH) while skb_network_header() points at the IPv6 header. When segments_left > 0, ipv6_srh_rcv() previously restored the skb->data position by pushing sizeof(struct ipv6hdr), assuming the SRH immediately followed the fixed IPv6 header. If another extension header (such as a Hop-by-Hop options header) precedes the SRH, skb_network_offset() remained negative. This led to two problems: 1.
Description
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: restore network header before routing and forwarding ipv6_srh_rcv() runs with skb->data at the Segment Routing Header (SRH) while skb_network_header() points at the IPv6 header. When segments_left > 0, ipv6_srh_rcv() previously restored the skb->data position by pushing sizeof(struct ipv6hdr), assuming the SRH immediately followed the fixed IPv6 header. If another extension header (such as a Hop-by-Hop options header) precedes the SRH, skb_network_offset() remained negative. This led to two problems: 1. During ip6_route_input(), fib6_rules_early_flow_dissect() invokes __skb_flow_dissect() which passes the negative skb_network_offset() to flow dissection, breaking BPF and C flow dissector logic. 2. If forwarded via ip6_forward() or redirected via act_mirred, downstream handlers (like sch_fragment() or neighbour output) pass the negative offset as an unsigned length, triggering OOB memcpy or buffer overflows. Fix this by pushing -skb_network_offset(skb) before routing, ensuring skb_network_offset(skb) is 0 for route lookup / flow dissection as well as downstream forwarding. On the loopback path, pull skb_transport_offset(skb) to restore skb->data to the SRH before looping back.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1ababeba4a21f3dba3da3523c670b207fb2feb62, < ce4c8beedc19aceeab0e7bdc6f34394fb158c47c; >= 1ababeba4a21f3dba3da3523c670b207fb2feb62, < 97b21ef57dfabbff660a4672c9fef7edfb720f47; >= 1ababeba4a21f3dba3da3523c670b207fb2feb62, < 3ad7dca5e03bd64c65983a19734337512fd75491; >= 1ababeba4a21f3dba3da3523c670b207fb2feb62, < 975b5b067f525a1b1338c4a3bee1c46545801518 |
| Linux | Linux | 4.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98096?
How severe is CVE-2026-98096?
How do I fix CVE-2026-98096?
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-98090In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98091In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98092In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98093In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98094In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98095In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98097In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98098In the Linux kernel, the following vulnerability has been re…
- 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…
Are you affected by CVE-2026-98096?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
