3 matches found
CVE-2025-68170
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Do not kfree devres managed rdev Since the allocation of the drivers main structure was changed to devmdrmdevalloc rdev is managed by devres and we shouldn't be calling kfree on it. This fixes things exploding if the...
CVE-2025-68170
CVE-2025-68170: Linux kernel drm/radeon driver vulnerability due to improper deallocation of a rdev object. Root cause: after switching to devm_drm_dev_alloc(), rdev is managed by devres and must not be freed with kfree(). The patch prevents kfree() on the devres-managed rdev, avoiding a double-f...
Linux Distros Unpatched Vulnerability : CVE-2025-68181
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/radeon: Remove calls to drmputdev Since the allocation of the drivers main structure was changed to devmdrmdevalloc drmputdev'ing to trigger it to be free'd...