CVE-2022-50735
NULL Pointer Dereference in Linux mt76u WiFi Driver
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 | 5.14.0 |
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
This vulnerability can cause a kernel crash or system instability due to a NULL pointer dereference in the WiFi driver. This could lead to denial of service on affected systems using the mt76 WiFi driver.
Can you explain this vulnerability to me?
This vulnerability is a NULL pointer dereference in the Linux kernel's mt76 WiFi driver. Specifically, the mt76u_status_worker thread was running even when the device was not yet running, leading to a NULL pointer dereference and potential kernel crash. The fix prevents the mt76u_status_worker thread from running if the device is not active.