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

ASoC: tas2562: Validate values for volume writes

tas2562_volume_control_put() does not do any validation of the control
value written by userspace, it uses it to look up a value in a fixed
size array which can easily be overflowed and then writes whatever value
it gets back to the device. Add validation that we are loading a value
we have in the array.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

tas2562_volume_control_put() accepts a control value from userspace without validating that it falls within the range of indices for a fixed‑size array. The unchecked index can exceed the array bounds, resulting in an out‑of‑bounds read that returns a garbage value, which is then written back to the device. This overflow path allows an attacker to influence the device state through arbitrary data that may otherwise be outside the permitted range, potentially leading to unexpected behavior of the audio subsystem or escalation of privileges if the kernel is compromised.

Affected Systems

The vulnerability exists in the Linux kernel in the Advanced Sound Architecture (ASoC) driver for the tas2562 audio codec. All kernel releases that include this driver and have not yet been updated with the patch are affected. No specific versions are listed, so any current or older distribution kernel with this driver is potentially at risk until the vendor releases the fix.

Risk and Exploitability

Because the flaw is in kernel space, a successful exploitation can render a local attacker with root privileges or enable privilege escalation from a lower level. The EPSS score is not available, and the vulnerability is not currently listed in CISA's KEV catalog, so no public exploits are confirmed. However, the lack of array bounds checking and the ability to write arbitrary values to the device suggests that once the kernel has been updated, the exploitation complexity is moderate, provided the attacker has local access to the device or can influence the userspace driver calls.

Generated by OpenCVE AI on August 26, 2026 at 15:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel version that includes the tas2562 driver fix
  • If an upgrade cannot be performed immediately, disable the tas2562 volume control interface or unload the driver from the kernel to prevent userspace from writing control values
  • Restrict device access to trusted users only and monitor system logs for abnormal volume control activity

Generated by OpenCVE AI on August 26, 2026 at 15:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129

Wed, 26 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ASoC: tas2562: Validate values for volume writes tas2562_volume_control_put() does not do any validation of the control value written by userspace, it uses it to look up a value in a fixed size array which can easily be overflowed and then writes whatever value it gets back to the device. Add validation that we are loading a value we have in the array.
Title ASoC: tas2562: Validate values for volume writes
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-26T14:37:05.570Z

Reserved: 2026-08-26T14:34:25.764Z

Link: CVE-2026-80526

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T15:17:06.350

Modified: 2026-08-26T15:17:06.350

Link: CVE-2026-80526

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T17:00:04Z

Weaknesses
  • CWE-129

    Improper Validation of Array Index