CVE-2025-68351
Last modified
CVE-2025-68351 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.12.23, < 6.12.68 |
| Linux | Linux Kernel | >= 6.12.59, < 6.13 |
| Linux | Linux Kernel | >= 6.13.11, < 6.14 |
| Linux | Linux Kernel | >= 6.14.1, < 6.18.2 |
| Linux | Linux Kernel | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-68351?
How severe is CVE-2025-68351?
How do I fix CVE-2025-68351?
Are you affected by CVE-2025-68351?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
