CVE-2026-43204
ASoC: q6asm DSP Response Handling Flaw in Linux Kernel
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| qualcomm | q6asm | * |
Helpful Resources
Exploitability
| 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 component related to Qualcomm's q6asm audio subsystem. It involves the handling of DSP (Digital Signal Processor) responses after a data stream has been closed. Although a previous commit attempted to ignore these late DSP responses, they were still processed, which could cause the system to lock up. The fix involves unconditionally dropping all DSP responses associated with closed data streams to prevent these lockups.
How can this vulnerability impact me? :
The vulnerability can cause the system to lock up due to the processing of DSP responses after a data stream has been closed. This can lead to system instability or crashes, potentially disrupting normal operation of devices using the affected Linux kernel component.