CVE-2025-40023
BaseFortify
Publication date: 2025-10-24
Last updated on: 2025-10-27
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the Linux kernel's drm/xe/vf component exposing sysfs attributes that are not applicable for Virtual Functions (VFs). Specifically, VFs cannot read the BMG_PCIE_CAP register or access PCODE, but the kernel was exposing attributes that require these accesses, leading to errors when VFs attempt to read inaccessible registers. The fix prevents exposing these attributes to avoid such errors.
How can this vulnerability impact me? :
If unpatched, this vulnerability can cause errors and instability when Virtual Functions attempt to read sysfs attributes that they are not permitted to access. This could lead to system errors or degraded functionality related to device management in environments using SR-IOV with VFs.