Skip to main content

Linux Kernel EUVDEUVD-2026-45818

| CVE-2026-64133 HIGH
Out-of-bounds Read (CWE-125)
2026-07-19 Linux GHSA-83jv-88wq-p97h
7.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
6.1 MEDIUM

Local low-priv access to a loaded niche driver (AV:L/PR:L/AC:L); an OOB read yields memory disclosure (C:H) and at most a crash (A:L), with no integrity impact (I:N).

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:L/SC:N/SI:N/SA:N
SUSE
HIGH
qualitative
Red Hat
5.5 MEDIUM
qualitative

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 20, 2026 - 17:38 vuln.today
CVSS changed
Jul 20, 2026 - 15:22 NVD
7.8 (HIGH)
Patch available
Jul 19, 2026 - 17:03 EUVD
CVE Published
Jul 19, 2026 - 15:40 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 19, 2026 - 15:40 cve.org
HIGH 7.8

DescriptionCVE.org

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.

AnalysisAI

Out-of-bounds array read in the Linux kernel's ALSA ASIHPI (AudioScience HPI) sound driver allows a local, low-privileged user to trigger memory disclosure or a kernel crash by requesting a cached control info entry with an unchecked index. The find_control() helper indexed its cache array with a caller-supplied index without bounds validation; the fix adds a sanity check. There is no public exploit identified at time of analysis, EPSS risk is low (0.18%), and it is not listed in CISA KEV, so this is a routine defense-in-depth hardening fix rather than an urgent threat.

Technical ContextAI

The flaw lives in the ALSA (Advanced Linux Sound Architecture) driver for AudioScience HPI audio adapters (sound/pci/asihpi). ALSA control (mixer) elements can cache their info structures; find_control() retrieves a cached entry by index. The vulnerable code trusted the supplied index and dereferenced the cache array directly, an out-of-bounds read (CWE-125-class issue, though the CVE lists CWE as N/A). Because control operations are reachable from user space through the ALSA control ioctl/sysfs interface on an opened sound device, a crafted index can push the read past the allocated array bounds, leaking adjacent kernel memory or faulting. The CPE data identifies the generic cpe:2.3:a:linux:linux product, and the fix spans multiple stable branches.

RemediationAI

Vendor-released patch: update to a fixed Linux stable kernel - 5.10.258, 5.15.209, 6.1.175, 6.6.142, 6.12.92, 6.18.34, 7.0.11, or 7.1 (or later) as matches your branch - via your distribution's kernel update and reboot. The fix commits are available at https://git.kernel.org/stable/c/e060e21fe9cca1e5eafd8a1c597026577771e8d9 and the sibling hashes listed in the references, and details at https://nvd.nist.gov/vuln/detail/CVE-2026-64133. If immediate patching is not possible, a practical compensating control is to unload and blacklist the ASIHPI driver where AudioScience HPI hardware is not in use (add 'blacklist snd-asihpi' to modprobe config), which removes the vulnerable code path with no impact on systems lacking that hardware; on systems that do use ASIHPI, restrict local access and audit which users can open the sound control device, accepting that this only reduces rather than eliminates exposure.

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

EUVD-2026-45818 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy