CVE-2021-47260: NFS: Fix a potential NULL dereference in nfs_get_client()
In the Linux kernel, the following vulnerability has been resolved:
NFS: Fix a potential NULL dereference in nfs_get_client()
None of the callers are expecting NULL returns from nfs_get_client() so
this code will lead to an Oops. It's better to return an error
pointer. I expect that this is dead code so hopefully no one is
affected.
Security readout for executives and security teams
Plain-English summary
CVE-2021-47260 is a Linux kernel NFS bug that could crash affected systems if a rare NULL return path is reached. The source notes the path may be dead code, so practical impact is unclear.
Executive priority
Treat this as routine kernel hygiene unless NFS-heavy or high-availability systems run affected kernels. There is no sourced evidence of active exploitation, but a kernel Oops can still affect availability.
Technical view
In Linux NFS, nfs_get_client() could return NULL even though callers did not expect NULL, leading to a kernel Oops. Stable fixes changed this to return an error pointer. The bundle provides no CVSS score or confirmed triggerability.
Likely exposure
Exposure is limited to affected Linux kernel versions with relevant NFS client code. The source bundle does not identify specific distributions, configurations, or whether remote unauthenticated triggering is possible.
Exploitation context
The CVE is not listed as KEV in the bundle, and no cited source confirms active exploitation. The kernel note says the affected code may be dead code, making exploitability uncertain.
Researcher notes
The record describes a potential NULL dereference in nfs_get_client() and explicitly questions whether reachable code is live. Further triage should focus on branch-specific kernel diffs and distribution backport status, not assumed exploitability.
Mitigation direction
Check vendor kernel advisories for CVE-2021-47260 applicability.
Update affected Linux kernels to a version containing the referenced stable fixes.
Prioritize NFS-enabled systems and uptime-sensitive workloads first.
If no vendor package is available, follow vendor-supported backport guidance.
Validation and detection
Inventory Linux kernel versions across servers and appliances.
Identify systems with NFS client functionality enabled or in use.
Confirm vendor kernel changelogs include the CVE or referenced stable commits.
Document systems deferred due to vendor support constraints.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2021-47260 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.