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

7.1 · HIGH
Published Jul 25, 2026 EPSS 0.13% (3th pctl)

Overview

CVE-2026-64422 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

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

net: ipv4: bound TCP reordering sysctl writes and MTU probe sizes

Reject invalid `net.ipv4.tcp_reordering` values before they reach TCP

socket state. The sysctl is stored as an `int` but copied into the

`u32` `tp->reordering` field for new sockets, so negative writes wrap

to large values.

With `tcp_mtu_probing=2`, the wrapped value can overflow the

`tcp_mtu_probe()` size calculation and drive the MTU probing path into

an out-of-bounds read. Route `tcp_reordering` writes through

`proc_dointvec_minmax()` and require it to be at least 1. Also require

`tcp_max_reordering` to be at least 1 so the configured maximum cannot

become negative either.

When registering the table for a non-init network namespace, relocate

`extra2` pointers that refer into `init_net.ipv4` so the

`tcp_reordering` upper bound follows that namespace's

`tcp_max_reordering`.

Harden `tcp_mtu_probe()` itself by computing `size_needed` as `u64`.

This k

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

CVE-2026-64422 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2026-64422?

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

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

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