Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-31456

19
FAUCET Score

OVERVIEW CVE-2026-31456 is a race condition vulnerability in the Linux kernel's memory management subsystem, specifically in the pagewalk functionality. The vulnerability occurs when concurrent threads attempt to split a PUD (Page Upper Directory) entry while another thread simultaneously refaults the same entry, causing the pagewalk code to attempt traversal of a PMD (Page Middle Directory) range that no longer exists. This affects all Linux kernel versions containing the vulnerable pagewalk code and can be triggered through legitimate operations such as reading numa_maps while VFIO-PCI performs DMA setup on large memory regions. SEVERITY The vulnerability has a relatively low severity profile with a FAUCET Risk Score of 20.0/100 and an EPSS score of 0.00017, indicating minimal real-world exploitation likelihood. The attack vector is local, as it requires the ability to trigger concurrent memory operations on the same system. The complexity is moderate, requiring specific timing conditions between pagewalk operations and memory refaulting. The primary impact is availability through denial of service, manifesting as a kernel BUG and system crash rather than privilege escalation or data compromise. The vulnerability does not appear in the CISA Known Exploited Vulnerabilities catalog, and no public exploit code is widely available. EXPLOITATION STATUS There is no evidence of active exploitation in the wild. The vulnerability requires precise timing between specific kernel subsystem operations and is not amenable to remote exploitation. The issue was identified through internal kernel development processes rather than external security research, and the fix has been integrated into the Linux kernel through standard patching mechanisms. Community attention remains minimal given the low severity classification and local-only attack surface.

Impacted Technologies

VendorProductVersion(s)CPE
>= 6.12, < 6.18.21CPE matchmatch criteria
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
>= 6.19, < 6.19.11CPE matchmatch criteria
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
7.0CPE matchmatch criteria
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
7.0CPE matchmatch criteria
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
7.0CPE matchmatch criteria
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 3.1

4.7MEDIUM

CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
LOCAL
Attack Complexity
HIGH
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
NONE
Availability Impact
HIGH
Exploitability Score
1.0
Impact Score
3.6
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.09%
Probability of exploitation in next 30 days
EPSS Percentile
0.5%
Percentile rank of EPSS score among Peer Group
As of 2026-07-28
Model: v2026.06.15
This CVE's current EPSS score of 0.0009 is in the 8th percentile among its peer group of 1,297 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.1 Bluesky, 0.0 Mastodon, and 0.1 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.4 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Remediation records are not available for this CVE.

References

git.kernel.org / stable/c/138ada1337b47cc5efb08e517674d46f86268274
git.kernel.org / stable/c/38ec58670a0c5fc1edabdeccd857e586b7b3f318
Patch
git.kernel.org / stable/c/3b89863c3fa482912911cd65a12a3aeef662c250
Patch
git.kernel.org / stable/c/9bbbebd94dd5be25ec8c899d46ef01b33d5d22c0
Patch