AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-68230

HIGH · CVSS 7.3 EPSS 0.17%

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

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's media subsystem, specifically within the Amlogic C3 driver, where improper validation of configuration parameters can lead to buffer overflows. This can result in invalid memory access, potentially allowing an attacker to exploit the system, leading to crashes or arbitrary code execution. Organizations using affected Linux distributions, particularly those leveraging Amlogic C3 hardware, should prioritize applying the patch to mitigate these risks.

CVE
CVE-2026-68230
Severity
HIGH
CVSS
7.3
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: media: amlogic-c3: Add validations for ae and awb config Avoid invalid memory access if the zones_num is bigger than zone_weight. This patch fixes the following smatch errors: drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:111 c3_isp_params_awb_wt() error: buffer overflow 'cfg->zone_weight' 768 <= u32max drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:111 c3_isp_params_awb_wt() error: buffer overflow 'cfg->zone_weight' 768 <= u32max drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:227 c3_isp_params_ae_wt() error: buffer overflow 'cfg->zone_weight' 255 <= u32max drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:227 c3_isp_params_ae_wt() error: buffer overflow 'cfg->zone_weight' 255 <= u32max