CVE-2022-50885
Null Pointer Dereference in Linux RDMA RXE Causes Kernel Crash
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | rdma_rxe | * |
| microsoft | cifs | * |
| 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 is a null pointer dereference in the Linux kernel's RDMA rxe driver, specifically in the function rxe_qp_do_cleanup(). It occurs when a socket creation fails during the mount.cifs operation over RDMA, leading to an attempt to access memory through a NULL pointer. The issue arises because the cleanup function is called before checking if the pointer is NULL, causing a kernel crash.
How can this vulnerability impact me? :
This vulnerability can cause a kernel crash (null pointer dereference) when mounting CIFS shares over RDMA, potentially leading to denial of service on affected systems. This could disrupt normal operations and affect system stability.