Security readout for executives and security teams
Plain-English summary
A Linux kernel flaw in FUSE can leave DAX-related entries during inode cleanup, triggering a kernel warning when files are closed or removed. The supplied CVSS rating is 7.8 because local, low-privileged access may have serious consequences, but the sources demonstrate a runtime warning rather than documenting a confirmed compromise or outage scenario.
Executive priority
Treat this as a high-priority kernel maintenance issue on exposed multi-user Linux systems, while avoiding emergency-compromise assumptions. Confirm actual FUSE/DAX use and vendor patch availability, then patch during the next expedited maintenance window. Systems without the relevant path can follow normal risk-based kernel updating.
Technical view
FUSE inode eviction did not apply cleanup previously added for XFS and ext4. Consequently, truncate_folio_batch_exceptionals() can encounter remaining DAX entries and raise WARN_ON_ONCE. The supplied vector is CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. The referenced stable-kernel commits contain the correction.
Likely exposure
Exposure is limited to Linux systems running an affected kernel and exercising the relevant FUSE and DAX cleanup path. The bundle lists Linux 6.15, 6.15.5, and 6.16 as affected entries, but does not provide enough structured range information to identify every affected downstream distribution kernel.
Exploitation context
This is not listed in CISA KEV, and the supplied sources provide no evidence of active exploitation or a public exploit. The CVSS vector requires local access with low privileges and no user interaction. Whether the warning can reliably produce the rated confidentiality, integrity, and availability impact is not established by the description.
Researcher notes
The observable failure is a WARN_ON_ONCE during FUSE inode eviction after exceptional DAX entries remain. The source bundle supplies a high CVSS score but no CWE, exploit evidence, or detailed proof connecting the warning to confidentiality, integrity, and availability loss. Validate affected ranges and backport status against each distribution rather than relying only on upstream version labels.
Mitigation direction
Update to a vendor-supported kernel containing one of the referenced stable fixes.
Confirm the downstream distribution identifies its fixed package or backport before deployment.
Prioritize multi-user systems where untrusted local users can access FUSE-backed filesystems.
If immediate updating is impossible, consult vendor guidance for supported temporary mitigations.
Validation and detection
Inventory kernel versions and downstream package revisions across Linux systems.
Determine whether FUSE and the relevant DAX-backed workflow are present and accessible.
Verify the installed kernel contains the applicable referenced fix or vendor backport.
Review kernel logs for warnings from truncate_folio_batch_exceptionals or fuse_evict_inode.
After updating, repeat normal FUSE lifecycle testing and confirm the warning does not recur.
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-2025-38357 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.
1CVSS vectors
3Timeline events
0ADP providers
3Source links
CVSS vector scores
1 official score
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.