Security readout for executives and security teams
Plain-English summary
A Linux NFS server flaw can leave a stale pointer after an access-control-list lookup fails. Later cleanup may reuse freed memory, producing a kernel warning and potentially a panic when panic-on-warning is enabled. Affected NFS servers could suffer serious disruption; broader compromise is scored as possible but is not demonstrated in the supplied evidence.
Executive priority
Prioritize internet-facing or broadly reachable NFS servers for urgent assessment and patching. The documented failure can crash systems configured to panic on warnings, making availability risk credible. Treat the 9.8 score seriously, while recognizing that the supplied evidence does not establish active exploitation or reliable full-system compromise.
Technical view
When retrieval of acl_default fails, acl_access and acl_default are released together, but acl_access retains a pointer to the freed posix_acl. nfs3svc_release_getacl can then decrement the stale object's reference count, causing a CWE-416 use-after-free and refcount underflow. The stable fixes clear both pointers after release.
Likely exposure
Exposure is concentrated on systems running affected Linux kernels with the kernel NFS server enabled. The supplied CVSS vector treats the flaw as remotely reachable without privileges or user interaction. Exact vulnerable package boundaries are unclear from the branch-oriented version data, so assess the running kernel using distribution guidance and fix inclusion.
Exploitation context
CISA KEV status is false, and the supplied sources do not report active exploitation or a public exploit. The evidence shows a kernel warning and panic under panic_on_warn. Reliable remote code execution, data theft, or data modification is not demonstrated, despite the CVSS 9.8 confidentiality, integrity, and availability ratings.
Researcher notes
The root cause and corrective pointer clearing are well supported. Practical exploitability is less certain: the supplied trace demonstrates refcount underflow and panic, not controlled code execution. Version information appears branch-oriented and ambiguous; resolve exposure by matching the exact kernel tree or vendor package against the applicable stable commit.
Mitigation direction
Upgrade to a distribution kernel containing the CVE-2025-21796 fix, then reboot into that kernel.
For custom kernels, backport the relevant Linux stable fix and complete normal kernel regression testing.
Until updated, restrict NFS service exposure to trusted networks using existing network controls.
Consult distribution or product-vendor advisories for exact fixed package versions and operational guidance.
Validation and detection
Inventory hosts running the kernel NFS server and record their active kernel builds.
Confirm the running kernel includes the stable fix applicable to its maintained branch.
Review kernel logs for refcount underflow, use-after-free warnings, nfs3svc_release_getacl traces, or panic events.
After updating, run standard NFS ACL regression tests in a controlled environment.
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-416: 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.
2CVSS vectors
3Timeline events
3ADP providers
13Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
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-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.