CVE-2025-38596

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)
Configurations

Configuration 1 (hide)

cpe:2.3:o:linux:linux_kernel:6.16:*:*:*:*:*:*:*

History

26 Nov 2025, 18:01

Type Values Removed Values Added
First Time Linux linux Kernel
Linux
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8
References () https://git.kernel.org/stable/c/5f2be12442db6a2904e6e31b0e3b5ad5aebf868b - () https://git.kernel.org/stable/c/5f2be12442db6a2904e6e31b0e3b5ad5aebf868b - Patch
References () https://git.kernel.org/stable/c/fe69a391808404977b1f002a6e7447de3de7a88e - () https://git.kernel.org/stable/c/fe69a391808404977b1f002a6e7447de3de7a88e - Patch
CWE CWE-416
CPE cpe:2.3:o:linux:linux_kernel:6.16:*:*:*:*:*:*:*

Information

Published : 2025-08-19 17:15

Updated : 2025-11-26 18:01


NVD link : CVE-2025-38596

Mitre link : CVE-2025-38596

CVE.ORG link : CVE-2025-38596


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-416

Use After Free