CVE-2026-80526

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
26/08/2026
Last modified:
27/08/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ASoC: tas2562: Validate values for volume writes<br /> <br /> tas2562_volume_control_put() does not do any validation of the control<br /> value written by userspace, it uses it to look up a value in a fixed<br /> size array which can easily be overflowed and then writes whatever value<br /> it gets back to the device. Add validation that we are loading a value<br /> we have in the array.