CVE Catalog

CVE-2026-64133

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.13%

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

Summary

In the Linux kernel, the ALSA asihpi driver has a vulnerability allowing out-of-bounds (OOB) array access when reading the cache. The find_control() function accesses the array without proper index validation, potentially leading to memory corruption.

Risk Assessment

An attacker could exploit this vulnerability to read memory beyond the allocated buffer, potentially leading to sensitive data disclosure or system instability.

Recommendation

Immediately update the Linux kernel to a version containing the fix that adds index validation in the find_control() function.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ALSA: asihpi: Fix potential OOB array access at reading cache find_control() to retrieve a cached info accesses the array with the given index blindly, which may lead to an OOB array access. Add a sanity check for avoiding it.

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