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

7.0 · HIGH
Published Jul 25, 2026 linux CWE-190

Overview

CVE-2026-64283 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.0 (HIGH).

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

KVM: guest_memfd: Treat memslot binding offset+size as unsigned values

When binding a memslot to a guest_memfd file, treat the offset and size as

unsigned values to fix a bug where the sum of the two can result in a false

negative when checking for overflow against the size of the file. Passing

unsigned values also avoids relying on somewhat obscure checks in other

flows for safety, and tracks the offset and size as they are intended to be

tracked, as unsigned values.

On 64-bit kernels, the number of pages a memslot contains and thus the size

(and offset) of its guest_memfd binding are unsigned 64-bit values. Taking

the offset+size as an loff_t instead of a uoff_t inadvertently converts

the unsigned value to a signed value if the offset and/or size is massive.

Locally storing the offset and size as signed values is benign in and of

itself (though even that is *extremely* difficult to discern), but

operating on th

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.8, < 7.1.4 Affected

Frequently Asked Questions

What is CVE-2026-64283?

CVE-2026-64283 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.0 (HIGH).

How severe is CVE-2026-64283?

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

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-64283?

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