CVE-2025-38534
BaseFortify
Publication date: 2025-08-16
Last updated on: 2025-11-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's netfs copy-to-cache mechanism used by Ceph with local caching. The issue occurs because the system starts an asynchronous write request to cache data but does not properly manage the request's completion notification. Specifically, the request tries to wake up the application after the write completes, but the application is no longer waiting, causing the request to hang. The fix involves setting a flag (NETFS_RREQ_OFFLOAD_COLLECTION) so that the completion notification is handled via a work queue, preventing the request from hanging.
How can this vulnerability impact me? :
This vulnerability can cause asynchronous write requests in the netfs copy-to-cache process to hang, potentially leading to stalled operations or degraded performance when using Ceph with local caching in the Linux kernel. This may affect system stability or responsiveness during caching operations.