"value":"In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/plane: Move range check for format_count earlier\n\nWhile the check for format_count > 64 in __drm_universal_plane_init()\nshouldn't be hit (it's a WARN_ON), in its current position it will then\nleak the plane->format_types array and fail to call\ndrm_mode_object_unregister() leaking the modeset identifier. Move it to\nthe start of the function to avoid allocating those resources in the\nfirst place."
"value":"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: drm/plane: mover la comprobaci\u00f3n de rango para format_count antes Si bien la comprobaci\u00f3n para format_count > 64 en __drm_universal_plane_init() no deber\u00eda verse afectada (es un WARN_ON), en su posici\u00f3n actual perder\u00e1 la matriz plane->format_types y no podr\u00e1 llamar a drm_mode_object_unregister(), lo que filtra el identificador modeset. Mu\u00e9valo al inicio de la funci\u00f3n para evitar asignar esos recursos en primer lugar."