CVE-2026-46310
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
08/06/2026
Última modificación:
08/06/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
media: renesas: vsp1: Fix NULL pointer deref on module unload<br />
<br />
When unloading the module on gen 4, we hit a NULL pointer dereference.<br />
This is caused by the cleanup code calling vsp1_drm_cleanup() where it<br />
should be calling vsp1_vspx_cleanup().<br />
<br />
Fix this by checking the IP version and calling the drm or vspx function<br />
accordingly, the same way as the init code does.



