CVE-2023-54233
Null Pointer Dereference in Linux SOF ASoC IPC4 Widget Handling
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's ASoC SOF component when an IPC4 topology contains an unsupported widget. The .module_info field for such a widget is not set, and when sof_ipc4_route_setup() tries to access this field, it causes a kernel Oops due to a NULL pointer dereference. The fix involves adding a check to prevent dereferencing NULL in these cases.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (kernel Oops) when processing certain audio topologies with unsupported widgets, potentially leading to system instability or denial of service.