Bug 2420245 (CVE-2022-50632) - CVE-2022-50632 kernel: drivers: perf: marvell_cn10k: Fix hotplug callback leak in tad_pmu_init()
Summary: CVE-2022-50632 kernel: drivers: perf: marvell_cn10k: Fix hotplug callback lea...
Keywords:
Status: NEW
Alias: CVE-2022-50632
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-09 01:02 UTC by OSIDB Bzimport
Modified: 2025-12-10 07:46 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-09 01:02:54 UTC
In the Linux kernel, the following vulnerability has been resolved:

drivers: perf: marvell_cn10k: Fix hotplug callback leak in tad_pmu_init()

tad_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.