Lucene search

K
cvelistLinuxCVELIST:CVE-2024-27433
HistoryMay 17, 2024 - 12:08 p.m.

CVE-2024-27433 clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clk_mt8135_apmixed_probe()

2024-05-1712:08:47
Linux
www.cve.org
3
linux kernel
mediatek
mt7622-apmixedsys
error handling
vulnerability
fix

AI Score

7.4

Confidence

High

EPSS

0

Percentile

15.5%

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

clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clk_mt8135_apmixed_probe()

‘clk_data’ is allocated with mtk_devm_alloc_clk_data(). So calling
mtk_free_clk_data() explicitly in the remove function would lead to a
double-free.

Remove the redundant call.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/clk/mediatek/clk-mt7622-apmixedsys.c"
    ],
    "versions": [
      {
        "version": "c50e2ea6507b",
        "lessThan": "de3340533bd6",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "c50e2ea6507b",
        "lessThan": "f3633fed984f",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "c50e2ea6507b",
        "lessThan": "fa761ce7a1d1",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "c50e2ea6507b",
        "lessThan": "a32e88f2b202",
        "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/clk/mediatek/clk-mt7622-apmixedsys.c"
    ],
    "versions": [
      {
        "version": "6.4",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.4",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.23",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.7.11",
        "lessThanOrEqual": "6.7.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8.2",
        "lessThanOrEqual": "6.8.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

7.4

Confidence

High

EPSS

0

Percentile

15.5%