Logo
componentalsa-lib
Name
alsa-lib
Version
1.2.6.1
Type
library
Description
ALSA sound library
Licenses
LGPL-2.1-only & GPL-2.0-or-later
PURL
-
CPE
cpe:2.3:*:alsa-project:alsa-lib:1.2.6.1:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
1.2.16.1
scarthgap
1.2.11

Patches#


#
Title
Author
Resolve
1
topology: decoder - add boundary check for channel mixer
Jaroslav Kysela <perex@perex.cz>
CVE-2026-25068

Vulnerabilities#


Name
Analysis
Description
Patched
alsa-lib versions 1.2.2 up to and including 1.2.15.2, prior to commit 5f7fe33, contain a heap-based buffer overflow in the topology mixer control decoder. The tplg_decode_control_mixer1() function reads the num_channels field from untrusted .tplg data and uses it as a loop bound without validating it against the fixed-size channel array (SND_TPLG_MAX_CHAN). A crafted topology file with an excessive num_channels value can cause out-of-bounds heap writes, leading to a crash.