Bug 2532324 (CVE-2026-80964) - CVE-2026-80964 kernel: Linux kernel: ALSA virmidi driver out-of-bounds access via sysfs interface
Summary: CVE-2026-80964 kernel: Linux kernel: ALSA virmidi driver out-of-bounds access...
Keywords:
Status: NEW
Alias: CVE-2026-80964
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-11 22:22 UTC by OSIDB Bzimport
Modified: 2026-09-11 22:37 UTC (History)
15 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 22:22:00 UTC
In the Linux kernel, the following vulnerability has been resolved:

ALSA: virmidi: Check card index validity at probe

virmidi driver blindly trusts that the given devptr->id value is
within the proper card index range at probe.  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.


Note You need to log in before you can comment on or make changes to this bug.