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

ASoC: Intel: avs: Refactor and fix init_config access

Existing code accesses enties found in ->init_configs array through
indexes that are part of ->config_ids array. Those two are limited by:
->num_init_configs and ->num_config_ids respectively. Using ID larger
or equal to ->num_init_configs leads to out-of-bounds access:

avs_path_module_send_init_configs()
loop:
(...) &acomp->tplg->init_configs[ids[i]]
^ out-of-bounds candidate

Rather than adding another if-statement, refactor the code. There is no
need to store the IDs, have a list of pointers to actual config-entries
instead. As the verification of ->init_config entries does not differ from
verification of other types that are part of the topology.c file, simply
reuse the code.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Kernel out‑of‑bounds memory access that could lead to privilege escalation or denial of service
Action: Immediate Patch
AI Analysis

Impact

The ASoC Intel AVS subsystem previously accessed entries in the init_configs array using indices derived from the config_ids array. When an ID equal to or larger than num_init_configs was used, the code performed an out‑of‑bounds read, potentially allowing memory corruption within the kernel. This flaw is a classic array bounds violation that may enable an attacker to read or overwrite sensitive kernel data, thus creating a vector for privilege escalation or service disruption.

Affected Systems

Any Linux kernel installation that includes the ASoC Intel AVS drivers and has not yet applied the patches referenced by the three kernel commits cited in the advisory. No specific kernel release numbers are listed, but the fix addresses the flaw in all affected builds before the commit snapshots provided.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, indicating no widely known public exploitation yet. However, out‑of‑bounds kernel access is a high‑severity class of defect, and an attacker who can supply crafted config IDs—either locally or through a privilege escalation path—could potentially exploit the flaw to execute arbitrary code at kernel level or to crash the system. The lack of a public exploit does not mitigate the inherent risk posed by the underlying memory corruption.

Generated by OpenCVE AI on September 25, 2026 at 15:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to the latest release that includes the ASoC AVS patch commits; this is the only known fix for the vulnerability.
  • If immediate kernel upgrading is not possible, disable or blacklist the AVS subsystem modules on affected machines to prevent the vulnerable code path from loading.
  • Apply general kernel hardening measures such as enabling ASLR and enforcing strict memory protection settings to reduce the impact of any remaining corner‑case exploitation attempts.

Generated by OpenCVE AI on September 25, 2026 at 15:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Fri, 25 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Refactor and fix init_config access Existing code accesses enties found in ->init_configs array through indexes that are part of ->config_ids array. Those two are limited by: ->num_init_configs and ->num_config_ids respectively. Using ID larger or equal to ->num_init_configs leads to out-of-bounds access: avs_path_module_send_init_configs() loop: (...) &acomp->tplg->init_configs[ids[i]] ^ out-of-bounds candidate Rather than adding another if-statement, refactor the code. There is no need to store the IDs, have a list of pointers to actual config-entries instead. As the verification of ->init_config entries does not differ from verification of other types that are part of the topology.c file, simply reuse the code.
Title ASoC: Intel: avs: Refactor and fix init_config access
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-09-25T10:24:01.074Z

Reserved: 2026-09-25T10:19:56.072Z

Link: CVE-2026-98053

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:34.227

Modified: 2026-09-25T11:17:34.227

Link: CVE-2026-98053

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T16:00:18Z

Weaknesses