Security readout for executives and security teams
Plain-English summary
CVE-2022-50666 is a Linux kernel use-after-free flaw in the software RDMA over TCP driver, siw. It was found during NFSoRDMA testing after a peer dropped a TCP connection. Business impact is most relevant to Linux systems using RDMA/siw or NFSoRDMA; general-purpose servers not using this feature are less likely exposed.
Executive priority
Treat as a targeted infrastructure maintenance issue, not an internet-wide emergency based on current evidence. Prioritize environments using RDMA over TCP or NFSoRDMA, especially storage or HPC systems, and fold fixes into the next kernel maintenance window unless vendor guidance raises urgency.
Technical view
The issue is in RDMA/siw queue pair destruction. siw_qp_destroy() could return while siw still held references, allowing RDMA core to free the QP structure before delayed siw_cm_work_handler use. Kernel stable commits change QP destroy behavior to wait until references are dropped. No CVSS or CWE is provided in the source bundle.
Likely exposure
Exposure appears limited to Linux kernels with RDMA/siw enabled and workloads using software RDMA, including NFSoRDMA scenarios. The source lists Linux as affected around versions starting 5.3, with stable fixes referenced for later branches. Validate against vendor kernel advisories because distribution backports may differ.
Exploitation context
The public description cites discovery through xfstest generic/460 while testing NFSoRDMA, triggered after a TCP connection drop by a peer. The source bundle does not show CISA KEV listing, public exploitation, exploit availability, or remote weaponization details.
Researcher notes
Evidence is limited to the CVE text and Linux stable commit references. The bug is a kernel use-after-free caused by asynchronous connection-management work racing with QP teardown. The source does not provide CVSS, affected distribution packages, exploitability analysis, or proof of exploitation.
Mitigation direction
- Prioritize kernel updates from your Linux distribution or kernel vendor.
- Verify whether the referenced stable kernel commits are included in deployed kernels.
- If not needed, consider disabling or avoiding RDMA/siw pending vendor guidance.
- Track vendor advisories for exact affected and fixed package versions.
Validation and detection
- Inventory Linux systems using RDMA/siw, Soft-RoCE alternatives, or NFSoRDMA.
- Check running kernel versions against vendor-fixed builds and stable commit inclusion.
- Review kernel configuration and loaded modules for siw/RDMA use.
- Look for crash reports involving siw, QP destruction, or NFSoRDMA connection drops.
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-50666 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/5c75d608fad58301b63e7d69200c13c3a1d411daCVE reference
- https://git.kernel.org/stable/c/74ad141e995a730760b1bcfa14854b7f1057d6bcCVE reference
- https://git.kernel.org/stable/c/0ed8bf9d0bb19f3f5eedd73f04aaf5bba9ac0737CVE reference
- https://git.kernel.org/stable/c/a3c278807a459e6f50afee6971cabe74cccfb490CVE 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.
