CVE Catalog

CVE-2025-68730

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.12%

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

Summary

In the Linux kernel, the accel/ivpu driver has a page fault in ivpu_bo_unbind_all_bos_from_context(). BO is added to vdev->bo_list in ivpu_gem_create_object(), but when drm_gem_shmem_create() fails, the BO is not fully created and ivpu_gem_bo_free() is not called, leaving a deleted BO on the list.

Risk Assessment

An attacker could exploit this vulnerability to trigger a page fault, potentially leading to system crashes or privilege escalation.

Recommendation

Apply the Linux kernel patch that does not add BO to the list in ivpu_gem_create_object().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix page fault in ivpu_bo_unbind_all_bos_from_context() Don't add BO to the vdev->bo_list in ivpu_gem_create_object(). When failure happens inside drm_gem_shmem_create(), the BO is not fully created and ivpu_gem_bo_free() callback will not be called causing a deleted BO to be left on the list.

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