Description
In the Linux kernel, the following vulnerability has been resolved:

ALSA: gus: check snd_ctl_new1() return value

snd_ctl_new1() can return NULL when memory allocation fails.
snd_gf1_pcm_volume_control() does not check the return value before
dereferencing kctl->id.index, which can lead to a NULL pointer
dereference.

Add a NULL check after snd_ctl_new1() and return -ENOMEM if it fails.
Published: 2026-07-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An ALSA component in the Linux kernel creates a control object without verifying that the allocation succeeded. When memory allocation fails, the kernel dereferences a NULL pointer, causing an unexpected crash. The failure does not compromise confidentiality or integrity, but it can repeatedly terminate the audio subsystem or the entire machine, leading to a denial of service if the fault can be triggered repeatedly.

Affected Systems

The vulnerability is present in the Linux kernel’s ALSA gus driver. All kernel releases that include the original code path are potentially affected, including backported versions that have not yet integrated the check performed in the fix. No specific product or version list is provided, so the safe assumption is that all current Linux kernels lacking the patch are vulnerable.

Risk and Exploitability

The CVSS score is 5.5, indicating moderate severity. The EPSS score is < 1%, showing a very low probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog, further indicating limited exploitation. Attackers would need to exercise ALSA control operations that trigger the allocation, which is typically a local or privileged activity; no remote exploitation vector is described. The risk to availability is high if the fault can be triggered repeatedly, though the overall likelihood of successful exploitation remains low.

Generated by OpenCVE AI on August 2, 2026 at 12:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel release that contains the ALSA gus patch that adds the NULL check after snd_ctl_new1()
  • If a kernel update is not immediately feasible, apply the equivalent patch committed to the mainline kernel by merging the referenced commits into the running kernel source
  • Monitor system logs for SIGSEGV events originating from the ALSA subsystem; disabling audio services can be a temporary mitigation for critical systems

Generated by OpenCVE AI on August 2, 2026 at 12:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4720-1 linux security update
Debian DLA Debian DLA DLA-4723-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Wed, 29 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Mon, 27 Jul 2026 05:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ALSA: gus: check snd_ctl_new1() return value snd_ctl_new1() can return NULL when memory allocation fails. snd_gf1_pcm_volume_control() does not check the return value before dereferencing kctl->id.index, which can lead to a NULL pointer dereference. Add a NULL check after snd_ctl_new1() and return -ENOMEM if it fails.
Title ALSA: gus: check snd_ctl_new1() return value
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-25T08:51:43.128Z

Reserved: 2026-07-19T15:36:31.791Z

Link: CVE-2026-64482

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-07-25T10:17:33.843

Modified: 2026-07-25T10:17:33.843

Link: CVE-2026-64482

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64482 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T12:30:05Z

Weaknesses