CVE-2025-39723
BaseFortify
Publication date: 2025-09-05
Last updated on: 2025-11-25
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's netfs subsystem related to unbuffered write error handling. When all subrequests in an unbuffered write stream fail, the system does not properly update the amount of data transferred and retains an initial maximum value (LONG_MAX). This causes the write operation to incorrectly report that a large amount of data was written instead of returning an error. As a result, subsequent cleanup operations attempt to handle more data than was actually written, leading to kernel crashes (NULL pointer dereference) and system instability.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to improper error handling during unbuffered writes, leading to system instability or denial of service. Specifically, it can cause kernel NULL pointer dereferences and oops events, which may disrupt normal system operations and potentially cause data loss or corruption during file write operations.