NONE · 0

CVE-2025-68228

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix create_in_format_blob() return value create_in_format_blob() is either supposed to return a valid pointer or an err...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix create_in_format_blob() return value create_in_format_blob() is either supposed to return a valid pointer or an error, but never NULL. The caller will dereference the blob when it is not an error, and thus will oops if NULL returned. Return proper error values in the failure cases.

References

FAQ

What is CVE-2025-68228?

CVE-2025-68228 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: drm/plane: Fix create_in_format_blob() return value create_in_format_blob() is either supposed to return a valid pointer or an err...

How severe is CVE-2025-68228?

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

Is there a patch for CVE-2025-68228?

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