AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72360

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's handling of VF/PF relay actions, specifically concerning the processing of FAST_REQ and EVENT messages, which can disrupt the VFPF ABI protocol. This mismanagement could lead to assertion failures on the PF side, potentially compromising system stability. Organizations utilizing Linux in environments reliant on virtual function and physical function communication should prioritize addressing this issue to maintain operational integrity.

CVE
CVE-2026-72360
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD 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)