CVE-2026-72300
Received Received - Intake

Linux kernel ASoC SOF topology array size validation flaw

Vulnerability report for CVE-2026-72300, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: topology: validate vendor array size before parsing sof_parse_token_sets() reads array->size while iterating over topology private data. The loop condition only checks that some data remains, so a malformed topology with a truncated trailing vendor array can make the parser read the size field before a full vendor-array header is available. Validate that the remaining private data contains a complete snd_soc_tplg_vendor_array header before reading array->size. The declared array size check also needs to remain signed. asize is an int, but sizeof(*array) has type size_t, so comparing them directly promotes negative asize values to unsigned and lets them pass the check, as reported in the stable review thread reference below. Cast sizeof(*array) to int when validating the declared array size. This rejects negative, zero and otherwise too-small sizes before the parser dispatches to the tuple-specific code.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
intel sof *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in the Linux kernel's Advanced Linux Sound Architecture (ALSA) Sound Open Firmware (SOF) topology parser. It involves improper validation of array sizes in topology private data. A malformed topology file with a truncated vendor array could cause the parser to read an array size field before the full header is available, potentially leading to memory corruption or crashes.

Detection Guidance

This vulnerability is specific to the Linux kernel's ASoC SOF topology parser and requires examining kernel logs or topology files for malformed vendor arrays. Check kernel logs for parsing errors with commands like dmesg | grep -i "sof" or journalctl -k | grep -i "sof". Inspect topology files in /lib/firmware/intel/sof/ for truncated vendor arrays.

Impact Analysis

If exploited, this could allow an attacker with access to craft malicious audio topology files to cause denial of service (system crash) or potentially execute arbitrary code on affected systems. Users running vulnerable Linux kernels with SOF audio support could be impacted if they process untrusted topology files.

Mitigation Strategies

Update the Linux kernel to a patched version that includes the fix for CVE-2026-72300. If immediate patching is not possible, avoid loading untrusted topology files and restrict access to firmware directories like /lib/firmware/intel/sof/.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72300. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart