
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53515 is a vulnerability discovered in the Linux kernel's virtio-mmio driver. The issue was disclosed on October 1, 2025, and affects the lifecycle management of vm_dev structures. The vulnerability stems from incorrect memory management when using devres for vm_dev allocation, which has its own separate lifecycle due to having an embedded 'struct device' (NVD).
The vulnerability occurs when the virtio-mmio driver incorrectly uses devres (devm_kzalloc) to allocate a vm_dev structure that has its own separate lifecycle controlled by a release callback. This breaks the protection mechanism as the memory is freed when the platform_device is removed, instead of waiting for the vm_dev release callback. The issue can be reproduced by compiling the kernel with CONFIG_DEBUG_KOBJECT_RELEASE and unbinding with sysfs. The vulnerability has been assigned a CVSS v3.1 base score of 4.4 (Red Hat).
When exploited, this vulnerability results in a use-after-free condition when the release callback is eventually called. This can potentially lead to a kernel crash when unbinding the device through sysfs, affecting system stability. The impact is limited to privileged contexts managing platform devices (Red Hat).
The fix involves removing the use of devres for vm_dev allocation in this specific case. The vulnerability has been addressed in various Linux kernel versions, with Red Hat deferring fixes for Enterprise Linux 8 and 9 distributions (Red Hat).
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."