CVE Catalog

CVE-2026-63838

Low risk· EPSS 7%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

7th percentile - higher than 7% of all known CVEs

Summary

In the Linux kernel, a vulnerability was found in the ASoC rsnd audio driver where the component_dais[] array may be accessed out of bounds. Insufficient boundary checking can lead to reading non-zero memory beyond the array.

Risk Assessment

The risk involves potential out-of-bounds memory read, which could cause unpredictable system behavior, including crashes or information leakage.

Recommendation

It is recommended to immediately update the Linux kernel to a version containing the fix for CVE-2026-63838. Monitor official security advisories from your Linux distribution.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

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