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 zonesnum is bigger than zoneweight.
This patch fixes the following smatch errors: drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:111 c3ispparamsawbwt() error: buffer overflow 'cfg->zoneweight' 768 <= u32max drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:111 c3ispparamsawbwt() error: buffer overflow 'cfg->zoneweight' 768 <= u32max drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:227 c3ispparamsaewt() error: buffer overflow 'cfg->zoneweight' 255 <= u32max drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:227 c3ispparamsaewt() error: buffer overflow 'cfg->zoneweight' 255 <= u32max
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68230.json"
}