CVE-2022-50006
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 | 6.0 |
| linux | linux_kernel | 6.0 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel relates to NFSv4.2 where a destination server performing a COPY operation might incorrectly accept a passed filehandle even if it is not a regular filehandle. Additionally, if the function alloc_file_pseudo() fails, a reference count on a newly created inode is not decremented, causing a resource leak.
How can this vulnerability impact me? :
The vulnerability can lead to improper handling of filehandles during NFSv4.2 COPY operations, potentially allowing incorrect file operations. The resource leak caused by not decrementing inode references could lead to increased memory usage or system instability over time.