Security readout for executives and security teams
Plain-English summary
A Linux NFS server bug can cause the kernel NFSD service to send extra stale memory bytes after an NFSv2 GETACL reply. Clients usually ignore the extra data, but it may expose information over the network. Business urgency depends on whether you run Linux NFS servers with NFSv2/ACL support reachable by untrusted clients.
Executive priority
Treat as a targeted remediation item for Linux NFS servers, not a broad enterprise emergency. Prioritize exposed file servers and shared infrastructure because the issue can leak memory contents, even though no exploitation evidence or severity score is provided.
Technical view
The issue is in Linux kernel NFSD’s NFSv2 GETACL result XDR encoder. During xdr_stream conversion, code still set send buffer page_len, causing garbage past the reply message and leaking stale memory contents on the wire. Public sources provide kernel stable commits but no CVSS, CWE, or exploitation confirmation.
Likely exposure
Most relevant to Linux systems acting as NFS servers, especially where NFSv2 GETACL can be requested across less-trusted networks. Systems not running NFSD, not exposing NFS, or not supporting the affected path are less likely exposed. Distro-specific exposure depends on kernel backports.
Exploitation context
No active exploitation is reported in the provided sources, and the CVE is not listed as KEV. The impact described is information disclosure: unintended stale kernel memory bytes may be transmitted in replies. Sources say clients typically ignore the extra data.
Researcher notes
Evidence is limited to the CVE record and Linux stable commit references. The vulnerable behavior is an overlong NFSD NFSv2 GETACL response caused by stale page_len handling after XDR stream conversion. Avoid assuming affected distribution packages without checking backports.
Mitigation direction
- Identify Linux systems running NFSD/NFS server services.
- Prioritize internet-facing or cross-trust-boundary NFS servers.
- Update to vendor kernels containing the referenced stable fixes.
- If updates are unavailable, check Linux distribution guidance for backports.
- Restrict NFS access to trusted clients and networks.
Validation and detection
- Inventory kernel versions and distribution patch status.
- Confirm whether NFSD/NFS server functionality is enabled.
- Check whether NFSv2 and ACL-related functionality are exposed.
- Review vendor advisories for CVE-2022-50861 coverage.
- Verify installed kernel includes one of the referenced stable commits or backport.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-2022-50861 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/a20b0abab966a189a79aba6ebf41f59024a3224dCVE reference
- https://git.kernel.org/stable/c/5030d4d2bf8b6f6f3d16401ab92a88bc5aa2377aCVE reference
- https://git.kernel.org/stable/c/d5b867fd2d7f79630b1a2906a7bb4f4b75bf297aCVE reference
- https://git.kernel.org/stable/c/2b825efb0577a32a872e872a869e0947cf9dd6d3CVE reference
- https://git.kernel.org/stable/c/ea5021e911d3479346a75ac9b7d9dcd751b0fb99CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
