CVE-2022-50784
BaseFortify
Publication date: 2025-12-30
Last updated on: 2025-12-31
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a potential NULL-pointer dereference in the Linux kernel's iwlwifi driver related to the mei component. Specifically, if cloning the SKB (socket buffer) fails, the code might attempt to use a NULL pointer, which can cause a crash or undefined behavior. The fix ensures that if cloning fails, the code returns early instead of using the NULL pointer.
How can this vulnerability impact me? :
This vulnerability can cause the affected system's kernel to crash or behave unpredictably due to a NULL-pointer dereference. This may lead to denial of service or system instability when the iwlwifi driver attempts to clone an SKB and fails.