CVE-2025-38511
BaseFortify
Publication date: 2025-08-16
Last updated on: 2025-11-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the drm/xe/pf component where LMEM buffer objects are not cleared by default upon allocation. During Virtual Function (VF) provisioning, only the LMTT Page Table Entries (PTEs) for the provisioned LMEM range are set up, leaving stale data beyond that range. This stale data could potentially point to other VFs allocations or even to the Physical Function (PF) pages, which could be exploited by a malicious VF. The fix involves explicitly clearing all new LMTT pages on allocation to prevent this risk.
How can this vulnerability impact me? :
This vulnerability could allow a malicious Virtual Function (VF) to access or infer data from other VFs or the Physical Function (PF) due to stale data left in LMEM buffer objects. This could lead to unauthorized data exposure or leakage between different functions sharing the hardware, potentially compromising system security and data confidentiality.
What immediate steps should I take to mitigate this vulnerability?
Apply the patch that clears all LMTT pages on allocation in the Linux kernel drm/xe/pf component. This ensures that stale data is not left in LMEM buffer objects, preventing potential exploitation by malicious VFs. Additionally, monitor for kernel updates that include this fix and update your system accordingly.