AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-68219

HIGH · CVSS 7.8 EPSS 0.18%

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The 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.

CVE
CVE-2026-68219
Severity
HIGH
CVSS
7.8
EPSS
0.18%
Linux

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.