Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-64554

8.8 · HIGH
Published Jul 27, 2026 EPSS 0.26% (17th pctl)

Overview

CVE-2026-64554 is a high-severity vulnerability. It was published on July 27, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical 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

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-64554?

CVE-2026-64554 is a high-severity vulnerability. It was published on July 27, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-64554?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-64554?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-64554?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64554 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.