πŸ” CVE Alert

CVE-2025-38596

UNKNOWN 0.0

drm/panthor: Fix UAF in panthor_gem_create_with_handle() debugfs code

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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)

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Aug 19, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

Linux / Linux
a3707f53eb3f4f3e7a30d720be0885f813d649bb < 5f2be12442db6a2904e6e31b0e3b5ad5aebf868b a3707f53eb3f4f3e7a30d720be0885f813d649bb < fe69a391808404977b1f002a6e7447de3de7a88e
Linux / Linux
6.16

References

NVD β†— CVE.org β†— EPSS Data β†—
git.kernel.org: https://git.kernel.org/stable/c/5f2be12442db6a2904e6e31b0e3b5ad5aebf868b git.kernel.org: https://git.kernel.org/stable/c/fe69a391808404977b1f002a6e7447de3de7a88e