CVE-2025-40276
BaseFortify
Publication date: 2025-12-06
Last updated on: 2025-12-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's drm/panthor component involves the shmem layer not properly flushing CPU cache lines before mapping buffers as CPU-uncached. Because the shmem layer zeroes new pages using cached mappings without flushing, dirty cache lines may remain, which can lead to potential data leaks or asynchronous buffer corruption when these dirty cache lines are evicted.
How can this vulnerability impact me? :
The vulnerability can lead to potential data leaks and asynchronous buffer corruption. This means sensitive data might be exposed unintentionally, and buffers may become corrupted unpredictably, potentially affecting system stability and security.