Security readout for executives and security teams
Plain-English summary
CVE-2022-50736 is a Linux kernel RDMA Soft-iWARP bug. Under error handling, an undefined operation code can cause out-of-bounds array access while generating completions. The public record ties this to KASAN findings during NFSoRDMA testing and notes a possible malicious user case when completion queues are mapped to user space.
Executive priority
Treat as a targeted kernel maintenance issue. Prioritize systems using RDMA/siw, storage over RDMA, or multi-user environments with RDMA access. For ordinary servers without RDMA use, handle through normal kernel update cycles unless vendor guidance raises severity.
Technical view
The issue is in RDMA/siw immediate work request flushing when a queue pair is in ERROR state. Incorrect or undefined opcode/status values may be used in mapping arrays between siw and RDMA core completion representations, causing global out-of-bounds access. Kernel stable commits correct opcode handling and guard mapping behavior.
Likely exposure
Exposure is most relevant to Linux systems with RDMA/siw or NFSoRDMA-related workloads enabled or available to users. General Linux hosts not using RDMA/siw are less likely to be exposed, but kernel package provenance should be checked.
Exploitation context
No active exploitation is indicated in the provided sources, and the CVE is not marked KEV. The record mentions a potential malicious user scenario involving user-mapped completion queues, but provides no public exploit details or CVSS score.
Researcher notes
The public record lacks CVSS, CWE, and detailed affected-version boundaries. The strongest evidence is the Linux kernel description and stable commit references. Analysis should focus on RDMA/siw code paths, queue pair ERROR handling, and completion queue mmap exposure.
Mitigation direction
- Identify Linux kernels with RDMA/siw support in scope.
- Update to a vendor kernel containing the referenced stable fixes.
- If patch timing is unclear, follow your Linux distributor guidance.
- Reduce unnecessary RDMA/siw exposure where operationally feasible.
Validation and detection
- Inventory kernel versions and enabled RDMA modules.
- Check whether siw or NFSoRDMA is used in production.
- Confirm vendor advisories or kernel changelogs include the cited commits.
- Review kernel logs for related KASAN or RDMA completion errors.
Public sources used
- CVE Program
- CVE List V5
- Linux stable commit 6af043089d3f1210776d19b6fdabea610d4c7699
- Linux stable commit 75af03fdf35acf15a3977f7115f6b8d10dff4bc7
- Linux stable commit f8d8fbd3b6d6cc3f25790cca5cffe8ded512fef6
- Linux stable commit 355d2eca68c10d713a42f68e62044b3d1c300471
- Linux stable commit f3d26a8589dfdeff328779b511f71fb90b10005e
- Linux stable commit bdf1da5df9da680589a7f74448dd0a94dd3e1446
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-50736 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/6af043089d3f1210776d19b6fdabea610d4c7699CVE reference
- https://git.kernel.org/stable/c/75af03fdf35acf15a3977f7115f6b8d10dff4bc7CVE reference
- https://git.kernel.org/stable/c/f8d8fbd3b6d6cc3f25790cca5cffe8ded512fef6CVE reference
- https://git.kernel.org/stable/c/355d2eca68c10d713a42f68e62044b3d1c300471CVE reference
- https://git.kernel.org/stable/c/f3d26a8589dfdeff328779b511f71fb90b10005eCVE reference
- https://git.kernel.org/stable/c/bdf1da5df9da680589a7f74448dd0a94dd3e1446CVE 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.
