CVE-2026-74294
Received Received - Intake

Linux kernel ASoC AIU enum value validation flaw

Vulnerability report for CVE-2026-74294, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves the ASoC meson AIU component. The issue occurs in the HDMI and internal codec mux put callbacks, where an enum value is converted using snd_soc_enum_item_to_val() before validating if the value is valid for the enumeration. This could allow invalid enum values to be processed.

Detection Guidance

This vulnerability is specific to the Linux kernel's ASoC subsystem, particularly in the AIU HDMI and internal codec mux components. Detection requires checking the kernel version and examining the affected code paths. Use commands like 'uname -a' to check the kernel version and 'dmesg | grep aiu' to look for related errors or warnings.

Impact Analysis

This vulnerability may allow an attacker to cause undefined behavior or crashes in the Linux kernel by providing invalid enum values to the affected audio components. This could lead to system instability or potential denial-of-service conditions.

Compliance Impact

This vulnerability does not directly affect compliance with standards like GDPR or HIPAA as it is a low-level kernel issue related to enum validation in audio drivers. No evidence suggests it impacts data protection or privacy requirements.

Mitigation Strategies

Update the Linux kernel to a version that includes the fix for this vulnerability. Monitor kernel updates from your distribution and apply them promptly. If updating is not immediately possible, consider disabling the affected AIU HDMI and internal codec mux components if they are not critical.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74294. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart