Bug 2424894 (CVE-2025-68730) - CVE-2025-68730 kernel: accel/ivpu: Fix page fault in ivpu_bo_unbind_all_bos_from_context()
Summary: CVE-2025-68730 kernel: accel/ivpu: Fix page fault in ivpu_bo_unbind_all_bos_f...
Keywords:
Status: NEW
Alias: CVE-2025-68730
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 11:04 UTC by OSIDB Bzimport
Modified: 2026-02-05 21:04 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 11:04:18 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.