CVE-2025-68226
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is related to the Linux kernel's SMB client. It involves an incomplete backport in the function cfids_invalidation_worker(), where a necessary call to close_cached_dir() was missed. This issue stems from a previous fix that addressed a potential use-after-free (UAF) in smb2_close_cached_fid(), but the backport did not fully convert one kref_put() call, potentially leading to improper resource handling.
How can this vulnerability impact me? :
The vulnerability could lead to improper handling of cached SMB directory identifiers, potentially causing use-after-free conditions. This may result in system instability, crashes, or security issues such as memory corruption, which attackers could exploit to compromise the system.