CVE-2025-38698
BaseFortify
Publication date: 2025-09-04
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | 6.1.153 |
| linux | kernel | 5.10.244 |
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 file system involves a corrupted file on disk that has a negative i_size value. The issue was that there was no check when opening such a file, which could lead to failures in subsequent operations. The vulnerability has been resolved by adding a check to prevent these failures when opening files with a negative i_size.
How can this vulnerability impact me? :
This vulnerability can cause regular file corruption and failures in file operations when dealing with files that have a negative i_size value. This could lead to data integrity issues or system instability when accessing or manipulating such corrupted files.