CVE Catalog

CVE-2026-90196

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's ASoC SOF subsystem, there is a lack of validation of the topology volume range before allocation. An inverted range or a maximum >= INT_MAX can lead to unsafe allocation and indexing.

Risk Assessment

This can cause buffer overflow, driver crash, or arbitrary code execution vulnerability.

Recommendation

Update the kernel with a fix that validates the complete volume range before storing and allocating the table.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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 INT_MAX cannot be represented safely after the increment or in the signed fields. Validate the complete range before storing it or allocating the table.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS