Bug 2426176 (CVE-2022-50820) - CVE-2022-50820 kernel: perf/arm_dmc620: Fix hotplug callback leak in dmc620_pmu_init()
Summary: CVE-2022-50820 kernel: perf/arm_dmc620: Fix hotplug callback leak in dmc620_p...
Keywords:
Status: NEW
Alias: CVE-2022-50820
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-30 13:14 UTC by OSIDB Bzimport
Modified: 2025-12-31 03:51 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-30 13:14:17 UTC
In the Linux kernel, the following vulnerability has been resolved:

perf/arm_dmc620: Fix hotplug callback leak in dmc620_pmu_init()

dmc620_pmu_init() won't remove the callback added by
cpuhp_setup_state_multi() when platform_driver_register() failed. Remove
the callback by cpuhp_remove_multi_state() in fail path.

Similar to the handling of arm_ccn_init() in commit 26242b330093 ("bus:
arm-ccn: Prevent hotplug callback leak")


Note You need to log in before you can comment on or make changes to this bug.