PT-2026-39120 · Linux · Linux Kernel

Published

2026-05-08

·

Updated

2026-05-15

·

CVE-2026-43459

CVSS v3.1

7.3

High

VectorAV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description A use-after-free issue exists in the ALSA System on Chip (ASoC) core. When a sound card is unbound while a PCM stream is open, the close delayed work workqueue handler calls snd soc dapm stream event(). During the unbind process, snd card disconnect sync() releases PCM file descriptors, which may trigger snd soc dapm stream stop() to schedule new delayed work. Because this occurs after the initial flush in snd soc unbind card(), the new work remains pending. Subsequently, soc remove link components() frees DAPM widgets before the pending work executes, resulting in a use-after-free condition.
Recommendations Apply the update that introduces a flush in soc cleanup card resources() after snd card disconnect sync() and before soc remove link dais() and soc remove link components().

Fix

Use After Free

Weakness Enumeration

Related Identifiers

CVE-2026-43459

Affected Products

Linux Kernel