CVE-2026-46313
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: intel/ipu6: fix error pointer dereference<br />
<br />
In a error path isp->psys is confirmed to be an error pointer not NULL so<br />
this condition is true and the error pointer is dereferenced. So isp-psys<br />
should be set to NULL before going to out_ipu6_bus_del_devices.<br />
<br />
Detected by Smatch:<br />
drivers/media/pci/intel/ipu6/ipu6.c:690 ipu6_pci_probe() error:<br />
&#39;isp->psys&#39; dereferencing possible ERR_PTR()<br />
<br />
[Sakari Ailus: Fix commit message.]



