CVE-2022-50671
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 |
|---|---|---|
| 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 kernel NULL pointer dereference error in the Linux kernel's RDMA rxe driver. Specifically, when the function rxe_qp_init_req fails during queue pair (qp) initialization, certain task function pointers (qp->req.task.func and qp->req.task.arg) are not initialized. Later, when cleanup is performed by rxe_create_qp calling rxe_qp_do_cleanup, these uninitialized pointers are used without proper checks, leading to a NULL pointer dereference.
How can this vulnerability impact me? :
The impact of this vulnerability is that it can cause a kernel NULL pointer dereference, which typically results in a kernel crash or system instability. This can lead to denial of service on affected systems running the vulnerable Linux kernel with the RDMA rxe driver.