CVE-2023-54141
Null Pointer Dereference in Linux ath11k Driver on IPQ
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| 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 ath11k wireless driver for the IPQ5018 chipset. The driver is missing an assignment for the function pointer hw_ops->get_ring_selector. When data is sent after clients connect, the system calls this function pointer, but since it is not set for IPQ5018, a NULL pointer dereference happens, causing a kernel crash (NULL pointer exception).
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to a NULL pointer dereference when sending data over the wireless interface on affected hardware (IPQ5018). This can lead to denial of service, disrupting network connectivity and potentially requiring a system reboot to recover.