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

9.8 · CRITICAL
Published Aug 10, 2026 EPSS 0.48% (40th pctl)

Overview

CVE-2026-68302 is a critical-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

amt: re-read skb header pointers after every pull

Several AMT receive and transmit paths cache a pointer into the skb head

(ip_hdr(), ipv6_hdr(), eth_hdr() or the AMT message header) and then call

a helper that can reallocate that head before the cached pointer is used

again. pskb_may_pull(), ip_mc_may_pull(), ipv6_mc_may_pull(),

iptunnel_pull_header(), ip_mc_check_igmp() and ipv6_mc_check_mld() can all

free the old head and move the data, so a pointer taken before the call

dangles afterwards and the later access is a use-after-free of the freed

head.

The affected sites are:

amt_rcv() caches ip_hdr() before amt_parse_type() pulls, then reads

iph->saddr.

amt_dev_xmit() caches ip_hdr()/ipv6_hdr() before ip_mc_check_igmp()/

ipv6_mc_check_mld() and pskb_may_pull(), then reads the group address.

amt_multicast_data_handler() caches eth_hdr() before pskb_may_pull(),

then writes the L2 header.

amt_members

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

CVE-2026-68302 is a critical-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-68302?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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