CVE-2026-31785
DRM/XE Page Fault Write Access Bypass in Linux Kernel
Publication date: 2026-05-01
Last updated on: 2026-05-01
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's drm/xe/xe_pagefault component. It involves the page fault handler not properly rejecting write or atomic access attempts to read-only Virtual Memory Areas (VMAs). The fix involves adding code to the xe_pagefault_service to ensure that write attempts to read-only VMAs are disallowed.
How can this vulnerability impact me? :
If exploited, this vulnerability could allow unauthorized write or atomic operations to memory areas that are intended to be read-only. This could lead to unintended modification of memory contents, potentially causing system instability, data corruption, or security breaches.