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-72250

7.8 · HIGH
Published Aug 15, 2026 EPSS 0.17% (6th pctl)

Overview

CVE-2026-72250 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag

nf_ct_frag6_reasm() slides the packet head forward to drop the IPv6

fragment header and then unconditionally advances skb->mac_header:

skb->mac_header += sizeof(struct frag_hdr);

On the NF_INET_LOCAL_OUT defrag path the skb has no link-layer header

yet, so skb->mac_header is still the "not set" sentinel (u16)~0U. Adding

sizeof(struct frag_hdr) wraps it to a small value (0xffff + 8 == 7),

after which skb_mac_header_was_set() wrongly reports a MAC header is

present and skb_mac_header() points into the headroom.

The reassembler has done this unconditional add since it was introduced;

it was harmless while mac_header was a bare pointer, but wrong once

mac_header became a u16 offset whose unset state is the ~0U sentinel

tested by skb_mac_header_was_set(). The sibling net/ipv6/reassembly.c

does the same relocation and does guard the adjustment

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-72250?

CVE-2026-72250 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-72250?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-72250?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72250 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.