CVE-2023-53811
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-53811 is a kernel warning/bug vulnerability in the Linux kernel's RDMA/irdma driver, caused by the driver attempting to use more MSI-X vectors than the number of online CPUs plus one. When the number of configured MSI-X vectors exceeds num_online_cpus() + 1, the kernel triggers a warning in irdma_cfg_ceq_vector because the driver tries to update the IRQ affinity hint with a CPU mask larger than the maximum CPU IDs. The vulnerability affects the Linux kernel's irdma (Intel RDMA) driver. It was published on December 9, 2025, and is estimated as Medium severity with an EPSS score of 0.000180 (Feedly, CVEFeed).

Technical details

The root cause is an improper bounds check (related to CWE-125/CWE-20 — improper input validation or out-of-bounds read on CPU mask) in the irdma_cfg_ceq_vector function within the Linux kernel's RDMA irdma driver. When the driver is probed via irdma_probe()irdma_rt_init_hw(), it configures Completion Event Queue (CEQ) vectors and attempts to set IRQ affinity hints using a CPU mask derived from the configured MSI-X count. If the MSI-X vector count exceeds num_online_cpus() + 1, the CPU mask index exceeds the valid range defined in include/linux/cpumask.h:106, triggering a kernel WARN_ON. The fix caps the number of MSI-X vectors used to num_online_cpus() + 1 at driver initialization (Feedly).

Impact

The primary impact is a kernel warning (WARN_ON) triggered during driver probe, which can cause instability or unexpected behavior in systems using the Intel RDMA (irdma) driver with a high MSI-X vector configuration. While this does not directly result in arbitrary code execution or privilege escalation, it can degrade system reliability and potentially cause denial-of-service conditions on RDMA-capable systems. The affected asset scope is limited to Linux systems with Intel RDMA hardware using the irdma kernel driver (Feedly).

Exploitability

There is no known public exploit code, active in-the-wild exploitation, or threat actor attribution associated with CVE-2023-53811. The EPSS score is very low at 0.000180, indicating a minimal probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. It is detectable via Nessus (plugin 278107) and Qualys (plugin 761056) (Feedly, Tenable).

Mitigation and workarounds

The fix has been committed to the Linux kernel stable tree, capping the number of MSI-X vectors used by the irdma driver to num_online_cpus() + 1. Administrators should apply the relevant kernel patches from the stable commits (e.g., 9cd9842c, 209e4aa9, 87674a35, b3bd44bf on kernel.org). Updating to a patched kernel version that includes these fixes is the recommended remediation. As a workaround, limiting the number of MSI-X vectors configured for the irdma device to not exceed num_online_cpus() + 1 may prevent the warning from triggering (Feedly, kernel.org).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-74576HIGH7.5
  • Linux Kernel logoLinux Kernel
  • linux-nvidia-6.17
NoYesAug 15, 2026
CVE-2026-74578HIGH7.1
  • Linux Kernel logoLinux Kernel
  • linux-azure-6.8
NoYesAug 16, 2026
CVE-2026-74579LOW3.4
  • Linux Kernel logoLinux Kernel
  • linux-lowlatency-hwe-5.15
NoYesAug 17, 2026
CVE-2025-30156NONEN/A
  • Linux Kernel logoLinux Kernel
  • perf
NoNoAug 21, 2026
CVE-2026-74577NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-debug-modules-extra
NoYesAug 15, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management