Security readout for executives and security teams
Plain-English summary
CVE-2022-49927 is a Linux kernel NFSv4 client memory leak. If slot allocation fails during NFSv4 client setup, previously allocated slots may not be cleaned up. The main business risk is local availability degradation on affected Linux systems, not data theft or remote compromise.
Executive priority
Treat as a routine-to-prioritized Linux availability fix. It should be included in normal kernel patch cycles, with faster handling for shared infrastructure, NFS-heavy environments, and systems where local users can repeatedly exercise NFS mount paths.
Technical view
The issue is CWE-401 in Linux kernel NFSv4 slot table allocation. The reported path includes nfs4_find_or_create_slot, nfs4_realloc_slot_table, nfs40_init_client, and mount handling. CVSS 3.1 is 5.5: local attack vector, low complexity, low privileges, no user interaction, high availability impact.
Likely exposure
Exposure is most relevant to Linux systems running affected kernel versions and using NFSv4 client functionality. The source data lists affected Linux versions including 3.12, 4.9.333, 4.14.299, 4.19.265, 5.4.224, 5.10.154, 5.15.78, 6.0.8, and 6.1.
Exploitation context
The CVE record does not identify active exploitation, and it is not in KEV. The CVSS vector indicates local, low-privilege conditions. The source evidence supports an availability-oriented memory leak during NFSv4 mount/client initialization, not remote code execution or confidentiality impact.
Researcher notes
Evidence is limited to the CVE record, CVSS vector, CWE, affected version data, and Linux stable commit references. No source in the bundle describes real-world exploitation, a public exploit, or a vendor-specific package mapping.
Mitigation direction
Update affected Linux kernels to vendor releases containing the referenced stable fixes.
Prioritize systems that use NFSv4 clients or allow user-triggered NFS mounts.
Check distribution vendor advisories for exact fixed package versions.
Restrict untrusted local ability to trigger NFSv4 mounts where operationally feasible.
Validation and detection
Inventory Linux kernel versions across servers, workstations, and appliances.
Identify systems with NFSv4 client use or mount workflows.
Confirm installed kernel packages include the relevant stable fix from the vendor.
Review monitoring for memory pressure or OOM events around NFS mount activity.
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.
cwe · low confidence lookup
CWE-401: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
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.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-401 · source CWE mapping
Missing Release of Memory after Effective Lifetime
Missing Release of Memory after Effective Lifetime represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.