Linux Kernel ExFAT Refcount Leak Vulnerability

Vulnerability

A refcount leak vulnerability has been identified in the Linux kernel's ExFAT file system implementation. The issue arises in the 'exfat_find' function, which improperly manages reference counts related to the 'exfat_get_dentry_set' function. When 'exfat_get_dentry_set' is called successfully, it increases the reference count of 'es->bh'. To maintain consistency, 'exfat_put_dentry_set' must be called afterward. The vulnerability has been addressed by relocating two checks to prevent potential reference count leaks. This issue affects the Linux kernel stable tree.

Impact

The vulnerability could lead to a reference count leak, which may cause memory management issues such as use-after-free vulnerabilities or memory corruption.

Remediation

Users can upgrade to the latest version of the Linux kernel where this vulnerability has been patched. Instructions for downloading the updated kernel can be found on the official Linux kernel website.

Added: Dec 24, 2025, 12:21 PM
Updated: Dec 24, 2025, 12:21 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
0.6
exploitability
5.3
remediation
7.7
relevance
1.7
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.