CVE-2025-38321
MediumIn the Linux kernel, the following vulnerability has been resolved: smb: Log an error when close_all_cached_dirs fails Under low-memory conditions, close_all_cached_dirs() can't move the dentries to a separate list to dput() them once the locks are dropped. This will result in a "Dentry still in use" error, so add an error message that makes it clear this is what happened: [ 495.281119] CIFS: VFS: \\otters.example.com\share Out of memory while dropping dentries [ 495.281595] ------------[ cut here ]------------ [ 495.281887] BUG: Dentry ffff888115531138{i=78,n=/} still in use (2) [unmount of cifs cifs] [ 495.282391] WARNING: CPU: 1 PID: 2329 at fs/dcache.c:1536 umount_check+0xc8/0xf0 Also, bail out of looping through all tcons as soon as a single allocation fails, since we're already in trouble, and kmalloc() attempts for subseqeuent tcons are likely to fail just like the first one did.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected versions
Linux kernel versions
6.6.64,
6.12.2,
6.11.11,
6.13
and later are affected. Fixed in
6.6.95,
6.12.35,
6.15.4,
6.16
and their respective stable series.
References
The following references provide additional information about CVE-2025-38321 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/43f26094d6702e494e800532c3f1606e7a68eb30
-
PatchKernel patch commithttps://git.kernel.org/stable/c/4479db143390bdcadc1561292aab579cdfa9f6c6
-
PatchKernel patch commithttps://git.kernel.org/stable/c/a2182743a8b4969481f64aec4908ff162e8a206c
Frequently asked questions
-
What is CVE-2025-38321?
CVE-2025-38321 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . It affects Linux kernel versions from 6.6.64 onward and has been patched in 6.6.95, 6.12.35, 6.15.4 and others. CVE-2025-38321 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2025-38321?
CVE-2025-38321 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2025-38321?
Yes — CVE-2025-38321 has been patched. Fixed versions include 6.6.95, 6.12.35, 6.15.4 and others. If you are running Linux kernel 6.6.64 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2025-38321 actively exploited?
No — CVE-2025-38321 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.