CVE-2025-38724
BaseFortify
Publication date: 2025-09-04
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.153-1 |
| linux | linux_kernel | 5.10.244-1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's NFS server code, specifically in the function nfsd4_setclientid_confirm(). The function did not properly check the return value from get_client_locked(), which could lead to a race condition where a SETCLIENTID_CONFIRM request races with a confirmed client expiring. This race could cause a failure to get a reference to the client, potentially leading to a use-after-free (UAF) condition. The fix involves obtaining a reference early when there is an existing confirmed client and handling failure cases appropriately to avoid the UAF.
How can this vulnerability impact me? :
This vulnerability can lead to a use-after-free condition in the Linux kernel's NFS server, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or escalate privileges on the affected system.