CVE-2022-50178
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-28
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.16 (inc) to 5.18.18 (exc) |
| linux | linux_kernel | From 5.19 (inc) to 5.19.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-369 | The product divides a value by zero. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a divide-by-zero error in the Linux kernel's wifi driver (rtw89 for the 8852a chipset). It occurs during the RF calibration process called DPK, which fine-tunes parameters and checks results. If the calibration result is negative, it can cause a division by zero, leading to a kernel crash (core dump). The fix ensures division only happens if the divisor is not zero, otherwise zero is used.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (core dump) when the wifi driver encounters a negative calibration result, potentially leading to system instability or denial of service due to the kernel panic.