CVE Catalog

CVE-2025-68314

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.12%

2th percentile - higher than 2% of all known CVEs

Summary

In the Linux kernel, the drm/msm driver did not update last_fence in the vm-bind path, causing resources to be freed while in use on context close, leading to faults. Added last_fence update in the vm-bind path.

Risk Assessment

The vulnerability may cause page faults on context close because resources are freed while still in use, potentially leading to system crashes.

Recommendation

Apply the Linux kernel patch that updates last_fence in the vm-bind path in the drm/msm driver.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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/

Vulnerability data from NVD (NIST) · CISA KEV · EPSS