VDB
DEBIAN-CVE-2025-68351
DEBIAN-CVE-2025-68351
PUBLISHED
CVSS 5.5 MEDIUM
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.
Risk Scores
CVSS v3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 6.12.38-1, 6.12.41-1, 6.12.43-1~bpo12+1 |
| Debian:14 | linux | 6.13~rc6-1~exp1, 6.13~rc7-1~exp1, 6.14.3-1~exp1 |
Timeline
- Dec 24, 2025 CVE Published
- Apr 28, 2026 CVE Updated