CVE-2025-68351
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/12/2025
Last modified:
30/01/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
exfat: fix refcount leak in exfat_find<br />
<br />
Fix refcount leaks in `exfat_find` related to `exfat_get_dentry_set`.<br />
<br />
Function `exfat_get_dentry_set` would increase the reference counter of<br />
`es->bh` on success. Therefore, `exfat_put_dentry_set` must be called<br />
after `exfat_get_dentry_set` to ensure refcount consistency. This patch<br />
relocate two checks to avoid possible leaks.



