Junglewise Threat Intelligence

CVE-2026-64133: Linux Kernel ALSA asihpi out-of-bounds access in find_control

CVE-2026-64133 · Severity: info · CVSS 0 · Published 2026-07-19

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's ALSA sound subsystem, specifically within the AudioScience ASIHPI driver. This driver is used to manage professional multi-channel audio hardware. An issue in how the driver reads cached information could allow an attacker to trigger an out-of-bounds memory access, potentially leading to a system crash or unauthorized access to sensitive kernel memory.

Technical details

A vulnerability exists in the Linux kernel's ALSA (Advanced Linux Sound Architecture) subsystem within the asihpi driver. The function 'find_control()' in 'sound/pci/asihpi/hpicmn.c' fails to validate the 'control_index' parameter before using it to access the 'p_cache->p_info' array. A local attacker could provide an out-of-bounds index, leading to an out-of-bounds (OOB) memory access. This could result in a kernel oops, denial of service, or potential information leakage from kernel memory. The issue has been resolved by adding a sanity check to ensure the index is within the 'control_count' bounds. Fixes are available in various stable kernel branches including 5.10.258, 5.15.209, 6.1.175, 6.6.142, 6.12.92, 6.18.34, and 7.0.11.

Affected products

  • Linux Linux Kernel 5.10.258, 5.15.209, 6.1.175, 6.6.142, 6.12.92, 6.18.34, 7.0.11

Timeline

  • 2026-05-15: other: Initial patch authored by Takashi Iwai
  • 2026-07-19: disclosed: CVE published to NVD dataset

References

Related threats