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

ALSA: dummy: Check card index validity at probe

snd_dummy_probe() blindly trusts that the given devptr->id value is
within the proper card index range. It's OK for the devices the
driver itself creates at the module probe time, but if the device is
bound manually via sysfs interface, this could be -1 as "none", and
this leads to OOB access for index[] and other parameters.

Add a sanity check for the card index and warn/correct it if it's a
value out of the range.
Published: 2026-09-04
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The bug originates in the Linux kernel’s ALSA dummy driver, where the probe routine blindly trusts the device index supplied via a sysfs interface. If an attacker supplies a value of -1, the driver will perform an out-of-bounds read on internal arrays, which can corrupt kernel memory or cause the kernel to crash. The vulnerability does not immediately provide remote code execution but can be leveraged to disrupt system stability or to create a foothold for further exploitation through memory corruption.

Affected Systems

This issue affects all kernel builds that include the ALSA dummy driver, as identified by the generic Linux kernel CPE. No specific vendor or version constraints are listed, meaning the problem is present in any kernel that has not applied the fix for the dummy driver’s card index validation.

Risk and Exploitability

The CVSS score for this flaw is not provided in the input, and the EPSS metric is unavailable, indicating no current public exploitation data. The flaw is listed as not included in the CISA KEV catalog. Because the defect requires manual manipulation of the sysfs interface, it is likely to be a local or privileged attacker scenario rather than a global remote attack vector.

Generated by OpenCVE AI on September 4, 2026 at 17:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a kernel release in which the ALSA dummy probe routine includes a sanity check for the card index, as applied in the recent kernel commit series
  • If an update is not immediately possible, avoid binding dummy audio devices manually via sysfs with a card index of –1 or other out-of-range values
  • Consider disabling the dummy ALSA driver through kernel configuration or by removing the module if the functionality is not required, to eliminate the vulnerability surface

Generated by OpenCVE AI on September 4, 2026 at 17:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Fri, 04 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ALSA: dummy: Check card index validity at probe snd_dummy_probe() blindly trusts that the given devptr->id value is within the proper card index range. It's OK for the devices the driver itself creates at the module probe time, but if the device is bound manually via sysfs interface, this could be -1 as "none", and this leads to OOB access for index[] and other parameters. Add a sanity check for the card index and warn/correct it if it's a value out of the range.
Title ALSA: dummy: Check card index validity at probe
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-09-04T15:13:32.732Z

Reserved: 2026-08-26T14:34:25.794Z

Link: CVE-2026-80812

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T16:18:08.633

Modified: 2026-09-04T16:18:08.633

Link: CVE-2026-80812

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T17:30:17Z

Weaknesses