CVE-2022-50820
Hotplug Callback Leak in Linux perf/arm_dmc620 Kernel Module
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a flaw in the Linux kernel's perf subsystem for the arm_dmc620 platform. Specifically, the function dmc620_pmu_init() fails to remove a hotplug callback added by cpuhp_setup_state_multi() if platform_driver_register() fails, leading to a callback leak. The fix involves removing the callback in the failure path using cpuhp_remove_multi_state(), similar to a previous fix in arm_ccn_init().
How can this vulnerability impact me? :
The impact of this vulnerability is a resource leak in the Linux kernel related to hotplug callbacks. While the exact consequences are not detailed, such leaks can potentially lead to system instability or unexpected behavior during CPU hotplug events on affected platforms.