CVE-2025-38139
BaseFortify
Publication date: 2025-07-03
Last updated on: 2025-11-20
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.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-125 | The product reads 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 a bug in the Linux kernel's netfs component related to how write retries are handled. Specifically, the subrequest iterator was being reset incorrectly during a write retry, which could cause the system to access memory out of bounds. This leads to a kernel address sanitizer (KASAN) error indicating a slab-out-of-bounds read, which is a type of memory safety issue.
How can this vulnerability impact me? :
This vulnerability can cause kernel crashes or instability due to out-of-bounds memory access during write retries in the netfs subsystem. Such crashes can lead to denial of service or unpredictable behavior in systems relying on the affected Linux kernel versions.