CVE-2025-68351
Unknown
Unknown - Not Provided
Reference Count Leak in Linux Kernel exFAT Driver Fixed
Publication date: 2025-12-24
Last updated on: 2026-02-26
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
exfat: fix refcount leak in exfat_find
Fix refcount leaks in `exfat_find` related to `exfat_get_dentry_set`.
Function `exfat_get_dentry_set` would increase the reference counter of
`es->bh` on success. Therefore, `exfat_put_dentry_set` must be called
after `exfat_get_dentry_set` to ensure refcount consistency. This patch
relocate two checks to avoid possible leaks.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.14 |
| linux | linux_kernel | 6.14 |
| linux | linux_kernel | 6.14 |
| linux | linux_kernel | From 6.13.11 (inc) to 6.14 (exc) |
| linux | linux_kernel | From 6.12.23 (inc) to 6.12.68 (exc) |
| linux | linux_kernel | From 6.12.59 (inc) to 6.13 (exc) |
| linux | linux_kernel | From 6.14.1 (inc) to 6.18.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |