[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2025122406-CVE-2025-68730-c272@gregkh>
Date: Wed, 24 Dec 2025 11:35:32 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-cve-announce@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...nel.org>
Subject: CVE-2025-68730: accel/ivpu: Fix page fault in ivpu_bo_unbind_all_bos_from_context()
From: Greg Kroah-Hartman <gregkh@...nel.org>
Description
===========
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.
The Linux kernel CVE team has assigned CVE-2025-68730 to this issue.
Affected and fixed versions
===========================
Issue introduced in 6.8 with commit 8d88e4cdce4f5c56de55174a4d32ea9c06f7fa66 and fixed in 6.17.13 with commit 8172838a284c27190fa6782c2740a97020434750
Issue introduced in 6.8 with commit 8d88e4cdce4f5c56de55174a4d32ea9c06f7fa66 and fixed in 6.18.2 with commit c9ef5ccd8bd9bcf598b6d3f77e7eb4dde7149aec
Issue introduced in 6.8 with commit 8d88e4cdce4f5c56de55174a4d32ea9c06f7fa66 and fixed in 6.19-rc1 with commit 8b694b405a84696f1d964f6da7cf9721e68c4714
Please see https://www.kernel.org for a full list of currently supported
kernel versions by the kernel community.
Unaffected versions might change over time as fixes are backported to
older supported kernel versions. The official CVE entry at
https://cve.org/CVERecord/?id=CVE-2025-68730
will be updated if fixes are backported, please check that for the most
up to date information about this issue.
Affected files
==============
The file(s) affected by this issue are:
drivers/accel/ivpu/ivpu_gem.c
Mitigation
==========
The Linux kernel CVE team recommends that you update to the latest
stable kernel version for this, and many other bugfixes. Individual
changes are never tested alone, but rather are part of a larger kernel
release. Cherry-picking individual commits is not recommended or
supported by the Linux kernel community at all. If however, updating to
the latest release is impossible, the individual changes to resolve this
issue can be found at these commits:
https://git.kernel.org/stable/c/8172838a284c27190fa6782c2740a97020434750
https://git.kernel.org/stable/c/c9ef5ccd8bd9bcf598b6d3f77e7eb4dde7149aec
https://git.kernel.org/stable/c/8b694b405a84696f1d964f6da7cf9721e68c4714
Powered by blists - more mailing lists