CVE-2025-68189
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
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 is in the Linux kernel's drm/msm driver, specifically related to the handling of GEM (Graphics Execution Manager) objects for imported dma-bufs. The issue was that imported dma-bufs have a reservation object different from the internal one, and the code did not properly check this condition along with certain flags when freeing GEM objects. This caused a kernel warning and potential instability during video playback, such as with IRIS video playback. The fix involves adding the necessary checks to handle these imported dma-bufs correctly to prevent the warning and potential errors.
How can this vulnerability impact me? :
This vulnerability can cause kernel warnings and potentially lead to instability or crashes in the Linux kernel when handling graphics buffers, particularly during video playback scenarios. This could affect system reliability and user experience, especially in environments using the drm/msm driver for GPU operations.