CVE-2023-54024
Memory Leak in Linux KVM Coalesced MMIO Device Unregistration
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's KVM subsystem involves a memory leak caused when the system fails to unregister a coalesced MMIO (Memory-Mapped I/O) device. Specifically, if the unregistration of the device fails, the target device is not destroyed and freed properly, leading to an unreferenced object and a memory leak.
How can this vulnerability impact me? :
The vulnerability can cause a memory leak in the Linux kernel, which may lead to increased memory usage and potentially degrade system performance or stability over time if exploited or triggered repeatedly.