CVE-2022-50007
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-14
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) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | 2.6.19 |
| linux | linux_kernel | 2.6.19 |
| linux | linux_kernel | 2.6.19 |
| linux | linux_kernel | 2.6.19 |
| linux | linux_kernel | 2.6.19 |
| linux | linux_kernel | 2.6.19 |
| linux | linux_kernel | 6.0 |
| linux | linux_kernel | 6.0 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-Other |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a reference count leak in the Linux kernel's xfrm subsystem, specifically in the __xfrm_policy_check() function. When an error occurs while fetching the second policy object (pols[1]), the function returns without decrementing the reference count of the first policy object (pols[0]), which was previously incremented. This leads to a memory leak because the reference count is not properly managed.
How can this vulnerability impact me? :
The vulnerability can cause memory leaks in the Linux kernel, which over time may lead to increased memory usage and potentially degrade system performance or stability. However, it does not directly cause code execution or privilege escalation.