A vulnerability in the Linux kernel RDMA/iwcm subsystem caused workqueue list corruption due to flawed handling of reusable work items. The issue was introduced by a change to cm_event_handler() that unconditionally called queue_work() under the assumption that already-pending work would not be queued again. In this code path, however, a free list of struct iwcm_work objects was used, with each object embedding a struct work_struct. Because freed and reinitialized work items could be reused from the free list, repeated queue_work() calls could enqueue logically duplicate work as distinct entries. The work handler then walked a separate work_list until empty, allowing an item to be processed and returned to the free list while its corresponding workqueue entry was still pending. If that object was subsequently reinitialized with INIT_WORK and reused, internal workqueue list state could be corrupted, leading to list_del corruption and kernel BUG conditions. The fix removes the redundant work_list and relies on the kernel workqueue subsystem's native tracking.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
14 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Linux kernel RDMA/iwcm vulnerability involving workqueue list corruption caused by work_list handling.
A Linux kernel vulnerability in RDMA/iwcm involving workqueue list corruption.
A Linux kernel vulnerability in RDMA/iwcm where unconditional queue_work() usage with reused iwcm_work structures can cause workqueue list corruption, leading to kernel BUG/Oops conditions during processing.
A Linux kernel vulnerability in the RDMA/iwcm component caused workqueue list corruption due to incorrect work submission logic and reuse of embedded work_struct entries from a free list, potentially triggering kernel crashes and BUG/Oops conditions under stress.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.