CVE-2022-50446
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | 5.15-rc1 |
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 memory leakage issue in the Linux kernel affecting ARC CPUs. It occurs because memory allocated for page table entries (PTEs) is not properly released during process termination. The problem was introduced after a change in how page tables are managed (specifically, switching pgtable_t back to struct page *), but the macro used to free the memory did not correctly handle the new pointer type, causing the allocated memory to leak and reducing the amount of free memory over time.
How can this vulnerability impact me? :
This vulnerability can cause a gradual reduction in available free memory on affected ARC CPUs due to memory leakage when processes terminate. Over time, this can lead to system instability, degraded performance, or even crashes if the system runs out of memory.