CyberRota Analysis
AI-GeneratedThe vulnerability in the Linux kernel affects the ISI (Image Signal Interface) component, where insufficient constraints on the maximum downscaling factor can lead to potential out-of-bounds issues. This could result in the system becoming unresponsive, even when termination commands are issued. Organizations using Linux-based systems that leverage the ISI component should prioritize applying the fix to mitigate the risk of system instability.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Fix potential out-of-bounds issues The maximum downscaling factor supported by ISI can be up to 16. Add minimum value constraint before applying the setting to hardware. Otherwise, the process will not respond even when Ctrl+C is executed.