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

drm/xe/pf: Don't attempt to process FAST_REQ or EVENT relays

Currently defined VF/PF relay actions use regular REQUEST messages
only and the PF shouldn't attempt to handle FAST_REQUEST nor EVENT
messages as this would result in breaking the VFPF ABI protocol
and also might trigger an assert on the PF side.

(cherry picked from commit 1714d360fc5ae2e0886a69e979095d9c7ff3568a)
Published: 2026-08-15
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises when the PF side of the Linux DRM/xe/pf interface processes FAST_REQ or EVENT relay messages, which it is not designed to handle. This mis‑processing can break the VFPF ABI protocol and may trigger a kernel assertion, potentially leading to a kernel panic and service interruption. The weakness is related to improper input validation or protocol handling.

Affected Systems

All Linux kernel builds that include the unpatched DRM/xe/pf implementation are affected. The bug manifests in any distribution kernel where the relevant driver is loaded prior to the commit that removes the incorrect processing logic. No specific vendor or version list is provided, indicating that the issue existed across all upstream Linux kernel releases until the patch was applied.

Risk and Exploitability

The CVSS score of 8.4 indicates high severity. The hop from a malformed message to a kernel crash represents a local denial-of-service risk. Because the patch removes the handling on the PF side, an attacker would need the ability to send crafted relay messages to the PF, which normally requires kernel or privileged device interactions. The EPSS score is less than 1% and the vulnerability is not listed in CISA KEV, suggesting limited externally observed exploitation. Nevertheless, the high severity indicates that immediate patching is warranted. The likely attack vector is local, involving manipulation of DRM/xe communication channels.

Generated by OpenCVE AI on August 22, 2026 at 08:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official kernel update that includes commit 1714d360 removing FAST_REQ and EVENT relay processing in the PF driver
  • Reboot the system to load the patched kernel and ensure the updated module is active
  • If a custom kernel is in use, rebuild it with the commit applied or obtain a maintainer‑supplied patched binary

Generated by OpenCVE AI on August 22, 2026 at 08:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1287
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H'}


Sat, 15 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/xe/pf: Don't attempt to process FAST_REQ or EVENT relays Currently defined VF/PF relay actions use regular REQUEST messages only and the PF shouldn't attempt to handle FAST_REQUEST nor EVENT messages as this would result in breaking the VFPF ABI protocol and also might trigger an assert on the PF side. (cherry picked from commit 1714d360fc5ae2e0886a69e979095d9c7ff3568a)
Title drm/xe/pf: Don't attempt to process FAST_REQ or EVENT relays
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:43:17.664Z

Reserved: 2026-08-09T03:40:39.921Z

Link: CVE-2026-72360

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:09.430

Modified: 2026-08-17T06:18:40.197

Link: CVE-2026-72360

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72360 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T08:15:03Z

Weaknesses
  • CWE-1287

    Improper Validation of Specified Type of Input