Description
In the Linux kernel, the following vulnerability has been resolved:

ASoC: codecs: hdac_hdmi: Validate written enum value

hdac_hdmi_set_pin_port_mux() uses the written enum value to index the
texts array before calling snd_soc_dapm_put_enum_double(), which validates
that the value is within the enum item range.

An out-of-range value can therefore make the driver read past the texts
array before the helper rejects the write. Move the lookup after the helper
has accepted the value.
Published: 2026-08-15
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The hdac_hdmi_set_pin_port_mux() function in the ASoC hdac_hdmi driver indexes an internal texts array using a value supplied by user input before that value is validated by snd_soc_dapm_put_enum_double(). An out‑of‑range enum value can therefore cause the driver to read past the end of the array the helper rejects the write. This results in an out‑of‑bounds read in kernel space, which can expose kernel memory contents. The vulnerability does not directly enable code execution, but the leaked data could aid in further attacks.

Affected Systems

All Linux kernel versions containing the ASoC hdac_hdmi driver prior to the patch commit that moved the array lookup after validation are affected. The fix was added in a recent kernel update; any release older than that is vulnerable.

Risk and Exploitability

The CVSS score of 7.1 indicates a moderate severity level. The EPSS score of less than 1% suggests that exploitation of this flaw is unlikely to be seen in the wild. The vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is a local user or any process able to write to the hdac_hdmi driver, as that is required to supply the out‑of‑range enum value. No public exploit is currently known. The impact is limited to kernel memory disclosure and could serve as a foothold for further attacks if additional vulnerabilities are present.

Generated by OpenCVE AI on August 22, 2026 at 02:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the fix for hdac_hdmi_set_pin_port_mux.
  • If an upgrade is not possible, restrict write access to the hdac_hdmi driver by applying file‑system ACLs or limiting CAP_SYS_ADMIN capability to trusted users.
  • Apply SELinux or AppArmor policies to deny write access to the hdac_hdmi driver for untrusted processes.
  • Monitor the hdac_hdmi device for anomalous write activity and review audit logs for unexpected access attempts.

Generated by OpenCVE AI on August 22, 2026 at 02:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 01:45:00 +0000

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

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


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

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

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

Type Values Removed Values Added
Weaknesses CWE-788

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

Type Values Removed Values Added
Metrics cvssV3_1

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


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

Type Values Removed Values Added
Weaknesses CWE-788

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: codecs: hdac_hdmi: Validate written enum value hdac_hdmi_set_pin_port_mux() uses the written enum value to index the texts array before calling snd_soc_dapm_put_enum_double(), which validates that the value is within the enum item range. An out-of-range value can therefore make the driver read past the texts array before the helper rejects the write. Move the lookup after the helper has accepted the value.
Title ASoC: codecs: hdac_hdmi: Validate written enum value
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:33.387Z

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

Link: CVE-2026-74295

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-74295

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-74295 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T03:00:12Z

Weaknesses