CVE-2025-39734
BaseFortify
Publication date: 2025-09-07
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 | 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 involves a change in the Linux kernel related to the NTFS3 filesystem driver. A previous commit replaced a conditional lock acquisition method (inode_trylock) with a different locking method (inode_lock), which caused a deadlock issue reported by syzbot. To fix this, the conditional lock acquisition was reintroduced by reverting the problematic commit. This fix resolved the deadlock without reintroducing the earlier xfstest bug.
How can this vulnerability impact me? :
The vulnerability could cause a deadlock in the Linux kernel's NTFS3 filesystem driver, potentially leading to system hangs or crashes when accessing NTFS filesystems. This could impact system stability and availability.