LiveActive security incident?Get immediate response
CVE Record

CVE-2026-25068: alsa-lib 1.2.15.2 Topology Decoder Heap-based Buffer Overflow

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.

MediumCVSS 4.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2026-25068 is a local, user-assisted crash risk in ALSA's library for handling audio topology files. If a vulnerable system processes a specially crafted .tplg file, the decoder can write past heap memory and crash. The public sources describe availability impact, not data theft or privilege escalation.

Executive priority

Treat this as a moderate Linux dependency remediation item. Prioritize systems that process externally supplied audio topology files, developer workstations, CI pipelines, and products packaging alsa-lib. It is not currently supported as an actively exploited or remote compromise issue in the provided sources.

Technical view

alsa-lib 1.2.2 through 1.2.15.2, before commit 5f7fe33, lacks bounds validation for num_channels in tplg_decode_control_mixer1(). Untrusted .tplg data can make the decoder loop beyond the fixed SND_TPLG_MAX_CHAN channel array, causing out-of-bounds heap writes. CVSS 4.0 is 4.6 with local attack vector and active user interaction.

Likely exposure

Exposure is most likely on Linux systems or build workflows that have vulnerable alsa-lib versions and parse ALSA topology .tplg files, especially if those files can come from users, vendors, packages, or test inputs. Systems that never process untrusted topology files have lower practical exposure.

Exploitation context

The source bundle states KEV is false and provides no cited evidence of active exploitation. The described attack requires local access or a user-assisted path to make the vulnerable decoder process a crafted .tplg file. Public impact is described as a crash from heap corruption.

Researcher notes

The core issue is missing bounds validation on an attacker-controlled num_channels field before indexing a fixed channel array. The provided evidence supports local, user-assisted availability impact. It does not establish code execution, privilege escalation, confidentiality impact, or active exploitation.

Mitigation direction

  • Upgrade alsa-lib to a version containing commit 5f7fe33 or later vendor backport.
  • Apply relevant distribution security updates, including Debian LTS guidance where applicable.
  • Avoid processing untrusted .tplg files on vulnerable systems until patched.
  • Limit topology-file ingestion to trusted sources and controlled build pipelines.
  • Check vendor advisories for package names and fixed versions in your distribution.

Validation and detection

  • Inventory hosts and containers for alsa-lib versions 1.2.2 through 1.2.15.2.
  • Confirm the installed package includes commit 5f7fe33 or a vendor backport.
  • Identify applications, tests, or pipelines that decode ALSA .tplg files.
  • Review whether .tplg inputs can be supplied by users or third parties.
  • Track remediation through distribution advisories and package update records.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-129: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-25068 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.6 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
2ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.6CVSS 4.0MediumCVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:L/SC:N/SI:N/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

4.6Medium
CVSS 4.0 vector shape for CVE-2026-25068Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ALSA Projectalsa-lib1.2.2, 5f7fe33002d2d98d84f72e381ec2cccc0d5d3d40unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-129 · source CWE mapping

Improper Validation of Array Index

Improper Validation of Array Index represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.