GHSA-86v6-c9p3-rm2jHighCVSS 7.1

In the Linux kernel, the following vulnerability has been resolved: ASoC: tegra: tegra210_ahub:...

Published
August 15, 2026
Last Modified
August 17, 2026

🔗 CVE IDs covered (1)

📋 Description

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

ASoC: tegra: tegra210_ahub: Validate written enum value

tegra_ahub_put_value_enum() reads e->values[item[0]] before checking whether item[0] is within the enum item range. The existing check therefore happens too late to prevent an out-of-range read of the values array.

Move the check before the array access.

🔗 References (10)