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 40250
About this tag
CVE-2025-40250 is a Linux kernel vulnerability in the Mellanox/MLX5 network driver. The bug occurs in mlx5_irq_alloc: when a request_irq fails due to exhausted IRQ vectors, the cleanup code incorrectly frees the entire IRQ mapping (rmap) instead of only the failed mapping. This can lead to general protection faults and kernel crashes. The upstream fix ensures that only the newly added IRQ glue is removed on failure. This tag covers discussion of the vulnerability, its impact on system stability, and the kernel patch that resolves it.
A subtle but consequential Linux kernel bug in the Mellanox/MLX5 driver has been assigned CVE‑2025‑40250: mlx5_irq_alloc could, on a failed request_irq caused by exhausted IRQ vectors, free the entire IRQ mapping (rmap) rather than only the mapping that failed, potentially triggering general...