CVE-2021-47614: RDMA/irdma: Fix a user-after-free in add_pble_prm
In the Linux kernel, the following vulnerability has been resolved:
RDMA/irdma: Fix a user-after-free in add_pble_prm
When irdma_hmc_sd_one fails, 'chunk' is freed while its still on the PBLE
info list.
Add the chunk entry to the PBLE info list only after successful setting of
the SD in irdma_hmc_sd_one.
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel bug in the RDMA irdma driver. A failed setup path can leave a freed memory object on an internal list, creating a use-after-free condition. The source bundle does not provide CVSS, confirmed impact, or active exploitation evidence.
Executive priority
Treat this as a targeted kernel maintenance issue, not a confirmed exploitation emergency. Prioritize patching systems that use RDMA or the irdma driver, and rely on Linux vendor advisories for final severity and fixed package mapping.
Technical view
In add_pble_prm, if irdma_hmc_sd_one fails, chunk is freed while still linked on the PBLE info list. The fix delays adding the chunk entry until after successful SD setup in irdma_hmc_sd_one.
Likely exposure
Exposure is most likely on Linux systems running affected kernels with the RDMA irdma driver present and relevant Intel RDMA functionality enabled. The bundle lists Linux versions including 5.14, 5.15.10, and 5.16 as affected, but does not provide deployment-specific exposure details.
Exploitation context
The bundle marks KEV as false and provides no cited evidence of active exploitation or public weaponization. Exploitability is not characterized in the supplied sources, so impact should be assessed through vendor guidance and local kernel usage.
Researcher notes
The key condition is an error path in add_pble_prm: irdma_hmc_sd_one failure frees chunk while it remains list-linked. The upstream remediation changes ordering so list insertion occurs only after successful SD setup. No CVSS, CWE, or exploit details are supplied.
Mitigation direction
Update affected Linux kernels to versions containing the referenced stable fixes.
Check Linux vendor advisories for distribution-specific fixed kernel packages.
Disable unused RDMA or irdma functionality where operationally safe.
Prioritize systems where RDMA workloads or irdma hardware are in use.
Validation and detection
Inventory Linux kernel versions against vendor fixed-package guidance.
Identify systems using or loading the irdma RDMA driver.
Verify deployed kernels include the referenced stable commits or equivalent backports.
Confirm RDMA-dependent workloads still function after patching or configuration changes.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
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 · low confidence lookup
CVE-2021-47614 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.