CVE-2025-39743
BaseFortify
Publication date: 2025-09-11
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 | kernel | 5.10.244-1 |
| linux | kernel | 6.1.153-1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's JFS (Journaled File System) involves improper handling of inode pages when the hard link count is zero. Specifically, inode pages are not truncated as they should be when the hard link number reaches zero, leading to a situation where clear_inode() is called with nrpages greater than zero, triggering a bug.
How can this vulnerability impact me? :
The vulnerability can cause unexpected behavior or bugs in the Linux kernel's file system management, potentially leading to system instability or crashes when inode pages are not properly truncated. This could affect system reliability and data integrity.