CVE-2022-50049
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-13
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | 6.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's ASoC DPCM component. When DPCM tries to add valid backend (BE) connections, it does not check if the selected BE supports the given stream direction. As a result, if an asymmetric BE stream is present, it may select an incorrect BE, potentially causing a NULL pointer dereference later when the code assumes the BE substream exists. The fix involves adding a check to ensure the BE substream is present before selecting it.
How can this vulnerability impact me? :
This vulnerability can lead to a NULL pointer dereference in the Linux kernel, which may cause system instability or crashes. Such crashes could disrupt audio processing or other kernel operations relying on the ASoC DPCM subsystem, potentially affecting system reliability.