CVE-2026-64554
Last modified
CVE-2026-64554 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: fix stale prevhdr pointer in br_ip6_fragment() br_ip6_fragment() gets prevhdr, a pointer into the skb head, from ip6_find_1stfragopt(), then calls skb_checksum_help(). For a cloned skb skb_checksum_help() reallocates the head via pskb_expand_head(), leaving prevhdr dangling. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: fix stale prevhdr pointer in br_ip6_fragment() br_ip6_fragment() gets prevhdr, a pointer into the skb head, from ip6_find_1stfragopt(), then calls skb_checksum_help(). For a cloned skb skb_checksum_help() reallocates the head via pskb_expand_head(), leaving prevhdr dangling. It is later dereferenced in ip6_frag_next(), causing a use-after-free write. Save prevhdr's offset before skb_checksum_help() and recompute it after, like commit ef0efcd3bd3f ("ipv6: Fix dangling pointer when ipv6 fragment"). BUG: KASAN: slab-use-after-free in ip6_frag_next (net/ipv6/ip6_output.c:857) Write of size 1 at addr ffff888013ff5016 by task exploit/141 Call Trace: ... kasan_report (mm/kasan/report.c:595) ip6_frag_next (net/ipv6/ip6_output.c:857) br_ip6_fragment (net/ipv6/netfilter.c:212) nf_ct_bridge_post (net/bridge/netfilter/nf_conntrack_bridge.c:407) nf_hook_slow (net/netfilter/core.c:619) br_forward_finish (net/bridge/br_forward.c:66) __br_forward (net/bridge/br_forward.c:115) maybe_deliver (net/bridge/br_forward.c:191) br_flood (net/bridge/br_forward.c:245) br_handle_frame_finish (net/bridge/br_input.c:229) br_handle_frame (net/bridge/br_input.c:442) ... packet_sendmsg (net/packet/af_packet.c:3114) ... do_syscall_64 (arch/x86/entry/syscall_64.c:94) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121) Kernel panic - not syncing: Fatal exception in interrupt
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 764dd163ac922f8683b5bcd3007251ce7b26cd33, < 8c10778ec674b67a07ea042fcba64270f3f38a5a; >= 764dd163ac922f8683b5bcd3007251ce7b26cd33, < 2731efa6364e47934c96eb69e01ea131e8af8030; >= 764dd163ac922f8683b5bcd3007251ce7b26cd33, < 00c06ef8c018493943891a7d0ca82b71b24f3180; >= 764dd163ac922f8683b5bcd3007251ce7b26cd33, < c141f69d0a0fb16964dbc293650047e69bda8af7; >= 764dd163ac922f8683b5bcd3007251ce7b26cd33, < f2e6596d10783557aeb9668da2a3b4d19deb2001; >= 764dd163ac922f8683b5bcd3007251ce7b26cd33, < 1c4f67c89fd27c4df4c70b135c2c59627698b3c0; >= 764dd163ac922f8683b5bcd3007251ce7b26cd33, < 4ac981a8b7ce7aec99a52d08f8a8953e8e120067; >= 764dd163ac922f8683b5bcd3007251ce7b26cd33, < 86f3ce81dd2b4b0aa2c3016c989a943e4b1b643d |
| Linux | Linux | 5.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64554?
How severe is CVE-2026-64554?
How do I fix CVE-2026-64554?
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-64549In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6455The WP Contact Form 7 DB Handler plugin for WordPress is vul…8.1
- CVE-2026-64550In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-64551In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64552In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64553In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64555In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64556In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64557In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64558In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64559In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-6456The Account Switcher plugin for WordPress is vulnerable to P…8.8
Are you affected by CVE-2026-64554?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
