AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74294

UNKNOWN · CVSS N/A

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

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's ASoC subsystem, specifically in the AIU HDMI and internal codec mux, where it improperly validates enum values before conversion. This oversight could allow for out-of-range values to be processed, potentially leading to unexpected behavior or system instability. Linux kernel maintainers and developers working with audio subsystems should prioritize addressing this issue to ensure system reliability and security.

CVE
CVE-2026-74294
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: meson: aiu: Validate written enum values The AIU HDMI and internal codec mux put callbacks use the written enum value with snd_soc_enum_item_to_val() before checking whether the value is valid for the enumeration. Reject out-of-range values before converting the enum item, matching the validation already done by the G12A HDMI and internal codec mux controls.