You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2025 40061
About this tag
CVE-2025-40061 is a Linux kernel vulnerability in the RDMA rxe driver that involves a race condition during task draining, potentially leading to a use-after-free. The issue arose when the driver's code migrated from tasklets to workqueues, losing proper draining semantics. A targeted patch restores the pre-migration behavior, preventing tasks from rescheduling during cleanup. System operators running RDMA/rxe-enabled kernels should apply stable kernel updates or distribution backports to mitigate this concurrency flaw.
The Linux kernel received a targeted fix for CVE-2025-40061 — a subtle race in the RDMA rxe driver’s worker loop that can lead to a use‑after‑free when tasks are being drained — and the patch restores pre‑migration draining semantics lost when the code moved from tasklets to workqueues. The...