CVE-2024-38627 – In the Linux kernel, the following vulnerability h

CVE ID : CVE-2024-38627

Published : June 21, 2024, 11:15 a.m. | 1 hour, 4 minutes ago

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.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…CVE ID : CVE-2024-38627

Published : June 21, 2024, 11:15 a.m. | 1 hour, 4 minutes ago

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.

Severity: 0.0 | NA

Visit the link for more details, such as CVSS details, affected products, timeline, and more…