PT-2026-61155 · Linux · Linux
CVE-2026-63838
·
Published
2026-07-19
·
Updated
2026-07-19
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
ASoC: rsnd: Fix potential out-of-bounds access of component dais[]
component dais[RSND MAX COMPONENT] is initially zero-initialized
and later populated in rsnd dai of node(). However, the existing boundary check:
if (i >= RSND MAX COMPONENT)
does not guarantee that the last valid element remains zero. As a result,
the loop can rely on component dais[RSND MAX COMPONENT] being zero,
which may lead to an out-of-bounds access.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux