CVE-2023-53381
BaseFortify
Publication date: 2025-09-18
Last updated on: 2025-12-11
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.14 (inc) to 5.15.154 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.16 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.2.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-Other |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves a flaw in the Linux kernel's NFSD component where the reference count of nfsd4_ssc_umount_item is not properly decremented when an error occurs. This causes a leaked reference count, which prevents the system's laundromat process from unmounting the virtual filesystem mount (vfsmount) of the source file. The issue is fixed by ensuring the reference count is decremented on error.
How can this vulnerability impact me? :
The vulnerability can cause the system to fail to unmount certain virtual filesystem mounts properly due to leaked reference counts. This could lead to resource leaks or system instability related to filesystem management.