2 matches found
CVE-2025-40360
In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in drmgemresetshadowplane can be NULL. Do not deref that pointer, but forward NULL to the other plane-reset helpers. Clears plane-state to NULL. v2: - fix...
CVE-2025-40360
CVE-2025-40360: Linux kernel drm sysfb plane reset dereferences NULL pointer. The plane state in __drm_gem_reset_shadow_plane() can be NULL; fix forwards NULL to other plane-reset helpers and clears plane->state. Affected: Linux kernel drivers using DRM sysfb plane state. Remediation: apply th...