CVE-2022-50016
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-14
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) |
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 SOF Intel cnl driver, where it may process an IPC reply message before the firmware has fully booted and sent a FW_READY message. If a broken firmware sends a reply message prematurely, the driver attempts to access reply_data that has not yet been allocated, leading to a NULL pointer dereference.
How can this vulnerability impact me? :
The impact of this vulnerability is a potential NULL pointer dereference in the Linux kernel, which can cause a kernel crash or system instability if exploited by a malicious or faulty firmware sending premature IPC reply messages.