Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdown The return value of pm_runtime_get_sync() in cmdq_mbox_shutdown() will return 1 when pm runtime state is active, and we don't want to get the warning message in this case. So we change the return value < 0 for WARN_ON().
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.7, < 6.9.4 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/2d42a37a4518478f075ccf848242b4a50e313a46Patch
- https://git.kernel.org/stable/c/747a69a119c469121385543f21c2d08562968cccPatch
- https://git.kernel.org/stable/c/2d42a37a4518478f075ccf848242b4a50e313a46Patch
- https://git.kernel.org/stable/c/747a69a119c469121385543f21c2d08562968cccPatch
FAQ
What is CVE-2024-39492?
CVE-2024-39492 is a vulnerability with a CVSS score of 7.0 (HIGH). In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdown The return value of pm_runtime_get_sync() in cmdq_mbox_shutd...
How severe is CVE-2024-39492?
CVE-2024-39492 has been rated HIGH with a CVSS base score of 7.0/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-39492?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.