CVE-2026-64133
Received Received - Intake

Out-of-Bounds Array Access in Linux Kernel ALSA asihpi Driver

Vulnerability report for CVE-2026-64133, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-19

Last updated on: 2026-07-20

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-20
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in the Linux kernel's ALSA (Advanced Linux Sound Architecture) asihpi driver. It involves a potential out-of-bounds (OOB) array access in the find_control() function when retrieving cached info. The function accesses an array using a given index without proper validation, which could lead to reading or writing outside the intended memory area.

Detection Guidance

This vulnerability is specific to the Linux kernel's ALSA asihpi driver and involves a potential out-of-bounds array access. Detection requires checking the kernel version and the presence of the affected driver. Use commands like 'uname -r' to check the kernel version and 'lsmod | grep asihpi' to verify if the driver is loaded.

Impact Analysis

This vulnerability could allow an attacker with local access to cause a system crash, corrupt memory, or potentially execute arbitrary code with kernel privileges. It may lead to denial-of-service conditions or privilege escalation on affected systems.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a low-level kernel issue with no documented impact on data protection or privacy controls.

Mitigation Strategies

Immediate mitigation involves updating the Linux kernel to a patched version that resolves this issue. Check your distribution's security updates and apply them promptly. If the asihpi driver is not in use, consider unloading it with 'rmmod asihpi' as an additional precaution.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64133. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart