Lucene search

K
cve416baaa9-dc9f-4396-8d5f-8c081fb06d67CVE-2023-52859
HistoryMay 21, 2024 - 4:15 p.m.

CVE-2023-52859

2024-05-2116:15:22
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
27
linux kernel
vulnerability
resolved
perf
hisi
use-after-free
pmu
context
error handling
cpuhp state
register
uncore pmu
callback
offline
migrate

6.9 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%

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

perf: hisi: Fix use-after-free when register pmu fails

When we fail to register the uncore pmu, the pmu context may not been
allocated. The error handing will call cpuhp_state_remove_instance()
to call uncore pmu offline callback, which migrate the pmu context.
Since that’s liable to lead to some kind of use-after-free.

Use cpuhp_state_remove_instance_nocalls() instead of
cpuhp_state_remove_instance() so that the notifiers don’t execute after
the PMU device has been failed to register.

Affected configurations

Vulners
Node
linuxlinux_kernelRange5.135.15.139
OR
linuxlinux_kernelRange5.16.06.1.63
OR
linuxlinux_kernelRange6.2.06.5.12
OR
linuxlinux_kernelRange6.6.06.6.2
OR
linuxlinux_kernelRange6.7.0

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/perf/hisilicon/hisi_uncore_pa_pmu.c",
      "drivers/perf/hisilicon/hisi_uncore_sllc_pmu.c"
    ],
    "versions": [
      {
        "version": "3bf30882c3c7",
        "lessThan": "0e1e88bba286",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3bf30882c3c7",
        "lessThan": "b660420f449d",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3bf30882c3c7",
        "lessThan": "3405f364f82d",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3bf30882c3c7",
        "lessThan": "75bab28ffd05",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3bf30882c3c7",
        "lessThan": "b805cafc604b",
        "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/perf/hisilicon/hisi_uncore_pa_pmu.c",
      "drivers/perf/hisilicon/hisi_uncore_sllc_pmu.c"
    ],
    "versions": [
      {
        "version": "5.13",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.13",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.139",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.63",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.5.12",
        "lessThanOrEqual": "6.5.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.2",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.7",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.9 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%