CVE-2026-43126
Awaiting Analysis Awaiting Analysis - Queue
Linux Kernel ALSA OSS Mixer Use-After-Free Fix

Publication date: 2026-05-06

Last updated on: 2026-05-06

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: ALSA: mixer: oss: Add card disconnect checkpoints ALSA OSS mixer layer calls the kcontrol ops rather individually, and pending calls might be not always caught at disconnecting the device. For avoiding the potential UAF scenarios, add sanity checks of the card disconnection at each entry point of OSS mixer accesses. The rwsem is taken just before that check, hence the rest context should be covered by that properly.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-05-06
Generated
2026-05-07
AI Q&A
2026-05-06
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's ALSA OSS mixer layer. The issue arises because the mixer layer calls the kcontrol operations individually, and some pending calls might not be properly handled when the device is disconnecting. This can lead to use-after-free (UAF) scenarios. To fix this, sanity checks for card disconnection were added at each entry point of OSS mixer accesses, with a read-write semaphore (rwsem) taken before the check to ensure proper context coverage.


How can this vulnerability impact me? :

The vulnerability could lead to use-after-free conditions in the ALSA OSS mixer layer when a device is disconnected. This might cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or cause denial of service by exploiting the improper handling of device disconnection.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart