CVE-2022-50671
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2022-50671, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix "kernel NULL pointer dereference" error When rxe_queue_init in the function rxe_qp_init_req fails, both qp->req.task.func and qp->req.task.arg are not initialized. Because of creation of qp fails, the function rxe_create_qp will call rxe_qp_do_cleanup to handle allocated resource. Before calling __rxe_do_task, both qp->req.task.func and qp->req.task.arg should be checked.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-07-06
AI Q&A
2025-12-09
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50671. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart