CVE-2022-50385
BaseFortify
Publication date: 2025-09-18
Last updated on: 2025-12-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 4.1 (inc) to 5.10.163 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.86 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.0.16 (exc) |
| linux | linux_kernel | From 6.1 (inc) to 6.1.2 (exc) |
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 is a bug in the Linux kernel related to NFS (Network File System). Specifically, when mounting from an NFSv4 referral, the path's dentry (directory entry) can become a negative dentry, which is an invalid or non-existent directory entry. The fix involves deriving the nfs_server structure directly from the dentry itself to prevent a kernel Oops (crash).
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (an Oops) when mounting NFSv4 referrals, potentially leading to system instability or denial of service for systems relying on NFS mounts.