CVE-2022-50510
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |
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 related to the arm_smmu_pmu_init() function. Specifically, when platform_driver_register() fails, the callback added by cpuhp_setup_state_multi() is not removed, causing a hotplug callback leak. The fix involves removing the callback properly in the failure path using cpuhp_remove_multi_state().
How can this vulnerability impact me? :
The vulnerability can lead to a resource leak in the Linux kernel's hotplug callback mechanism, which might cause system instability or unexpected behavior related to CPU hotplug events. However, no direct impact details such as privilege escalation or data compromise are provided.