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

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

Overview

CVE-2026-31398 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/rmap: fix incorrect pte restoration for lazyfree folios

We batch unmap anonymous lazyfree folios by folio_unmap_pte_batch. If the

batch has a mix of writable and non-writable bits, we may end up setting

the entire batch writable. Fix this by respecting writable bit during

batching.

Although on a successful unmap of a lazyfree folio, the soft-dirty bit is

lost, preserve it on pte restoration by respecting the bit during

batching, to make the fix consistent w.r.t both writable bit and

soft-dirty bit.

I was able to write the below reproducer and crash the kernel.

Explanation of reproducer (set 64K mTHP to always):

Fault in a 64K large folio. Split the VMA at mid-point with

MADV_DONTFORK. fork() - parent points to the folio with 8 writable ptes

and 8 non-writable ptes. Merge the VMAs with MADV_DOFORK so that

folio_unmap_pte_batch() can determine all the 16 ptes as a batch. Do

MADV_FREE on the range to mark 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.20 Affected

Frequently Asked Questions

What is CVE-2026-31398?

CVE-2026-31398 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-31398?

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

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

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