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

9.8 · CRITICAL
Published Jul 19, 2026 EPSS 0.51% (42th pctl)

Overview

CVE-2026-64007 is a critical-severity vulnerability. It was published on July 19, 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:

netfilter: synproxy: refresh tcphdr after skb_ensure_writable

synproxy_tstamp_adjust() rewrites the TCP timestamp option in place

and then patches the TCP checksum via inet_proto_csum_replace4() on

the caller-supplied tcphdr pointer. Both ipv4_synproxy_hook() and

ipv6_synproxy_hook() obtain that pointer with skb_header_pointer()

before calling in, so it may either alias skb->head directly or

point at the caller's on-stack _tcph buffer.

Between obtaining the pointer and using it, the function calls

skb_ensure_writable(skb, optend), which on a cloned or non-linear

skb invokes pskb_expand_head() and frees the old skb->head. After

that point the cached th is stale:

caller (ipv[46]_synproxy_hook)

th = skb_header_pointer(skb, ..., &_tcph)

synproxy_tstamp_adjust(skb, protoff, th, ...)

skb_ensure_writable(skb, optend)

pskb_expand_head() /* kfree(old skb->head) */

...

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

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

How severe is CVE-2026-64007?

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

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

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