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.
References
Configurations
Configuration 1 (hide)
|
History
26 Feb 2026, 15:53
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | NVD-CWE-Other | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:6.14:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.14:-:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.14:rc7:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
| First Time |
Linux
Linux linux Kernel |
|
| References | () https://git.kernel.org/stable/c/9aee8de970f18c2aaaa348e3de86c38e2d956c1d - Patch | |
| References | () https://git.kernel.org/stable/c/d009ff8959d28d2a33aeb96a5f7e7161c421d78f - Patch | |
| References | () https://git.kernel.org/stable/c/fc9ce762525e73438d31b613f18bca92a4d3d578 - Patch |
30 Jan 2026, 10:15
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
24 Dec 2025, 11:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-12-24 11:15
Updated : 2026-02-26 15:53
NVD link : CVE-2025-68351
Mitre link : CVE-2025-68351
CVE.ORG link : CVE-2025-68351
JSON object : View
Products Affected
linux
- linux_kernel
CWE
