CVE-2025-68314
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2025-68314, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

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-07-06
AI Q&A
2025-12-16
EPSS Evaluated
2026-07-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 Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Mitigation Strategies

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-68314. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart