
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-54215 is a memory leak vulnerability in the Linux kernel's virtio-vdpa subsystem, specifically within the virtio_vdpa_find_vqs() function. The flaw occurs because the cpumask allocated by create_affinity_masks() is not freed before the function returns, resulting in a kernel memory leak. It affects Linux kernel versions prior to the fixes introduced in stable commits targeting the 6.4.x and 6.5 series. The vulnerability was published on December 30, 2025, and carries an estimated CVSS severity of Medium with an EPSS score of approximately 0.024% (Feedly, EUVD).
The root cause is a missing memory deallocation (CWE-401: Missing Release of Memory after Effective Lifetime) in the virtio_vdpa_find_vqs() function within the Linux kernel's virtio-vdpa driver. When create_affinity_masks() allocates a cpumask structure and the function subsequently returns — whether on success or an error path — the allocated memory is not freed, causing a kernel memory leak. The fix involves ensuring free_cpumask_var() (or equivalent cleanup) is called on all return paths. Patches are available in stable kernel commits fa450621efab58121fe8e57f7a7b80fee6e0bae1 (6.4.x branch) and df9557046440b0a62250fee3169a8f6a139f55a6 (Kernel Git, Kernel Git).
The primary impact of this vulnerability is a kernel memory leak, which over time can degrade system stability and availability by exhausting kernel memory resources. This could lead to degraded performance or, in sustained exploitation scenarios, a denial-of-service condition on affected systems running the vulnerable virtio-vdpa driver. There is no direct confidentiality or integrity impact, and the vulnerability does not enable remote code execution or privilege escalation (Feedly, EUVD).
Apply the upstream Linux kernel patches that resolve the memory leak: commit fa450621efab58121fe8e57f7a7b80fee6e0bae1 for the 6.4.x stable branch (fixed in 6.4.12) and commit df9557046440b0a62250fee3169a8f6a139f55a6 for the 6.5 branch. Linux distribution maintainers (e.g., Red Hat, Ubuntu, SUSE) may backport these fixes to their supported kernel versions; users should apply the latest kernel updates provided by their distribution. No configuration-based workaround is known; upgrading to a patched kernel version is the recommended remediation (Kernel Git, Kernel Git).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."