CVE-2025-39691
BaseFortify
Publication date: 2025-09-05
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 | 5.10.244 |
| linux | linux_kernel | 6.1.153 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a use-after-free bug in the Linux kernel's buffer handling code, specifically when calling the bh_read() helper during NTFS3 filesystem mount operations. It occurs because a stack variable used during reading is reclaimed prematurely after unlocking a buffer, leading to a stack-out-of-bounds access when put_bh() is called later. This can cause memory corruption or kernel crashes.
How can this vulnerability impact me? :
This vulnerability can lead to kernel memory corruption or crashes, potentially causing system instability or denial of service. If exploited, it might allow an attacker to execute arbitrary code with kernel privileges or disrupt normal system operations.