CVE-2025-68314
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-16

Last updated on: 2025-12-18

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: drm/msm: make sure last_fence is always updated Update last_fence in the vm-bind path instead of kernel managed path. last_fence is used to wait for work to finish in vm_bind contexts but not used for kernel managed contexts. This fixes a bug where last_fence is not waited on context close leading to faults as resources are freed while in use. Patchwork: https://patchwork.freedesktop.org/patch/680080/
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-16
Last Modified
2025-12-18
Generated
2026-05-07
AI Q&A
2025-12-16
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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/msm component involves the improper updating of the last_fence variable. The last_fence is used to wait for work to finish in vm_bind contexts but was not updated correctly, leading to a situation where resources could be freed while still in use. The fix ensures that last_fence is always updated in the vm-bind path, preventing faults caused by freeing resources prematurely.


How can this vulnerability impact me? :

This vulnerability can cause faults in the system because resources may be freed while they are still in use. This can lead to system instability, crashes, or unexpected behavior when the drm/msm component is involved.


What immediate steps should I take to mitigate this vulnerability?

Apply the patch that updates last_fence in the vm-bind path as provided in the Linux kernel update to ensure last_fence is always updated, preventing faults due to resources being freed while still in use.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart