First published: Thu May 08 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: mcb: fix a double free bug in chameleon_parse_gdd() In chameleon_parse_gdd(), if mcb_device_register() fails, 'mdev' would be released in mcb_device_register() via put_device(). Thus, goto 'err' label and free 'mdev' again causes a double free. Just return if mcb_device_register() fails.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-37817 has been classified as a moderate severity vulnerability.
To fix CVE-2025-37817, users should update their Linux kernel to the latest patched version.
CVE-2025-37817 affects the Linux kernel, specifically versions that include the vulnerable mcb_device_register functionality.
CVE-2025-37817 exploits a double free bug in the chameleon_parse_gdd function of the Linux kernel.
Yes, CVE-2025-37817 can potentially lead to system crashes or other undefined behaviors due to improper memory management.