CVE-2025-68228
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
16/12/2025
Última modificación:
16/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/plane: Fix create_in_format_blob() return value<br />
<br />
create_in_format_blob() is either supposed to return a valid<br />
pointer or an error, but never NULL. The caller will dereference<br />
the blob when it is not an error, and thus will oops if NULL<br />
returned. Return proper error values in the failure cases.



