CVE-2022-50473
BaseFortify
Publication date: 2025-10-04
Last updated on: 2025-10-06
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-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel occurs in the cpufreq subsystem. Specifically, in the function cpufreq_policy_alloc(), an uninitialized completion is called in cpufreq_sysfs_release() when kobject_init_and_add() fails. This leads to a crash caused by a page fault in the complete function, resulting in system instability or kernel panic.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to a page fault, leading to system instability or a kernel panic. This can result in downtime, loss of data, or disruption of services running on the affected system.