Lucene search

K
cveLinuxCVE-2024-27433
HistoryMay 17, 2024 - 1:15 p.m.

CVE-2024-27433

2024-05-1713:15:57
Linux
web.nvd.nist.gov
46
cve-2024-27433
nvd
vulnerability
linux kernel
clk
mediatek
mt7622-apmixedsys
error handling path
clk_mt8135_apmixed_probe
double-free

AI Score

6.7

Confidence

Low

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.

Affected configurations

Vulners
Node
linuxlinux_kernelRange6.46.6.23
OR
linuxlinux_kernelRange6.7.06.7.11
OR
linuxlinux_kernelRange6.8.06.8.2
OR
linuxlinux_kernelRange6.9.0
VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

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

6.7

Confidence

Low

EPSS

0

Percentile

15.5%