Vulnerability 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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.7, < 4.19.316 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/370c480410f60b90ba3e96abe73ead21ec827b20Patch
- https://git.kernel.org/stable/c/3df463865ba42b8f88a590326f4c9ea17a1ce459Patch
- https://git.kernel.org/stable/c/4bfd48bb6e62512b9c392c5002c11e1e3b18d247Patch
- https://git.kernel.org/stable/c/6cc30ef8eb6d8f8d6df43152264bbf8835d99931Patch
- https://git.kernel.org/stable/c/713fc00c571dde4af3db2dbd5d1b0eadc327817bPatch
- https://git.kernel.org/stable/c/7419df1acffbcc90037f6b5a2823e81389659b36Patch
- https://git.kernel.org/stable/c/a0450d3f38e7c6c0a7c0afd4182976ee15573695Patch
- https://git.kernel.org/stable/c/d782a2db8f7ac49c33b9ca3e835500a28667d1bePatch
- https://git.kernel.org/stable/c/370c480410f60b90ba3e96abe73ead21ec827b20Patch
- https://git.kernel.org/stable/c/3df463865ba42b8f88a590326f4c9ea17a1ce459Patch
- https://git.kernel.org/stable/c/4bfd48bb6e62512b9c392c5002c11e1e3b18d247Patch
- https://git.kernel.org/stable/c/6cc30ef8eb6d8f8d6df43152264bbf8835d99931Patch
- https://git.kernel.org/stable/c/713fc00c571dde4af3db2dbd5d1b0eadc327817bPatch
- https://git.kernel.org/stable/c/7419df1acffbcc90037f6b5a2823e81389659b36Patch
- https://git.kernel.org/stable/c/a0450d3f38e7c6c0a7c0afd4182976ee15573695Patch
FAQ
What is CVE-2024-38627?
CVE-2024-38627 is a vulnerability with a CVSS score of 7.8 (HIGH). 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...
How severe is CVE-2024-38627?
CVE-2024-38627 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-38627?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.