---
id: CVE-2026-90064
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  drm/xe: Reject page faults from non-fault-mode scratch VMs

  Having scratch enabled does not make a VM capable of handling recoverable
  page faults
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  drm/xe: Reject page faults from non-fault-mode scratch VMs

  Having scratch enabled does not make a VM capable of handling recoverable
  page faults. Allowing scratch VMs …
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= ad9843aac91a1eda12912a4922042ea04cfc29dc <
    905d648e97ef3a291f71a935a7fab0133f27f0f7
  - >-
    Linux >= ad9843aac91a1eda12912a4922042ea04cfc29dc <
    5e977521d21717edb8e91d004434697d6e3f248c
  - Linux 7.1
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:16:55.220'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90064'
references:
  - url: 'https://git.kernel.org/stable/c/5e977521d21717edb8e91d004434697d6e3f248c'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/905d648e97ef3a291f71a935a7fab0133f27f0f7'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.900Z'
epss: 0.00198
epssPercentile: 0.08484
---

## Overview

In the Linux kernel, the following vulnerability has been resolved:

drm/xe: Reject page faults from non-fault-mode scratch VMs

Having scratch enabled does not make a VM capable of handling recoverable
page faults. Allowing scratch VMs through the ASID lookup also admits
dma-fence mode VMs.

If such a VM faults on an already valid VMA, the handler reports success
without fixing the fault, causing the GPU to retry indefinitely.

Only allow fault-mode VMs through the ASID lookup. Fault-mode VMs using
scratch remain supported, while faults from 3D VMs are rejected.

(cherry picked from commit bfb24a06405b652d37831f3fb66b71d33a6605de)

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
