CVE-2024-39492

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-39492
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-39492.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-39492
Downstream
Published
2024-07-10T08:15:11Z
Modified
2025-08-09T20:01:26Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

mailbox: mtk-cmdq: Fix pmruntimeget_sync() warning in mbox shutdown

The return value of pmruntimegetsync() in cmdqmbox_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().

References

Affected packages