
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-37817 is a double free vulnerability discovered in the Linux kernel's MCB (Machine Check Block) subsystem, specifically in the chameleon_parse_gdd() function. The vulnerability was disclosed on May 8, 2025. The issue affects various Linux distributions including Ubuntu, Debian, and Red Hat Enterprise Linux (NVD, Wiz).
The vulnerability exists in the chameleon_parse_gdd() function of the Linux kernel's MCB subsystem. When mcb_device_register() fails, the code improperly handles the error condition by attempting to free the 'mdev' device structure twice. The first free occurs within mcb_device_register() through the put_device() function, and the second occurs when the code reaches the 'err' error handling label (Wiz).
A double free vulnerability can lead to memory corruption, which could result in system crashes, denial of service conditions, or potentially allow an attacker to execute arbitrary code with kernel privileges. The exact impact depends on how the freed memory is subsequently used by the system (Wiz).
The fix for this vulnerability involves modifying the error handling path to simply return when mcb_device_register() fails, rather than attempting to free the device structure again. The patch has been implemented in the Linux kernel. System administrators should apply the latest kernel updates when they become available (Wiz).
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."