CVE-2025-39927
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-12-10
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 2.6.35 (inc) to 6.12.48 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.16.8 (exc) |
| linux | linux_kernel | 2.6.34 |
| linux | linux_kernel | 2.6.34 |
| linux | linux_kernel | 2.6.34 |
| linux | linux_kernel | 2.6.34 |
| linux | linux_kernel | 2.6.34 |
| linux | linux_kernel | 2.6.34 |
| linux | linux_kernel | 2.6.34 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-362 | The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a race condition in the Linux kernel's Ceph filesystem client. It occurs when validating the cached parent directory inode (r_parent) before applying state changes. Due to concurrent operations like rename, r_parent can become stale between the start of a request and the processing of its reply. This can cause state changes to be applied to the wrong directory inode. Additionally, there was an issue with reference accounting where a CEPH_CAP_PIN reference was not properly moved when r_parent was updated, leading to reference leaks and potential underflows.
How can this vulnerability impact me? :
The vulnerability can cause incorrect state changes to be applied to directory inodes, potentially leading to filesystem inconsistencies or corruption. The reference accounting issue can cause resource leaks or underflows, which might affect system stability or performance when using the Ceph filesystem client in the Linux kernel.