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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-06-21 11:15
Updated : 2024-11-21 09:26
NVD link : CVE-2024-38627
Mitre link : CVE-2024-38627
CVE.ORG link : CVE-2024-38627
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-415
Double Free