[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2025121635-CVE-2025-68228-43e1@gregkh>
Date: Tue, 16 Dec 2025 14:57:47 +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-68228: drm/plane: Fix create_in_format_blob() return value
From: Greg Kroah-Hartman <gregkh@...nel.org>
Description
===========
In the Linux kernel, the following vulnerability has been resolved:
drm/plane: Fix create_in_format_blob() return value
create_in_format_blob() is either supposed to return a valid
pointer or an error, but never NULL. The caller will dereference
the blob when it is not an error, and thus will oops if NULL
returned. Return proper error values in the failure cases.
The Linux kernel CVE team has assigned CVE-2025-68228 to this issue.
Affected and fixed versions
===========================
Issue introduced in 6.16 with commit 0d6dcd741c266389bbf0a8758f537b3a171ac32a and fixed in 6.17.10 with commit 860f93f4fce1e733b8a2474f6bfa153243d775f3
Issue introduced in 6.16 with commit 0d6dcd741c266389bbf0a8758f537b3a171ac32a and fixed in 6.18 with commit cead55e24cf9e092890cf51c0548eccd7569defa
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-68228
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/gpu/drm/drm_plane.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/860f93f4fce1e733b8a2474f6bfa153243d775f3
https://git.kernel.org/stable/c/cead55e24cf9e092890cf51c0548eccd7569defa
Powered by blists - more mailing lists