Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
7.8

CVE-2025-38206: Linux Kernel: Exfat File System Double Free Issue

CVE-2025-38206
Summary

A bug in the Linux kernel's exfat file system could cause a double free error, leading to potential system crashes or other issues. This has been fixed, but users should update their kernel to the latest version to ensure they have the patch. This fix is particularly important for systems that use the exfat file system, especially those with multiple users or high traffic.

What to do

No fix is available yet. Check with your software vendor for updates.

Affected software
VendorProductAffected versions
linux linux_kernel >= 5.7, < 5.10.239
>= 5.11, < 5.15.186
>= 5.16, < 6.15.4
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
debian debian_linux 11.0
cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
Original title
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() ...
Original description
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.
nvd CVSS3.1 7.8
Vulnerability type
CWE-415
Published: 4 Jul 2025 · Updated: 9 Jul 2026 · First seen: 7 Mar 2026