[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2025081919-CVE-2025-38596-9c29@gregkh>
Date: Tue, 19 Aug 2025 19:18:42 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-cve-announce@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...nel.org>
Subject: CVE-2025-38596: drm/panthor: Fix UAF in panthor_gem_create_with_handle() debugfs code
From: Greg Kroah-Hartman <gregkh@...nel.org>
Description
===========
In the Linux kernel, the following vulnerability has been resolved:
drm/panthor: Fix UAF in panthor_gem_create_with_handle() debugfs code
The object is potentially already gone after the drm_gem_object_put().
In general the object should be fully constructed before calling
drm_gem_handle_create(), except the debugfs tracking uses a separate
lock and list and separate flag to denotate whether the object is
actually initialized.
Since I'm touching this all anyway simplify this by only adding the
object to the debugfs when it's ready for that, which allows us to
delete that separate flag. panthor_gem_debugfs_bo_rm() already checks
whether we've actually been added to the list or this is some error
path cleanup.
v2: Fix build issues for !CONFIG_DEBUGFS (Adrián)
v3: Add linebreak and remove outdated comment (Liviu)
The Linux kernel CVE team has assigned CVE-2025-38596 to this issue.
Affected and fixed versions
===========================
Issue introduced in 6.16 with commit a3707f53eb3f4f3e7a30d720be0885f813d649bb and fixed in 6.16.1 with commit 5f2be12442db6a2904e6e31b0e3b5ad5aebf868b
Issue introduced in 6.16 with commit a3707f53eb3f4f3e7a30d720be0885f813d649bb and fixed in 6.17-rc1 with commit fe69a391808404977b1f002a6e7447de3de7a88e
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-38596
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/panthor/panthor_gem.c
drivers/gpu/drm/panthor/panthor_gem.h
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/5f2be12442db6a2904e6e31b0e3b5ad5aebf868b
https://git.kernel.org/stable/c/fe69a391808404977b1f002a6e7447de3de7a88e
Powered by blists - more mailing lists