NONE · 0

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 __drm_gem_reset_shadow_plane() can be NULL. Do not de...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in __drm_gem_reset_shadow_plane() can be NULL. Do not deref that pointer, but forward NULL to the other plane-reset helpers. Clears plane->state to NULL. v2: - fix typo in commit description (Javier)

References

FAQ

What is CVE-2025-40360?

CVE-2025-40360 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in __drm_gem_reset_shadow_plane() can be NULL. Do not de...

How severe is CVE-2025-40360?

CVSS scoring is not yet available for CVE-2025-40360. Check NVD for updates.

Is there a patch for CVE-2025-40360?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.