Security Advisory

CVE-2024-38627

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-06-21 10:18:18
Last updated 2026-05-23 15:49:32
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: stm class: Fix a double free in stm_register_device() The put_device(&stm->dev) call will trigger stm_device_release() which frees "stm" so the vfree(stm) on the next line is a double free.