4 matches found
EUVD-2025-205227
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Prevent potential UAF in group creation This commit prevents the possibility of a use after free issue in the GROUPCREATE ioctl function, which arose as pointer to the group is accessed in that ioctl function after...
CVE-2025-68735
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Prevent potential UAF in group creation This commit prevents the possibility of a use after free issue in the GROUPCREATE ioctl function, which arose as pointer to the group is accessed in that ioctl function after...
CVE-2025-68735
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Prevent potential UAF in group creation This commit prevents the possibility of a use after free issue in the GROUPCREATE ioctl function, which arose as pointer to the group is accessed in that ioctl function after...
CVE-2025-68735
CVE-2025-68735 affects the Linux kernel’s DRM panthor code, specifically the GROUP_CREATE ioctl. The root cause is a use-after-free risk where a pointer to a created group could be accessed after it was stored in the Xarray, allowing a concurrent GROUP_DESTROY on a not-yet-marked handle. The fix ...