CVE-2025-38206: exfat: fix double free in delayed_free
In the Linux kernel, the following vulnerability has been resolved:
exfat: fix double free in delayed_free
The double free could happen in the following path.
exfat_create_upcase_table()
exfat_create_upcase_table() : return error
exfat_free_upcase_table() : free ->vol_utbl
exfat_load_default_upcase_table : return error
exfat_kill_sb()
delayed_free()
exfat_free_upcase_table() <--------- double free
This patch set ->vol_util as NULL after freeing it.
Security readout for executives and security teams
Plain-English summary
A Linux exFAT filesystem error can free the same kernel memory twice during cleanup. This may crash or corrupt the system and, under the supplied CVSS assessment, could affect confidentiality, integrity, and availability. The issue requires local, low-privileged access; the source bundle does not establish remote reachability or active exploitation.
Executive priority
Treat this as a high-priority kernel maintenance issue for endpoints, appliances, and shared systems that process exFAT media. Accelerate remediation where low-privileged users can reach that functionality. A short, risk-based schedule is appropriate, but the supplied evidence does not justify an emergency response based on active exploitation.
Technical view
An error in exfat_create_upcase_table() frees the volume upcase table, but the later exfat_kill_sb() cleanup path can free it again through delayed_free(). Stable-kernel patches prevent the second free by clearing the pointer after the first release. Exact triggering input and exploitation reliability are not documented in the supplied sources.
Likely exposure
Exposure is limited to Linux systems running an affected kernel and exercising exFAT filesystem handling. The bundle lists affected releases including 5.7, 5.10.239, 5.15.186, 6.15.4, and 6.16, but does not provide complete range semantics. Distribution kernels and backports must be checked individually.
Exploitation context
The CVSS 3.1 vector is local, low complexity, low privileges, and requires no user interaction. CISA KEV status is false, and the supplied sources provide no evidence of exploitation in the wild. They also do not document a public proof of concept or confirm that arbitrary code execution is achievable.
Researcher notes
The documented defect is a cleanup-path double free following failure to create or load the exFAT upcase table. Analysis should compare vendor backports against the four stable commits and examine reachability of the error path. The bundle lacks precise affected-range boundaries, triggering conditions, CWE assignment, exploitability analysis, and evidence of weaponization.
Mitigation direction
Install a vendor-supported kernel containing the referenced stable fix or an equivalent backport.
Check distribution security guidance to map packaged kernel versions to the corrected commits.
Restrict untrusted users and services from mounting or processing exFAT media until remediation.
Prioritize systems that routinely handle removable or otherwise untrusted exFAT storage.
Validation and detection
Record each system's running kernel and distribution package version.
Confirm the applicable vendor package includes one of the referenced fixes or an equivalent backport.
Identify systems where exFAT support is enabled or exFAT filesystems are processed.
After upgrading, reboot and verify the corrected kernel is running.
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-38206 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
2ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
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.