CVE-2022-50678
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| brcm | brcmfmac | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's brcmfmac wifi driver involves an invalid address access caused by a variable 'i' being changed when setting a random MAC address. This leads to accessing an invalid index in a request array (pi->reqs[i]->reqid) when printing scan log information. The issue is fixed by replacing the incorrect index with the correct one (ri), preventing the invalid memory access.
How can this vulnerability impact me? :
The vulnerability can cause the kernel to attempt to access invalid memory addresses, leading to kernel crashes or 'Oops' errors. This can result in system instability or denial of service in systems using the affected wifi driver.