Vulnary
← back to the feed
Critical· 9.4official fix available

CVE-2026-64024

A flaw in the Linux kernel allowed attackers to predict TCP sequence numbers by leaking a stale per‑CPU value. The issue was fixed by moving the value back into the packet’s control block. The vulnerability is now resolved in the kernel source.

publishedJul 19, 2026
last modifiedJul 30, 2026
sourcesNVD
severity · cvss
9.4
critical · how bad it is
exploitation · epss
<1%
31th percentile · chance of exploitation in 30 days
(ai-assisted) A model wrote this summary from the official data, so double-check it against the source before you act on it. Read the official advisory →
auto-deletes from the system
counting…on Aug 19, 2026

An official fix is available, so this entry is kept for 30 days and then removed automatically.

01

Who is affected

Linux kernel (all versions before the patch that moved tcp_tw_isn back to skb->cb[])

02

Real-world impact

An attacker could predict the initial sequence number of a TCP connection, enabling them to hijack or inject traffic into that connection.

03

Why this severity

The CVSS score of 9.4 reflects that the flaw is easily exploitable from the network, requires no user interaction, and gives an attacker the ability to compromise the integrity and availability of TCP sessions.

04

What to do about it

official fix available
recommended steps
  1. 01Upgrade the Linux kernel to a version that includes the patch which moves tcp_tw_isn back into skb->cb[].

NVD-referenced vendor advisory

05

Timeline

  1. Jul 19, 2026 · 14d ago
    Published
    Disclosed and added to the National Vulnerability Database.
  2. Jul 20, 2026 · 13d ago
    Official fix available
    A vendor patch or mitigation now exists — see the remediation steps above.
  3. Jul 30, 2026 · 3d ago
    Advisory updated
    The NVD record was last revised.
06

How it’s attacked

Attack vectorNetwork (remote)
Attack complexityLow
Privileges requiredNone
User interactionNone needed
ScopeUnchanged
Confidentiality impactLow
Integrity impactHigh
Availability impactHigh
07

References & advisories

(ai-assisted) A model wrote this summary from the official data, so double-check it against the source before you act on it. Read the official advisory →