CVE-2026-98089
Last modified
CVE-2026-98089 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bonding: alb: fix uninitialized transport header access in alb_determine_nd() alb_determine_nd() uses icmp6_hdr(skb) to inspect ICMPv6 headers. However, in xmit paths (e.g. packets sent via AF_PACKET / raw sockets or forwarded packets), skb->transport_header is not guaranteed to be initialized.
Description
In the Linux kernel, the following vulnerability has been resolved: bonding: alb: fix uninitialized transport header access in alb_determine_nd() alb_determine_nd() uses icmp6_hdr(skb) to inspect ICMPv6 headers. However, in xmit paths (e.g. packets sent via AF_PACKET / raw sockets or forwarded packets), skb->transport_header is not guaranteed to be initialized. While pskb_network_may_pull() ensures the packet data is linear starting from the network header, it does not set or adjust the transport header offset. Dereferencing icmp6_hdr(skb) can therefore access out-of-bounds memory. Fetch the icmp6hdr directly after ipv6hdr following pskb_network_may_pull(), and reload ipv6hdr in case pskb_may_pull() reallocated skb->head. Also remove the unused bond argument from alb_determine_nd().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0da8aa00bfcfeb3f4e6537dd8e2001e0727ba549, < e39cf90bd856443542b97933289749fca07476bf; >= 0da8aa00bfcfeb3f4e6537dd8e2001e0727ba549, < 27314f96d29b54e815e7a9b84c3273f1895e68e2; >= 0da8aa00bfcfeb3f4e6537dd8e2001e0727ba549, < 3b178894931a268c09126a5b53630f343e10e296; >= 0da8aa00bfcfeb3f4e6537dd8e2001e0727ba549, < 70f3995830d3f1e79faa14eb0605914f778feca9 |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98089?
How severe is CVE-2026-98089?
How do I fix CVE-2026-98089?
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-98083In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-98084In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98085In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98086In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98087In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98088In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9809A stored Cross-Site Scripting (XSS) vulnerability exists in …7.6
- 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…
Are you affected by CVE-2026-98089?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
