CVE-2022-50015
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 hda-ipc component. It involves processing an IPC reply message before the firmware has fully booted and sent a FW_READY message. If a broken firmware sends a reply message before FW_READY, the system attempts to access reply_data that has not yet been allocated, leading to a NULL pointer dereference.
How can this vulnerability impact me? :
The vulnerability can cause a NULL pointer dereference, which may lead to a system crash or kernel panic, potentially resulting in denial of service or instability in systems using the affected Linux kernel component.