Bug 2524498 (CVE-2026-80526) - CVE-2026-80526 kernel: ASoC: tas2562: Validate values for volume writes
Summary: CVE-2026-80526 kernel: ASoC: tas2562: Validate values for volume writes
Keywords:
Status: NEW
Alias: CVE-2026-80526
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-26 15:02 UTC by OSIDB Bzimport
Modified: 2026-08-27 13:20 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-26 15:02:01 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.