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

7.8 · HIGH
Published Apr 3, 2026 linux CWE-476

Overview

CVE-2026-31397 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

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

mm/huge_memory: fix use of NULL folio in move_pages_huge_pmd()

move_pages_huge_pmd() handles UFFDIO_MOVE for both normal THPs and huge

zero pages. For the huge zero page path, src_folio is explicitly set to

NULL, and is used as a sentinel to skip folio operations like lock and

rmap.

In the huge zero page branch, src_folio is NULL, so folio_mk_pmd(NULL,

pgprot) passes NULL through folio_pfn() and page_to_pfn(). With

SPARSEMEM_VMEMMAP this silently produces a bogus PFN, installing a PMD

pointing to non-existent physical memory. On other memory models it is a

NULL dereference.

Use page_folio(src_page) to obtain the valid huge zero folio from the

page, which was obtained from pmd_page() and remains valid throughout.

After commit d82d09e48219 ("mm/huge_memory: mark PMD mappings of the huge

zero folio special"), moved huge zero PMDs must remain special so

vm_normal_page_pmd() continues to treat them as special mappin

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.16, < 6.18.20 Affected

Frequently Asked Questions

What is CVE-2026-31397?

CVE-2026-31397 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-31397?

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

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

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

Browse by year 2026