Lucene search

K
cvelistLinuxCVELIST:CVE-2024-39492
HistoryJul 10, 2024 - 7:14 a.m.

CVE-2024-39492 mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdown

2024-07-1007:14:10
Linux
www.cve.org
5
linux kernel
vulnerability
mailbox
mtk-cmdq
pm_runtime_get_sync
warning
mbox shutdown
cve-2024-39492

EPSS

0

Percentile

9.2%

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().

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/mailbox/mtk-cmdq-mailbox.c"
    ],
    "versions": [
      {
        "version": "8afe816b0c99",
        "lessThan": "2d42a37a4518",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "8afe816b0c99",
        "lessThan": "747a69a119c4",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/mailbox/mtk-cmdq-mailbox.c"
    ],
    "versions": [
      {
        "version": "6.7",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.7",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9.4",
        "lessThanOrEqual": "6.9.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

9.2%