CVE-2026-46313
The CVE-2026-46313 relates to the Linux kernel’s Intel IPU6 driver (drivers/media/pci/intel/ipu6/ipu6.c). In the error path of ipu6_pci_probe, isp->psys is an error pointer that is dereferenced, indicating a potential crash. The fix sets isp->psys to NULL before exiting the error path (out_...