LiveActive security incident?Get immediate response
CVE Record

CVE-2023-54292: RDMA/irdma: Fix data race on CQP request done

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix data race on CQP request done KCSAN detects a data race on cqp_request->request_done memory location which is accessed locklessly in irdma_handle_cqp_op while being updated in irdma_cqp_ce_handler. Annotate lockless intent with READ_ONCE/WRITE_ONCE to avoid any compiler optimizations like load fusing and/or KCSAN warning. [222808.417128] BUG: KCSAN: data-race in irdma_cqp_ce_handler [irdma] / irdma_wait_event [irdma] [222808.417532] write to 0xffff8e44107019dc of 1 bytes by task 29658 on cpu 5: [222808.417610] irdma_cqp_ce_handler+0x21e/0x270 [irdma] [222808.417725] cqp_compl_worker+0x1b/0x20 [irdma] [222808.417827] process_one_work+0x4d1/0xa40 [222808.417835] worker_thread+0x319/0x700 [222808.417842] kthread+0x180/0x1b0 [222808.417852] ret_from_fork+0x22/0x30 [222808.417918] read to 0xffff8e44107019dc of 1 bytes by task 29688 on cpu 1: [222808.417995] irdma_wait_event+0x1e2/0x2c0 [irdma] [222808.418099] irdma_handle_cqp_op+0xae/0x170 [irdma] [222808.418202] irdma_cqp_cq_destroy_cmd+0x70/0x90 [irdma] [222808.418308] irdma_puda_dele_rsrc+0x46d/0x4d0 [irdma] [222808.418411] irdma_rt_deinit_hw+0x179/0x1d0 [irdma] [222808.418514] irdma_ib_dealloc_device+0x11/0x40 [irdma] [222808.418618] ib_dealloc_device+0x2a/0x120 [ib_core] [222808.418823] __ib_unregister_device+0xde/0x100 [ib_core] [222808.418981] ib_unregister_device+0x22/0x40 [ib_core] [222808.419142] irdma_ib_unregister_device+0x70/0x90 [irdma] [222808.419248] i40iw_close+0x6f/0xc0 [irdma] [222808.419352] i40e_client_device_unregister+0x14a/0x180 [i40e] [222808.419450] i40iw_remove+0x21/0x30 [irdma] [222808.419554] auxiliary_bus_remove+0x31/0x50 [222808.419563] device_remove+0x69/0xb0 [222808.419572] device_release_driver_internal+0x293/0x360 [222808.419582] driver_detach+0x7c/0xf0 [222808.419592] bus_remove_driver+0x8c/0x150 [222808.419600] driver_unregister+0x45/0x70 [222808.419610] auxiliary_driver_unregister+0x16/0x30 [222808.419618] irdma_exit_module+0x18/0x1e [irdma] [222808.419733] __do_sys_delete_module.constprop.0+0x1e2/0x310 [222808.419745] __x64_sys_delete_module+0x1b/0x30 [222808.419755] do_syscall_64+0x39/0x90 [222808.419763] entry_SYSCALL_64_after_hwframe+0x63/0xcd [222808.419829] value changed: 0x01 -> 0x03

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This CVE is a Linux kernel bug in the irdma RDMA driver. Two code paths can read and update a completion flag without safe annotations, creating a data race. The public bundle does not describe data loss, privilege escalation, remote exploitation, or a crash, so business urgency is mainly tied to patch hygiene for systems using this driver.

Executive priority

Handle through normal kernel maintenance, with higher priority for servers using RDMA/irdma. There is no cited exploitation or severity score, but kernel race fixes should not be ignored on infrastructure that depends on the affected driver.

Technical view

In RDMA/irdma, cqp_request->request_done is read locklessly in irdma_handle_cqp_op/irdma_wait_event and written in irdma_cqp_ce_handler. KCSAN reported a race during CQP completion and device teardown paths. Upstream stable fixes annotate the lockless access with READ_ONCE/WRITE_ONCE to avoid compiler load fusing and document intent.

Likely exposure

Exposure appears limited to Linux systems running affected kernel builds where the irdma RDMA driver is present or loaded. General Linux hosts without this driver or related RDMA hardware are less likely exposed. The bundle’s version data is incomplete, so confirm exact exposure through kernel branch and distribution advisories.

Exploitation context

The source bundle does not report active exploitation, and KEV is false. It also does not provide a practical exploit scenario. Evidence shows a kernel concurrency bug detected by KCSAN, not a demonstrated attack path.

Researcher notes

The fix is narrowly described as READ_ONCE/WRITE_ONCE annotation for a lockless request_done flag. The bundle lacks CVSS, CWE, trigger preconditions, and exploitability analysis. Treat impact and exact affected ranges as unresolved until upstream branch mapping or distribution advisories clarify practical consequences.

Mitigation direction

  • Apply vendor or distribution kernel updates containing the referenced stable fixes.
  • Prioritize RDMA-capable systems where the irdma driver is installed or loaded.
  • Confirm the relevant upstream stable commit is included for each kernel branch.
  • If patching is delayed, check vendor guidance for supported mitigations.
  • Disable unused RDMA/irdma functionality only when supported by vendor policy.

Validation and detection

  • Inventory Linux hosts and record running kernel versions.
  • Check whether the irdma module or RDMA stack is present or loaded.
  • Map kernel builds to distribution advisories or the listed upstream stable commits.
  • Review kernel logs for KCSAN or irdma race warnings where debugging is enabled.
  • Track exceptions for RDMA-enabled systems awaiting vendor kernel updates.
Prepared
Confidence
medium
Sources
6

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-2023-54292 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

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.

0CVSS vectors
3Timeline events
0ADP providers
5Source links

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux915cc7ac0f8e2a23675ee896e87f17c7d3c47089, 915cc7ac0f8e2a23675ee896e87f17c7d3c47089, 915cc7ac0f8e2a23675ee896e87f17c7d3c47089, 915cc7ac0f8e2a23675ee896e87f17c7d3c47089unaffected
LinuxLinux5.14, 0, 5.15.124, 6.1.43, 6.4.8, 6.5affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.