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

5.5 · MEDIUM
Published Jul 25, 2026 linux CWE-476

Overview

CVE-2026-64295 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

mm: page_ext: add count limit to page_ext_iter_next to prevent invalid PFN access

The page_ext iteration API does not validate if the PFN still belongs to a

valid section while advancing the iterator. When dynamically adding

memory in the hotplug path, it can lead to a NULL pointer dereference

during page_ext_lookup at the boundary of the last valid section when

iterator count equals __pgcount.

The for_each_page_ext() macro calls page_ext_iter_next() as its loop

increment. for_each_page_ext() does a "__page_ext =

page_ext_iter_next(&__iter)" at the end. This causes page_ext_iter_next()

to increment iter->index past __pgcount and call page_ext_lookup(start_pfn

+ __pgcount). During memory hotplug (online), the PFN at start_pfn +

__pgcount may belong to a section that has not yet been initialized,

causing page_ext_lookup() to trigger a NULL pointer dereference.

[ 14.555124][ T846] Call trace:

[ 14.555125][ T

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.15, < 6.18.39 Affected

Frequently Asked Questions

What is CVE-2026-64295?

CVE-2026-64295 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-64295?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-64295?

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

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