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

9.4 · CRITICAL
Published Jul 19, 2026 EPSS 0.39% (32th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 9.4, 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:

tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN prediction

Blamed commit moved the TIME_WAIT-derived ISN from the skb control

block to a per-CPU variable, assuming the value would always be consumed

by tcp_conn_request() for the same packet that wrote it. That assumption

is violated by multiple drop paths between the producer

(__this_cpu_write(tcp_tw_isn, isn) in tcp_v{4,6}_rcv()) and the consumer

(tcp_conn_request()):

- min_ttl / min_hopcount check

- xfrm policy check

- tcp_inbound_hash() MD5/AO mismatch

- tcp_filter() eBPF/SO_ATTACH_FILTER drop

- th->syn && th->fin discard in tcp_rcv_state_process() TCP_LISTEN

- psp_sk_rx_policy_check() in tcp_v{4,6}_do_rcv()

- tcp_checksum_complete() in tcp_v{4,6}_do_rcv()

- tcp_v{4,6}_cookie_check() returning NULL

When a packet is dropped on any of these paths, tcp_tw_isn is left set.

The next SYN processed on the same CPU then consumes the non zero value in

tcp_co

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

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

How severe is CVE-2026-64024?

This vulnerability has a CVSS 3.1 base score of 9.4, 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-64024?

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

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