Security readout for executives and security teams
Plain-English summary
This is a Linux kernel bug in the RDMA/rxe component that can cause a kernel NULL pointer dereference during failed queue-pair creation cleanup. The public record does not provide CVSS, confirmed impact, or exploitation evidence. Treat it as a stability and availability concern for systems using this kernel RDMA path.
Executive priority
Handle through normal kernel patch governance unless RDMA/rxe is business-critical or broadly deployed. There is no public evidence of active exploitation, but kernel crashes can affect service availability. Prioritize exposed infrastructure and confirm vendor-fixed kernels.
Technical view
In RDMA/rxe, if rxe_queue_init fails inside rxe_qp_init_req, qp->req.task.func and arg may remain uninitialized. Cleanup via rxe_create_qp and rxe_qp_do_cleanup can reach __rxe_do_task without validating those fields, causing a NULL pointer dereference. Stable kernel commits add checks before task execution.
Likely exposure
Exposure appears limited to Linux systems with affected kernel code paths in RDMA/rxe. The source lists Linux kernel versions and stable commits, but does not define deployment prerequisites, remote reachability, or required privileges. Systems not using RDMA/rxe likely have lower practical exposure.
Exploitation context
No active exploitation is reported in the provided sources, and the CVE is not marked KEV. The record describes a failure-handling bug, not an exploit technique. Available evidence supports potential kernel crash or instability, but not privilege escalation or remote compromise.
Researcher notes
The public record lacks CVSS, CWE, attack vector, and privilege requirements. Analysis should focus on whether local RDMA/rxe queue-pair creation failure paths are reachable in your environment. Avoid assuming exploitability beyond the documented NULL pointer dereference.
Mitigation direction
- Update to a Linux kernel containing the referenced stable fixes.
- Use distribution kernel advisories to identify the fixed package for your platform.
- Prioritize systems that use RDMA/rxe or software RoCE functionality.
- If patch timing is unclear, request vendor guidance before applying compensating controls.
Validation and detection
- Inventory Linux kernel versions across servers and appliances.
- Identify hosts where RDMA/rxe functionality is enabled or required.
- Confirm the running kernel includes the relevant upstream stable commit.
- Check distribution security notes for CVE-2022-50671 fixed builds.
- Review kernel logs for NULL pointer dereference events in RDMA/rxe paths.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2022-50671 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/48cd7098e71735ccafa0b3cf27c53924f9cb5b2fCVE reference
- https://git.kernel.org/stable/c/eca119693010032d6cc6e7e9b4fb2c363c7e12ceCVE reference
- https://git.kernel.org/stable/c/9c5dd6993c794703e74c6ba17ac78ca0211ef940CVE reference
- https://git.kernel.org/stable/c/0d773c58d702f0a7c16ee8d69617fd2c28350795CVE reference
- https://git.kernel.org/stable/c/cdce36a88def550773142a34ef727a830cad96a8CVE reference
- https://git.kernel.org/stable/c/f2f405af70e6f0419e718d23fa304798a5405c41CVE reference
- https://git.kernel.org/stable/c/bb33fa65da77f5f02dbee6f25cebaeedfcd70028CVE reference
- https://git.kernel.org/stable/c/3b8752f086eb6865cc3662ad13249b03024501e5CVE reference
- https://git.kernel.org/stable/c/a625ca30eff806395175ebad3ac1399014bdb280CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
