2 matches found
CVE-2026-68220
In the Linux kernel vulnerability CVE-2026-68220, the media: nxp: imx8-isi driver (mxc_isi_crossbar_init and mxc_isi_pipe_init) allocates v4l2_subdev state via v4l2_subdev_init_finalize but fails to free it during cleanup, causing a memory leak on every rmmod. The remediation is to add the missin...
5.3AI score
SaveExploits0References5
EUVD-2026-55321
In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Add missing v4l2subdevcleanup in crossbar and pipe Both mxcisicrossbarinit and mxcisipipeinit call v4l2subdevinitfinalize which allocates the subdev active state, but neither mxcisicrossbarcleanup nor...
5.3AI score
SaveExploits0References5
20