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.
Published: 2026-08-15
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the Linux kernel’s advanced sound architecture for Meson AIU HDMI and internal codec mux drivers causes the system to convert an enumeration value to a numeric representation before verifying its validity. The unchecked conversion can lead the kernel to process an out‑of‑range value, potentially corrupting memory or causing undefined kernel behavior. Based on the description, the issue appears to require access to the AIU HDMI or internal codec mux controls, so an attacker would need local write capabilities to the relevant device interfaces.

Affected Systems

All Linux kernel builds that contain the unpatched ASoC Meson AIU HDMI and internal codec mux callback code. Because no specific version numbers are disclosed, any kernel compiled before the corrective commit is potentially affected.

Risk and Exploitability

The EPSS score is less than 1% and the vulnerability is not listed in CISA’s KEV catalog, indicating a historically low likelihood of exploitation. However, the CVSS score of 7.3 reflects a high severity for a kernel memory corruption condition. The attack vector is likely local; a process with the ability to write to the AIU HDMI or internal codec mux device nodes could trigger the flaw, leading to kernel instability or privilege escalation if memory corruption propagates. The overall risk remains moderate to high until the patch is applied.

Generated by OpenCVE AI on August 22, 2026 at 00:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel release that contains the commit(s) referenced in the advisory to correct the unchecked enumeration conversion
  • If upgrading the kernel is not possible, disable the AIU HDMI and internal codec mux drivers or blacklist the associated device nodes to prevent their use
  • Rebuild the kernel with the backported patch if newer releases are unavailable

Generated by OpenCVE AI on August 22, 2026 at 00:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1287
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-680

Mon, 17 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-682

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H'}


Sat, 15 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-682

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
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.
Title ASoC: meson: aiu: Validate written enum values
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:45:32.272Z

Reserved: 2026-08-15T05:44:03.882Z

Link: CVE-2026-74294

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:28.990

Modified: 2026-08-17T06:19:23.447

Link: CVE-2026-74294

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74294 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T01:00:13Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-1287

    Improper Validation of Specified Type of Input

  • CWE-680

    Integer Overflow to Buffer Overflow