CVE-2026-90196: ASoC: SOF: validate topology volume range before allocation

Published Sep 17, 2026
·
Updated

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

ASoC: SOF: validate topology volume range before allocation

SOF treats the topology mixer min and max values as non-negative indices into its volume table. It stores them in signed fields, allocates max + 1 entries through an int argument, and later indexes the table with the stored range.

An inverted range is invalid, while a maximum at or above INTMAX cannot be represented safely after the increment or in the signed fields. Validate the complete range before storing it or allocating the table.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:07 PM
Data Sourced
via MITRE·04:07 PM
Description

Frequently Asked Questions

1

What inputs make the affected code unsafe?

A topology mixer volume range is unsafe when its minimum exceeds its maximum, or when its maximum is at least INT_MAX. The code uses these values as non-negative volume-table indices, but stores them in signed fields and allocates max + 1 entries through an int argument.

2

What does the fix change?

The fix validates the complete topology volume range before storing the values or allocating the volume table. This prevents invalid inverted ranges and maximum values that cannot be safely incremented or represented.

3

How can I identify potentially affected topology data?

Review SOF topology mixer definitions for volume ranges with min greater than max or max values at or above INT_MAX. Those ranges should be treated as invalid until the resolved kernel change is present.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203